diff --git "a/datasets/schema_guided/dialogues_019.json" "b/datasets/schema_guided/dialogues_019.json" new file mode 100644--- /dev/null +++ "b/datasets/schema_guided/dialogues_019.json" @@ -0,0 +1,87872 @@ +[ + { + "dialogue_id": "19_00000", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you search for flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from, going, and when are you going to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "origin_city", + "start": 15 + }, + { + "exclusive_end": 58, + "slot": "return_date", + "start": 48 + }, + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "ATL" + ], + "origin_city": [ + "NY" + ], + "return_date": [ + "March 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going from NY to ATL and want to be back on March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you going to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "Thursday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 15 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "NY" + ], + "return_date": [ + "March 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on Thursday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:20" + ], + "slot": "outbound_departure_time", + "values": [ + "11:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:25" + ], + "slot": "inbound_departure_time", + "values": [ + "6:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "135" + ], + "slot": "price", + "values": [ + "$135" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Atlanta", + "origin_city": "New York", + "return_date": "2019-03-14" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "08:47", + "inbound_departure_time": "06:25", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:42", + "outbound_departure_time": "11:20", + "passengers": "1", + "price": "135", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "18:02", + "inbound_departure_time": "15:40", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "22:52", + "outbound_departure_time": "20:30", + "passengers": "1", + "price": "141", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "15:12", + "inbound_departure_time": "12:50", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "21:27", + "outbound_departure_time": "19:05", + "passengers": "1", + "price": "132", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "outbound_departure_time", + "start": 55 + }, + { + "exclusive_end": 104, + "slot": "inbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 14, + "slot": "price", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a $135 American Airlines flight that leaves at 11:20 am, and the return flight leaves at 6:25 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "ATL" + ], + "inbound_departure_time": [ + "6:25 am" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "11:20 am" + ], + "return_date": [ + "March 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good, and that's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00001", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a round trip flight from Delta Airlines, please help me out." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What's your departure location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris, France" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "origin_city", + "start": 25 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "origin_city": [ + "Paris, France" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be departing from Paris, France." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And where will you be going? Also, when will you be leaving and coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "March 5th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philly" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "departure_date", + "start": 44 + }, + { + "exclusive_end": 88, + "slot": "return_date", + "start": 75 + }, + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "Paris, France" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be going to Philly. I want to leave on March 5th with a return on the 13th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:35" + ], + "slot": "outbound_departure_time", + "values": [ + "5:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:20" + ], + "slot": "inbound_departure_time", + "values": [ + "12:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "388" + ], + "slot": "price", + "values": [ + "$388" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_city": "Philadelphia", + "origin_city": "Paris", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "inbound_arrival_time": "11:36", + "inbound_departure_time": "12:20", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "00:16", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "388", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 104, + "slot": "outbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 141, + "slot": "inbound_departure_time", + "start": 133 + }, + { + "exclusive_end": 156, + "slot": "price", + "start": 152 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 flight I found that is convenient. It's from Delta Airlines, the outbound flight is at 5:35 pm and the return flight is at 12:20 pm. It costs $388." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "number_stops" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "Paris, France" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the airport that it will be arriving in? And does it have 1 stop?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "destination_airport", + "values": [ + "PHL International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "destination_airport", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It does have 1 stop. It will be arriving in PHL International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "Philly" + ], + "inbound_departure_time": [ + "12:20 pm" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like the sound of that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any additional help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "Philly" + ], + "inbound_departure_time": [ + "12:20 pm" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks for helping me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a terrific rest of your day." + } + ] + }, + { + "dialogue_id": "19_00002", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to find a round trip flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What airport will you be flying out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What dates would you like to look for? Where would you like to fly to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "the 9th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 19 + }, + { + "exclusive_end": 66, + "slot": "return_date", + "start": 48 + }, + { + "exclusive_end": 88, + "slot": "origin_city", + "start": 80 + }, + { + "exclusive_end": 103, + "slot": "destination_city", + "start": 92 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 9th" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "San Fran" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to leave on the 9th and come back on the 11th of this month. Flying from San Fran to Atlanta, GA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_departure_time", + "values": [ + "2:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:40" + ], + "slot": "inbound_departure_time", + "values": [ + "11:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "255" + ], + "slot": "price", + "values": [ + "$255" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "origin_city": "San Francisco", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "14:06", + "inbound_departure_time": "11:40", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "01:27", + "outbound_departure_time": "14:15", + "passengers": "1", + "price": "255", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "15:16", + "inbound_departure_time": "12:50", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:31", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "198", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "08:56", + "inbound_departure_time": "06:30", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:19", + "outbound_departure_time": "06:45", + "passengers": "1", + "price": "236", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "12:06", + "inbound_departure_time": "09:40", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:41", + "outbound_departure_time": "10:15", + "passengers": "1", + "price": "207", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 95, + "slot": "inbound_departure_time", + "start": 87 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines has a flight that departs a 2:15 pm and the return flight departs at 11:40 am for $255." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "number_stops" + ], + "slot_values": { + "departure_date": [ + "the 9th" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "San Fran" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Does it have more than 0 layovers? What time does my flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:06" + ], + "slot": "inbound_arrival_time", + "values": [ + "2:06 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "inbound_arrival_time", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It has 1 layover and it arrives at 2:06 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 9th" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "San Fran" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other options are there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:05" + ], + "slot": "outbound_departure_time", + "values": [ + "10:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:50" + ], + "slot": "inbound_departure_time", + "values": [ + "12:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "198" + ], + "slot": "price", + "values": [ + "$198" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "outbound_departure_time", + "start": 44 + }, + { + "exclusive_end": 94, + "slot": "inbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 103, + "slot": "price", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Delta Airlines has a flight that departs at 10:05 am and the return flight departs at 12:50 pm for $198." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 9th" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "San Fran" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:30" + ], + "slot": "inbound_departure_time", + "values": [ + "6:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "236" + ], + "slot": "price", + "values": [ + "$236" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 96, + "slot": "inbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 105, + "slot": "price", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Southwest airlines has a flight that departs at 6:45 am and the return flight departs at 6:30 am for $236." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 9th" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "6:30 am" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "19_00003", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like you to search a flight for me. I am looking for United Airlines Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be leaving from and when do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 49, + "slot": "departure_date", + "start": 32 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "origin_city": [ + "Chicago" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Chicago on the 9th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going and when will you come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 103, + "slot": "return_date", + "start": 90 + }, + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 55 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Chicago" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are two people in my group, and we want to go to San Francisco and come back on the 14th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:00" + ], + "slot": "outbound_departure_time", + "values": [ + "4 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:10" + ], + "slot": "inbound_departure_time", + "values": [ + "10:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "178" + ], + "slot": "price", + "values": [ + "$178" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_city": "San Francisco", + "origin_city": "Chicago", + "passengers": "2", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "04:57", + "inbound_departure_time": "22:10", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "06:47", + "outbound_departure_time": "04:00", + "passengers": "2", + "price": "178", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 87, + "slot": "inbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 96, + "slot": "price", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a United Airlines flight. Outbound is at 4 am and the return flight is 10:10 pm for $178." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Chicago" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "06:47" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:47 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "outbound_arrival_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight arrives at 6:47 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Chicago" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will I be departing and returning from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "origin_airport", + "values": [ + "O'Hare International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "destination_airport", + "start": 15 + }, + { + "exclusive_end": 101, + "slot": "origin_airport", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Destination is SFO International Airport, and you will be departing from O'Hare International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "10:10 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "4 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I purchase the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "10:10 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "4 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's okay." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00004", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hello! Could you help me to find some round-trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, when do you plan to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "March 7th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "departure_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to depart on March 7th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would be your preferred departure and arrival locations?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NY" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "origin_city", + "start": 25 + }, + { + "exclusive_end": 55, + "slot": "destination_city", + "start": 53 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be departing from Chicago and I plan to visit NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Noted! Then when will you be coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Chicago" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I intend to return on 11th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:30" + ], + "slot": "outbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:25" + ], + "slot": "inbound_departure_time", + "values": [ + "5:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "136" + ], + "slot": "price", + "values": [ + "$136" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "New York", + "origin_city": "Chicago", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "06:44", + "inbound_departure_time": "05:25", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "15:49", + "outbound_departure_time": "12:30", + "passengers": "1", + "price": "136", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "07:19", + "inbound_departure_time": "06:00", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "12:34", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "125", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "05:39", + "inbound_departure_time": "04:20", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "01:09", + "outbound_departure_time": "21:50", + "passengers": "1", + "price": "141", + "refundable": "True", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "13:31", + "inbound_departure_time": "10:05", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "00:19", + "outbound_departure_time": "21:00", + "passengers": "1", + "price": "170", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 87, + "slot": "inbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 112, + "slot": "price", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found an American Airlines flight departing at 12:30 pm and returning at 5:25 am. This will cost you $136." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Chicago" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there alternative flights available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:00" + ], + "slot": "inbound_departure_time", + "values": [ + "6 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "125" + ], + "slot": "price", + "values": [ + "$125" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 89, + "slot": "inbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes! I have also found a Delta Airlines flight departing at 9:15 am and returning at 6 am. This will cost you $125." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Chicago" + ], + "return_date": [ + "11th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks, are there any other available Economy flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:50" + ], + "slot": "outbound_departure_time", + "values": [ + "9:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:20" + ], + "slot": "inbound_departure_time", + "values": [ + "4:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "141" + ], + "slot": "price", + "values": [ + "$141" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "New York", + "origin_city": "Chicago", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "06:44", + "inbound_departure_time": "05:25", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "15:49", + "outbound_departure_time": "12:30", + "passengers": "1", + "price": "136", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "07:19", + "inbound_departure_time": "06:00", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "12:34", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "125", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "05:39", + "inbound_departure_time": "04:20", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "01:09", + "outbound_departure_time": "21:50", + "passengers": "1", + "price": "141", + "refundable": "True", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "13:31", + "inbound_departure_time": "10:05", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "00:19", + "outbound_departure_time": "21:00", + "passengers": "1", + "price": "170", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 92, + "slot": "inbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 117, + "slot": "price", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes. There is also a Southwest Airlines flight departing at 9:50 pm and returning at 4:20 am. This will cost you $141." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Chicago" + ], + "return_date": [ + "11th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, the this is a refundable ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "NY" + ], + "inbound_departure_time": [ + "4:20 am" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:50 pm" + ], + "return_date": [ + "11th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need me to make a reservation?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "NY" + ], + "inbound_departure_time": [ + "4:20 am" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:50 pm" + ], + "return_date": [ + "11th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I am fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you require any further assistance?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "NY" + ], + "inbound_departure_time": [ + "4:20 am" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:50 pm" + ], + "return_date": [ + "11th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you for your help though." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No worries, have a pleasant day ahead!" + } + ] + }, + { + "dialogue_id": "19_00005", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need a round trip flight soon. Find me something from United Airlines" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When and where do you plan to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "departure_date", + "start": 23 + }, + { + "exclusive_end": 52, + "slot": "origin_city", + "start": 41 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on the 2nd of March from Seattle, WA" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Ciudad de Mexico" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_city", + "start": 28 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am gonna be travelling to Ciudad de Mexico!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you think you'll be back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "Wednesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "return_date", + "start": 18 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Seattle, WA" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to be back Wednesday next week, not too long" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:45" + ], + "slot": "inbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "281" + ], + "slot": "price", + "values": [ + "$281" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_city": "Mexico City", + "origin_city": "Seattle", + "return_date": "2019-03-06" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "02:32", + "inbound_departure_time": "20:45", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "281", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 125, + "slot": "inbound_departure_time", + "start": 118 + }, + { + "exclusive_end": 144, + "slot": "price", + "start": 140 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight from United Airlines that might fit your schedule. It leaves at 10:10 am and the return flight is at 8:45 pm and will cost $281" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Seattle, WA" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does that flight leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "origin_airport", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It leaves from Seattle-Tacoma International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Seattle, WA" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it arrive at the destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "20:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:05 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "outbound_arrival_time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It'll get there at 8:05 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's fine then" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I book it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No not right now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help with anything else then?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, for now we're good, thanks again" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure thing, have a wonderful day" + } + ] + }, + { + "dialogue_id": "19_00006", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a trip, can you find some flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be going and when will you be coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "March 8th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "return_date", + "start": 53 + }, + { + "exclusive_end": 91, + "slot": "departure_date", + "start": 77 + }, + { + "exclusive_end": 123, + "slot": "destination_city", + "start": 113 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Washington" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going with two people and we want to get back on March 8th. I am leaving next Wednesday and will be going to Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be flying from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 29 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Atlanta" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to be leaving from Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:40" + ], + "slot": "outbound_departure_time", + "values": [ + "11:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:10" + ], + "slot": "inbound_departure_time", + "values": [ + "4:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "132" + ], + "slot": "price", + "values": [ + "$132" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Washington", + "origin_city": "Atlanta", + "passengers": "2", + "return_date": "2019-03-08" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "inbound_arrival_time": "18:01", + "inbound_departure_time": "16:10", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "13:31", + "outbound_departure_time": "11:40", + "passengers": "2", + "price": "132", + "refundable": "True", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "inbound_arrival_time": "18:31", + "inbound_departure_time": "16:40", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "07:11", + "outbound_departure_time": "05:20", + "passengers": "2", + "price": "117", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 83, + "slot": "inbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 98, + "slot": "price", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a American Airlines flight which leaves at 11:40 am and returns at 4:10 pm. It costs $132." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "4:10 pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "11:40 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice flight!" + } + ] + }, + { + "dialogue_id": "19_00007", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "return_date", + "start": 54 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to get a round trip flight, returning on the 11th of this month. Can you help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. From where do you want to fly and when do you want to fly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "4th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "departure_date", + "start": 43 + }, + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "4th of March" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be flying out of Seattle, WA on the 4th of March. I will be needing 3 tickets and I do not have specific preferences regarding airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you please tell me your desired destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "destination_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sure, I plan to visit Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:45" + ], + "slot": "outbound_departure_time", + "values": [ + "3:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:10" + ], + "slot": "inbound_departure_time", + "values": [ + "7:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "138" + ], + "slot": "price", + "values": [ + "$138" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "passengers": "3", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "21:57", + "inbound_departure_time": "19:10", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:32", + "outbound_departure_time": "15:45", + "passengers": "3", + "price": "138", + "refundable": "True", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "02:32", + "inbound_departure_time": "23:45", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:02", + "outbound_departure_time": "08:15", + "passengers": "3", + "price": "143", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "09:37", + "inbound_departure_time": "06:50", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:32", + "outbound_departure_time": "08:45", + "passengers": "3", + "price": "148", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "14:47", + "inbound_departure_time": "12:00", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:12", + "outbound_departure_time": "05:25", + "passengers": "3", + "price": "146", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "02:32", + "inbound_departure_time": "23:45", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "12:30", + "passengers": "3", + "price": "127", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 102, + "slot": "inbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 137, + "slot": "price", + "start": 133 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an Alaska Airlines flight taking of at 3:45 pm, with the returning flight taking of at 7:10 pm. Total price of one ticket is $138." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "return_date": [ + "11th of this month" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other flights available? I forgot to mention that I prefer Premium Economy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "23:45" + ], + "slot": "inbound_departure_time", + "values": [ + "11:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "237" + ], + "slot": "price", + "values": [ + "$237" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "passengers": "3", + "return_date": "2019-03-11", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "21:57", + "inbound_departure_time": "19:10", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:32", + "outbound_departure_time": "15:45", + "passengers": "3", + "price": "213", + "refundable": "True", + "return_date": "2019-03-11", + "seating_class": "Premium Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "02:32", + "inbound_departure_time": "23:45", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:02", + "outbound_departure_time": "08:15", + "passengers": "3", + "price": "237", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "09:37", + "inbound_departure_time": "06:50", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:32", + "outbound_departure_time": "08:45", + "passengers": "3", + "price": "253", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "07:22", + "inbound_departure_time": "04:35", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:12", + "outbound_departure_time": "05:25", + "passengers": "3", + "price": "220", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 119, + "slot": "outbound_departure_time", + "start": 112 + }, + { + "exclusive_end": 166, + "slot": "inbound_departure_time", + "start": 158 + }, + { + "exclusive_end": 188, + "slot": "price", + "start": 184 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights matching your criteria, out of which I'd recommend the American Airlines flight taking off at 8:15 am, with the return flight taking off at 11:45 pm. Ticket price is $237." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "the 10th" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "return_date", + "start": 57 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anything else available? Also, change the return date to the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:25" + ], + "slot": "outbound_departure_time", + "values": [ + "5:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:00" + ], + "slot": "inbound_departure_time", + "values": [ + "12 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "238" + ], + "slot": "price", + "values": [ + "$238" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "passengers": "3", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "21:57", + "inbound_departure_time": "19:10", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:32", + "outbound_departure_time": "15:45", + "passengers": "3", + "price": "223", + "refundable": "True", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "08:07", + "inbound_departure_time": "05:20", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:02", + "outbound_departure_time": "08:15", + "passengers": "3", + "price": "237", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "14:47", + "inbound_departure_time": "12:00", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:12", + "outbound_departure_time": "05:25", + "passengers": "3", + "price": "238", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "11:42", + "inbound_departure_time": "08:55", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "21:07", + "outbound_departure_time": "18:20", + "passengers": "3", + "price": "244", + "refundable": "True", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 109, + "slot": "inbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 131, + "slot": "price", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a Southwest Airlines flight for you, taking off at 5:25 am with the return flight taking off at 12 pm. Ticket price is $238." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "number_stops", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you know if the flight has one ore more stops and also the departure airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "origin_airport", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight has 0 stops and is taking off from Seattle-Tacoma International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "12 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This sounds perfect for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to buy your tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "12 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not at the moment." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "12 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day!" + } + ] + }, + { + "dialogue_id": "19_00008", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Sir, I would like to book a flight and would prefer to have a round trip. Please can you help me in booking?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, I can help you with that. What date would you like me to book the return ticket for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "return_date", + "start": 12 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Probably on the 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you travelling to? What date will you be travelling? Which airport you want to choose for your departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "5th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 23 + }, + { + "exclusive_end": 49, + "slot": "origin_city", + "start": 46 + }, + { + "exclusive_end": 87, + "slot": "destination_city", + "start": 76 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SFO" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to fly on 5th of this month from SFO airport and have to reach Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:20" + ], + "slot": "outbound_departure_time", + "values": [ + "8:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:50" + ], + "slot": "inbound_departure_time", + "values": [ + "5:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "111" + ], + "slot": "price", + "values": [ + "$111" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Los Angeles", + "origin_city": "San Francisco", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "19:15", + "inbound_departure_time": "17:50", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "21:45", + "outbound_departure_time": "20:20", + "passengers": "1", + "price": "111", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "07:55", + "inbound_departure_time": "06:30", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:15", + "outbound_departure_time": "15:50", + "passengers": "1", + "price": "95", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "23:45", + "inbound_departure_time": "22:20", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "14:15", + "outbound_departure_time": "12:50", + "passengers": "1", + "price": "108", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "11:30", + "inbound_departure_time": "08:05", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "140", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 114, + "slot": "outbound_departure_time", + "start": 107 + }, + { + "exclusive_end": 180, + "slot": "inbound_departure_time", + "start": 173 + }, + { + "exclusive_end": 238, + "slot": "price", + "start": 234 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, I can help you make your reservation. The Alaska Airlines flight having its outbound leaving time at 8:20 pm flies to Los Angeles and return flight timing would be at 5:50 pm. Including tax, the cost of your travel would add to $111. Can I book with this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "8:20 pm" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's fine. Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Economy, Business class or first class ticket you want to purchase?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "8:20 pm" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, not now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "That's Okay! Anything to help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "8:20 pm" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, that's all. Am done with. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a fantastic day." + } + ] + }, + { + "dialogue_id": "19_00009", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need help with flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your departure date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NYC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 27 + }, + { + "exclusive_end": 53, + "slot": "destination_city", + "start": 50 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be departing on the 2nd of March headed to NYC and prefer to fly Southwest Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When is your return date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "return_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "NYC" + ], + "return_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be returning next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 25 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Washington" + ], + "return_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be departing from Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:50" + ], + "slot": "outbound_departure_time", + "values": [ + "4:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:15" + ], + "slot": "inbound_departure_time", + "values": [ + "5:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "86" + ], + "slot": "price", + "values": [ + "$86" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_city": "New York", + "origin_city": "Washington", + "return_date": "2019-03-06" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "18:25", + "inbound_departure_time": "17:15", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "18:00", + "outbound_departure_time": "16:50", + "passengers": "1", + "price": "86", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 96, + "slot": "inbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight on Southwest Airlines departing at 4:50 pm on the outbound date and at 5:15 pm on the return date for $86." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Washington" + ], + "return_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From what airport does the flight depart and is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "origin_airport", + "values": [ + "Dulles International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 73, + "slot": "origin_airport", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is a non refundable ticket departing from Dulles International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "5:15 pm" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "4:50 pm" + ], + "return_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "19_00010", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you look up flight times for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is your flight destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, England" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "destination_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "London, England" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My travel location is London, England." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your return date? What is your starting location? What is your departure date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "the 1st" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 25 + }, + { + "exclusive_end": 57, + "slot": "return_date", + "start": 47 + }, + { + "exclusive_end": 85, + "slot": "departure_date", + "start": 78 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "LA" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My departure location is LA and return date is March 12th. I want to leave on the 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:05" + ], + "slot": "outbound_departure_time", + "values": [ + "9:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:05" + ], + "slot": "inbound_departure_time", + "values": [ + "3:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "361" + ], + "slot": "price", + "values": [ + "$361" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "London", + "origin_city": "Los Angeles", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "inbound_arrival_time": "20:54", + "inbound_departure_time": "15:05", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "07:34", + "outbound_departure_time": "09:05", + "passengers": "1", + "price": "361", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "inbound_arrival_time": "15:17", + "inbound_departure_time": "08:00", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "06:04", + "outbound_departure_time": "10:15", + "passengers": "1", + "price": "345", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "outbound_departure_time", + "start": 42 + }, + { + "exclusive_end": 72, + "slot": "inbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 90, + "slot": "price", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines has a flight leaving at 9:05 am and returns at 3:05 pm. The cost is $361." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "LA" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the departing flights airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "origin_airport", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The departing airport is LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "London, England" + ], + "inbound_departure_time": [ + "3:05 pm" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "9:05 am" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This sounds good. This is good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00011", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a round trip flight. Can you find one for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Where are you going and what's your itinerary?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "March 2nd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "the 8th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 31 + }, + { + "exclusive_end": 75, + "slot": "return_date", + "start": 68 + }, + { + "exclusive_end": 27, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving for Atlanta, GA on March 2nd and I want to come back on the 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "San Francisco" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be heading out of San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:50" + ], + "slot": "outbound_departure_time", + "values": [ + "3:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:30" + ], + "slot": "inbound_departure_time", + "values": [ + "2:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "269" + ], + "slot": "price", + "values": [ + "$269" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "origin_city": "San Francisco", + "return_date": "2019-03-08" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "18:15", + "inbound_departure_time": "14:30", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "01:24", + "outbound_departure_time": "15:50", + "passengers": "1", + "price": "269", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "15:16", + "inbound_departure_time": "12:50", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:31", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "197", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "09:52", + "inbound_departure_time": "04:35", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:19", + "outbound_departure_time": "06:45", + "passengers": "1", + "price": "289", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "17:26", + "inbound_departure_time": "15:00", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:41", + "outbound_departure_time": "10:15", + "passengers": "1", + "price": "211", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 102, + "slot": "inbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 117, + "slot": "price", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight that leaves at 3:50 pm and the return flight comes back at 2:30 pm. It costs $269." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "San Francisco" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. What are the airports that the flight departs from and arrives to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_airport", + "start": 15 + }, + { + "exclusive_end": 94, + "slot": "destination_airport", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It leaves from SFO International Airport and lands at Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "2:30 pm" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Cool. That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to order the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "2:30 pm" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I just needed the information. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Have a good one!" + } + ] + }, + { + "dialogue_id": "19_00012", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I wish to go for a vacation to spend my holiday. will you find me round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are planning to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "departure_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "today" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i am planning to leave on today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which place are you willing to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chi-town" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "today" + ], + "destination_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I Like to travel to Chi-town." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From where you will depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "mexico city" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "today" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "mexico city" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From mexico city" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When you will be returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "return_date", + "start": 9 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "today" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "mexico city" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It is on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:05" + ], + "slot": "outbound_departure_time", + "values": [ + "8:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:30" + ], + "slot": "inbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "309" + ], + "slot": "price", + "values": [ + "$309" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Chicago", + "origin_city": "Mexico City", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "19:31", + "inbound_departure_time": "12:30", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "309", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "02:05", + "inbound_departure_time": "17:25", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "21:04", + "outbound_departure_time": "15:00", + "passengers": "1", + "price": "325", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "02:05", + "inbound_departure_time": "12:45", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "05:36", + "outbound_departure_time": "00:20", + "passengers": "1", + "price": "279", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 124, + "slot": "inbound_departure_time", + "start": 116 + }, + { + "exclusive_end": 157, + "slot": "price", + "start": 153 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok check the following details: FLight name is American Airlines , it leaves at 8:05 am and return flight leaves at 12:30 pm. The price of the ticket is $309." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "12:30 pm" + ], + "origin_city": [ + "mexico city" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok that great and good to me, thank a lot for your help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Take care have a great day" + } + ] + }, + { + "dialogue_id": "19_00013", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hey, can you find some flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, where are you going? Where are you coming from? And when will you depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LAX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "later today" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "origin_city", + "start": 14 + }, + { + "exclusive_end": 49, + "slot": "destination_city", + "start": 41 + }, + { + "exclusive_end": 61, + "slot": "departure_date", + "start": 50 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "later today" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "LAX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm departing LAX and I'd like to fly to New York later today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, when will you return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "Thursday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "later today" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "LAX" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to come home Thursday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:20" + ], + "slot": "outbound_departure_time", + "values": [ + "6:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:40" + ], + "slot": "inbound_departure_time", + "values": [ + "3:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "268" + ], + "slot": "price", + "values": [ + "$268" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "New York", + "origin_city": "Los Angeles", + "return_date": "2019-03-07" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "19:57", + "inbound_departure_time": "15:40", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "03:30", + "outbound_departure_time": "18:20", + "passengers": "1", + "price": "268", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "10:40", + "inbound_departure_time": "07:30", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "08:05", + "outbound_departure_time": "22:55", + "passengers": "1", + "price": "193", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "10:00", + "inbound_departure_time": "06:50", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:19", + "outbound_departure_time": "13:40", + "passengers": "1", + "price": "263", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "19:57", + "inbound_departure_time": "14:40", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "23:58", + "outbound_departure_time": "12:15", + "passengers": "1", + "price": "301", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 107, + "slot": "inbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 116, + "slot": "price", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay then. There's an American Airlines flight to New York from 6:20 pm. There's a return flight at 3:40 pm for $268." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "later today" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "LAX" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:30" + ], + "slot": "inbound_departure_time", + "values": [ + "7:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "193" + ], + "slot": "price", + "values": [ + "$193" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_departure_time", + "start": 43 + }, + { + "exclusive_end": 104, + "slot": "inbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 119, + "slot": "price", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "We have a Delta Airlines flight leaving at 10:55 pm. There's a return flight leaving New York at 7:30 am. It costs $193." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "7:30 am" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "10:55 pm" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect. I don't need anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, thank you!" + } + ] + }, + { + "dialogue_id": "19_00014", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a round trip flights" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the return date? What is the destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "return_date", + "start": 18 + }, + { + "exclusive_end": 53, + "slot": "destination_city", + "start": 51 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LA" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Date of return on 11th of March; my destination si LA" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the city of departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LA" + ], + "origin_city": [ + "Washington" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll leave from Washington" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the departure date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "departure_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Washington" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "8th of March" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:00" + ], + "slot": "outbound_departure_time", + "values": [ + "10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:20" + ], + "slot": "inbound_departure_time", + "values": [ + "5:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "310" + ], + "slot": "price", + "values": [ + "$310" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Los Angeles", + "origin_city": "Washington", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "17:33", + "inbound_departure_time": "05:20", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "01:47", + "outbound_departure_time": "22:00", + "passengers": "1", + "price": "310", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "12:45", + "inbound_departure_time": "04:00", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "12:45", + "outbound_departure_time": "10:00", + "passengers": "1", + "price": "212", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "17:48", + "inbound_departure_time": "07:05", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "17:35", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "261", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "21:45", + "inbound_departure_time": "10:50", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "00:32", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "284", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "outbound_departure_time", + "start": 38 + }, + { + "exclusive_end": 73, + "slot": "inbound_departure_time", + "start": 66 + }, + { + "exclusive_end": 96, + "slot": "price", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a American Airlines flight at 10 pm; the return flight at 5:20 am. The ticket costs $310" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "number_stops", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Washington" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the airport of departure? Is there 1 stop?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "origin_airport", + "values": [ + "Dulles International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Dulles International Airport. Yes, there is 1 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "5:20 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 pm" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, it sounds good! It's all, thank you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day" + } + ] + }, + { + "dialogue_id": "19_00015", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find some flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. When will you be arriving back and where are you visiting? Also, where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "origin_city", + "start": 71 + }, + { + "exclusive_end": 112, + "slot": "return_date", + "start": 104 + }, + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Seattle" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be travelling to Phoenix with four people and I am departing from Seattle. I'd like to get back on the 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you planning to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "March 2nd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Seattle" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be departing on March 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:15" + ], + "slot": "inbound_departure_time", + "values": [ + "6:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "243" + ], + "slot": "price", + "values": [ + "$243" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Phoenix", + "origin_city": "Seattle", + "passengers": "4", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "inbound_arrival_time": "10:36", + "inbound_departure_time": "06:15", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "13:38", + "outbound_departure_time": "08:15", + "passengers": "4", + "price": "243", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "inbound_arrival_time": "17:06", + "inbound_departure_time": "11:55", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "13:38", + "outbound_departure_time": "08:45", + "passengers": "4", + "price": "250", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "inbound_arrival_time": "23:43", + "inbound_departure_time": "18:10", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "10:35", + "outbound_departure_time": "05:30", + "passengers": "4", + "price": "196", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 87 + }, + { + "exclusive_end": 130, + "slot": "inbound_departure_time", + "start": 123 + }, + { + "exclusive_end": 149, + "slot": "price", + "start": 145 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I managed to find 3 flights for your trip with American Airlines. The flight leaves at 8:15 am and the returning flight is 6:15 am. It will cost $243." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "6:15 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "8:15 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I purchase that tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "6:15 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "8:15 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's okay, that's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "19_00016", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have some unused vacation time coming up and would like to go on a trip. Can you search round trip flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, lets gather some details first. Where would you like to travel to and when? Also will you be returning from the same location of your initial travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "return_date", + "start": 59 + }, + { + "exclusive_end": 55, + "slot": "origin_city", + "start": 42 + }, + { + "exclusive_end": 35, + "slot": "destination_city", + "start": 26 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "New York City" + ], + "return_date": [ + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to travel to Vancouver, from New York City on March 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, great, when would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "6th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "departure_date", + "start": 66 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "6th of March" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "New York City" + ], + "return_date": [ + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer to leave the first day of my vacation which is the 6th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:00" + ], + "slot": "outbound_departure_time", + "values": [ + "6 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "03:20" + ], + "slot": "inbound_departure_time", + "values": [ + "3:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "297" + ], + "slot": "price", + "values": [ + "$297" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Vancouver", + "origin_city": "New York", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "18:40", + "inbound_departure_time": "03:20", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "14:31", + "outbound_departure_time": "06:00", + "passengers": "1", + "price": "297", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "15:12", + "inbound_departure_time": "03:15", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "08:20", + "passengers": "1", + "price": "335", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 138, + "slot": "outbound_departure_time", + "start": 134 + }, + { + "exclusive_end": 178, + "slot": "inbound_departure_time", + "start": 171 + }, + { + "exclusive_end": 198, + "slot": "price", + "start": 194 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I was able to locate 2 convenient flights matching your criteria. The first flight is a Delta Airlines outbound flight that leaves at 6 am and the return flight leaves at 3:20 am for a total of $297." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of March" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "3:20 am" + ], + "origin_city": [ + "New York City" + ], + "outbound_departure_time": [ + "6 am" + ], + "return_date": [ + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight fits my budget and schedule. That is all I need, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00017", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you search airline flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "March 3rd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 27 + }, + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm traveling to London on March 3rd and I prefer American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "return_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "London" + ], + "return_date": [ + "next Tuesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be leaving from" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "Chicago" + ], + "return_date": [ + "next Tuesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:30" + ], + "slot": "outbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "00:10" + ], + "slot": "inbound_departure_time", + "values": [ + "0:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "400" + ], + "slot": "price", + "values": [ + "$400" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "London", + "origin_city": "Chicago", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "inbound_arrival_time": "13:52", + "inbound_departure_time": "00:10", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "06:37", + "outbound_departure_time": "12:30", + "passengers": "1", + "price": "400", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 74 + }, + { + "exclusive_end": 119, + "slot": "inbound_departure_time", + "start": 112 + }, + { + "exclusive_end": 148, + "slot": "price", + "start": 144 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 convenient American Airlines flight for your trip, departing at 12:30 pm. The return flight leaves at 0:10 am and the ticket price is $400" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "Chicago" + ], + "return_date": [ + "next Tuesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive in and which airport does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "destination_airport", + "values": [ + "Heathrow International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "origin_airport", + "values": [ + "O'Hare International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "destination_airport", + "start": 19 + }, + { + "exclusive_end": 95, + "slot": "origin_airport", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is Heathrow International Airport and departs from O'Hare International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "London" + ], + "inbound_departure_time": [ + "0:10 am" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "return_date": [ + "next Tuesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00018", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am planning to go for a trip. Can you find me round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which place you are leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "from Seattle, can you find?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "To which place you have planned to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I like to visit LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I know the exact date when you are leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "the 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "departure_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 8th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "on the 8th" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I know the returning date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 8th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I will be back on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:45" + ], + "slot": "outbound_departure_time", + "values": [ + "3:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:10" + ], + "slot": "inbound_departure_time", + "values": [ + "7:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "148" + ], + "slot": "price", + "values": [ + "$148" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "21:57", + "inbound_departure_time": "19:10", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:32", + "outbound_departure_time": "15:45", + "passengers": "1", + "price": "148", + "refundable": "True", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "02:32", + "inbound_departure_time": "23:45", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:02", + "outbound_departure_time": "08:15", + "passengers": "1", + "price": "146", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "09:37", + "inbound_departure_time": "06:50", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:32", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "147", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "14:47", + "inbound_departure_time": "12:00", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:12", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "147", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "02:32", + "inbound_departure_time": "23:45", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "12:30", + "passengers": "1", + "price": "131", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 113, + "slot": "inbound_departure_time", + "start": 106 + }, + { + "exclusive_end": 152, + "slot": "price", + "start": 148 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Found 5 flights: An outbound flight through Alaska Airlines leaves at 3:45 pm and return flight leaves at 7:10 pm for which the ticket cost will be $148." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "the 8th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you check whether the ticket is refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, ticket is refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 8th" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That seems great. Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00019", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hey, I'm going somewhere next Wednesday and I need to book a flight. Can you see what's available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many people are you booking for and when do you plan on returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "return_date", + "start": 49 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are four of us, and we want to get back on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you look the flight to depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "origin_city": [ + "Chicago" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Chicago so whichever airport is closest." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like the destination to be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "destination_city", + "start": 3 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Chicago" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "To Phoenix please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:55" + ], + "slot": "inbound_departure_time", + "values": [ + "11:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "300" + ], + "slot": "price", + "values": [ + "$300" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Phoenix", + "origin_city": "Chicago", + "passengers": "4", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "inbound_arrival_time": "22:07", + "inbound_departure_time": "11:55", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "13:17", + "outbound_departure_time": "08:30", + "passengers": "4", + "price": "300", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 124, + "slot": "outbound_departure_time", + "start": 117 + }, + { + "exclusive_end": 167, + "slot": "inbound_departure_time", + "start": 159 + }, + { + "exclusive_end": 206, + "slot": "price", + "start": 202 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 flight that meets the criteria. It's a Delta Airlines flight. The flight outbound flight will depart at 8:30 am. The return flight will depart at 11:55 am. The price of each ticket will be $300." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "11:55 am" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome that sounds perfect. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem. Have a nice day." + } + ] + }, + { + "dialogue_id": "19_00020", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to search for a round trip flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have plans for when you are leaving and coming back? Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "Monday next week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "departure_date", + "start": 0 + }, + { + "exclusive_end": 77, + "slot": "return_date", + "start": 68 + }, + { + "exclusive_end": 94, + "slot": "destination_city", + "start": 92 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "LA" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Monday next week is when I want to leave, and I need to get back on March 9th. I'm going to LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 8, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "ATL" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From ATL." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:30" + ], + "slot": "outbound_departure_time", + "values": [ + "2:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:25" + ], + "slot": "inbound_departure_time", + "values": [ + "5:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "203" + ], + "slot": "price", + "values": [ + "$203" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Los Angeles", + "origin_city": "Atlanta", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "01:24", + "inbound_departure_time": "17:25", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "16:29", + "outbound_departure_time": "14:30", + "passengers": "1", + "price": "203", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "04:39", + "inbound_departure_time": "20:40", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:39", + "outbound_departure_time": "17:40", + "passengers": "1", + "price": "191", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "23:41", + "inbound_departure_time": "13:40", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:29", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "225", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "04:39", + "inbound_departure_time": "20:40", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "12:15", + "passengers": "1", + "price": "261", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 105, + "slot": "inbound_departure_time", + "start": 98 + }, + { + "exclusive_end": 132, + "slot": "price", + "start": 128 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an outbound American Airlines flight that leaves at 2:30 pm. The return flight will be at 5:25 pm. The ticket will cost $203." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "10th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "return_date", + "start": 51 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "ATL" + ], + "return_date": [ + "10th of March" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anything else available? I need to get back on the 10th of March. Seating doesn't matter to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:40" + ], + "slot": "outbound_departure_time", + "values": [ + "5:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:20" + ], + "slot": "inbound_departure_time", + "values": [ + "9:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "186" + ], + "slot": "price", + "values": [ + "$186" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Los Angeles", + "origin_city": "Atlanta", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "17:04", + "inbound_departure_time": "09:05", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "16:29", + "outbound_departure_time": "14:30", + "passengers": "1", + "price": "204", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "17:19", + "inbound_departure_time": "09:20", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:39", + "outbound_departure_time": "17:40", + "passengers": "1", + "price": "186", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "00:51", + "inbound_departure_time": "13:40", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:29", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "239", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "04:39", + "inbound_departure_time": "20:40", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "12:15", + "passengers": "1", + "price": "270", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 86, + "slot": "inbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see a Delta Airlines flight that leaves at 5:40 pm. Return flight departs at 9:20 am. The price for that is $186." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "ATL" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of March" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anything else available for me and 2 other people?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:30" + ], + "slot": "outbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:40" + ], + "slot": "inbound_departure_time", + "values": [ + "1:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "239" + ], + "slot": "price", + "values": [ + "$239" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Los Angeles", + "origin_city": "Atlanta", + "passengers": "2", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "17:04", + "inbound_departure_time": "09:05", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "16:29", + "outbound_departure_time": "14:30", + "passengers": "2", + "price": "204", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "17:19", + "inbound_departure_time": "09:20", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:39", + "outbound_departure_time": "17:40", + "passengers": "2", + "price": "186", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "00:51", + "inbound_departure_time": "13:40", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:29", + "outbound_departure_time": "13:30", + "passengers": "2", + "price": "239", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "04:39", + "inbound_departure_time": "20:40", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "12:15", + "passengers": "2", + "price": "270", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 66 + }, + { + "exclusive_end": 118, + "slot": "inbound_departure_time", + "start": 111 + }, + { + "exclusive_end": 140, + "slot": "price", + "start": 136 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's also an outbound Southwest Airlines flight that leaves at 1:30 pm. You're return flight would leave at 1:40 pm and the price is $239." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "number_stops", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "ATL" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of March" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How many stops For the onward flight and when does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "15:29" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:29 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "outbound_arrival_time", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will stop 1 time and arrive at 3:29 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "1:40 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of March" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great. That will do it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one!" + } + ] + }, + { + "dialogue_id": "19_00021", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm going out of town for a few days, can you find me some round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where were you planning to go? What return date would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 86, + "slot": "return_date", + "start": 73 + }, + { + "exclusive_end": 43, + "slot": "destination_city", + "start": 40 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "ATL" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are 3 people in my group going to ATL. I'd like to get back on the 13th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date did you want to leave? What city will you be flying out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "the 3rd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "departure_date", + "start": 15 + }, + { + "exclusive_end": 37, + "slot": "origin_city", + "start": 28 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Vancouver" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on the 3rd from Vancouver." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "02:50" + ], + "slot": "outbound_departure_time", + "values": [ + "2:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:50" + ], + "slot": "inbound_departure_time", + "values": [ + "7:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "297" + ], + "slot": "price", + "values": [ + "$297" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Atlanta", + "origin_city": "Vancouver", + "passengers": "3", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "13:41", + "inbound_departure_time": "07:50", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "02:50", + "passengers": "3", + "price": "297", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "14:56", + "inbound_departure_time": "12:15", + "number_stops": "0", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "11:56", + "outbound_departure_time": "03:15", + "passengers": "3", + "price": "201", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "outbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 118, + "slot": "inbound_departure_time", + "start": 111 + }, + { + "exclusive_end": 68, + "slot": "price", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 flights for you. There is a Delta Airlines flight for $297 which leaves at 2:50 am and flies back at 7:50 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "ATL" + ], + "inbound_departure_time": [ + "7:50 am" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "2:50 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "ATL" + ], + "inbound_departure_time": [ + "7:50 am" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "2:50 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00022", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find round trip flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be leaving? When are you arriving back again? Where will you visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "the 5th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Ciudad de Mexico" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 19 + }, + { + "exclusive_end": 51, + "slot": "return_date", + "start": 43 + }, + { + "exclusive_end": 100, + "slot": "origin_city", + "start": 92 + }, + { + "exclusive_end": 86, + "slot": "destination_city", + "start": 70 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 5th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "San Fran" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be going on the 5th and coming back the 13th. I'm traveling to Ciudad de Mexico from San Fran." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:20" + ], + "slot": "outbound_departure_time", + "values": [ + "1:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:55" + ], + "slot": "inbound_departure_time", + "values": [ + "2:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "177" + ], + "slot": "price", + "values": [ + "$177" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Mexico City", + "origin_city": "San Francisco", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "16:38", + "inbound_departure_time": "14:55", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:03", + "outbound_departure_time": "13:20", + "passengers": "1", + "price": "177", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "23:45", + "inbound_departure_time": "20:45", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "250", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "outbound_departure_time", + "start": 43 + }, + { + "exclusive_end": 75, + "slot": "inbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 98, + "slot": "price", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The American Airlines flight is leaving at 1:20 pm and returning at 2:55 pm. The tickets cost $177." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 5th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "San Fran" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Will there be other available flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:45" + ], + "slot": "inbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "250" + ], + "slot": "price", + "values": [ + "$250" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "outbound_departure_time", + "start": 41 + }, + { + "exclusive_end": 70, + "slot": "inbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The United Airlines flight is leaving at 9:15 am and returning 8:45 pm. The pricing of tickets is $250." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 5th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The flight sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you think I should buy the tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 5th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is good and all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00023", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to find some round trip flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your departure date and where will you be leaving from? Also where are you planning on going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "later today" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver, BC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chi-town" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "departure_date", + "start": 16 + }, + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 33 + }, + { + "exclusive_end": 71, + "slot": "destination_city", + "start": 63 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "later today" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Vancouver, BC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving later today from Vancouver, BC. I'm heading to Chi-town." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your return date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "6th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "return_date", + "start": 25 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "later today" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Vancouver, BC" + ], + "passengers": [ + "3" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be returning on the 6th of March. I have 3 people in my group and I'd like to travel in economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "03:20" + ], + "slot": "outbound_departure_time", + "values": [ + "3:20 AM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:55" + ], + "slot": "inbound_departure_time", + "values": [ + "11:55 AM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "319" + ], + "slot": "price", + "values": [ + "$319" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Chicago", + "origin_city": "Vancouver", + "passengers": "3", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "18:01", + "inbound_departure_time": "11:55", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "13:52", + "outbound_departure_time": "03:20", + "passengers": "3", + "price": "319", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "19:49", + "inbound_departure_time": "12:45", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "14:36", + "outbound_departure_time": "03:15", + "passengers": "3", + "price": "295", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "outbound_departure_time", + "start": 42 + }, + { + "exclusive_end": 77, + "slot": "inbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a Delta airlines flight leaving at 3:20 AM and coming back at 11:55 AM for $319." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "later today" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Vancouver, BC" + ], + "passengers": [ + "3" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is that a refundable ticket? And which airport does it fly into?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 98, + "slot": "destination_airport", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry to say that the ticket cannot be refunded. It's flying into O'Hare International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Vancouver, BC" + ], + "passengers": [ + "3" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have anything available on United Airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "03:15" + ], + "slot": "outbound_departure_time", + "values": [ + "3:15 AM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:45" + ], + "slot": "inbound_departure_time", + "values": [ + "12:45 PM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "295" + ], + "slot": "price", + "values": [ + "$295" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "Chicago", + "origin_city": "Vancouver", + "passengers": "3", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "19:49", + "inbound_departure_time": "12:45", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "14:36", + "outbound_departure_time": "03:15", + "passengers": "3", + "price": "295", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "outbound_departure_time", + "start": 43 + }, + { + "exclusive_end": 78, + "slot": "inbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a United Airlines flight leaving at 3:15 AM and coming back at 12:45 PM for $295." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Vancouver, BC" + ], + "passengers": [ + "3" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "Chicago", + "origin_city": "Vancouver", + "passengers": "3", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry, I don't have anything else available. 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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Vancouver, BC" + ], + "passengers": [ + "3" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you for calling us." + } + ] + }, + { + "dialogue_id": "19_00024", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "This question is for you, my friend. Would you please find me some options for round-trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, I can help you with that. What is your flight destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "next Monday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "return_date", + "start": 46 + }, + { + "exclusive_end": 20, + "slot": "destination_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ], + "return_date": [ + "next Monday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm on my way to SFO, and I want to return on next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. from what city would you like to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chi-town" + ], + "return_date": [ + "next Monday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be going out of Chi-town." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Got it, and what day are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chi-town" + ], + "return_date": [ + "next Monday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm out of here on the 2nd of this month, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:30" + ], + "slot": "outbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:20" + ], + "slot": "inbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "269" + ], + "slot": "price", + "values": [ + "$269" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "San Francisco", + "origin_city": "Chicago", + "return_date": "2019-03-04" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "22:07", + "inbound_departure_time": "15:20", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "20:11", + "outbound_departure_time": "12:30", + "passengers": "1", + "price": "269", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "04:52", + "inbound_departure_time": "22:05", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "13:27", + "outbound_departure_time": "10:40", + "passengers": "1", + "price": "212", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "00:37", + "inbound_departure_time": "17:50", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "16:57", + "outbound_departure_time": "14:10", + "passengers": "1", + "price": "182", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "06:02", + "inbound_departure_time": "23:15", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "06:47", + "outbound_departure_time": "04:00", + "passengers": "1", + "price": "190", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 102, + "slot": "inbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 128, + "slot": "price", + "start": 124 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "All right. I show an outbound American Airlines flight, departing at 12:30 pm and returning at 3:20 pm. Your ticket cost is $269." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chi-town" + ], + "return_date": [ + "next Monday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you show any other flight options?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:40" + ], + "slot": "outbound_departure_time", + "values": [ + "10:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:05" + ], + "slot": "inbound_departure_time", + "values": [ + "10:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "212" + ], + "slot": "price", + "values": [ + "$212" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 86, + "slot": "inbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 107, + "slot": "price", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Delta Airlines has an outbound flight, departing at 10:40 am and returning at 10:05 pm. That ticket is $212." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "10:05 pm" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "10:40 am" + ], + "return_date": [ + "next Monday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, you have found the flight I want. Really appreciate that. You're done for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Done for now. Enjoy your day." + } + ] + }, + { + "dialogue_id": "19_00025", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "Delhi, India" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "origin_city", + "start": 47 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Delhi, India" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me an economy flight leaving from Delhi, India?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going, when do you plan to leave and come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "the 14th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "3rd of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 77, + "slot": "return_date", + "start": 69 + }, + { + "exclusive_end": 44, + "slot": "departure_date", + "start": 27 + }, + { + "exclusive_end": 19, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Delhi, India" + ], + "return_date": [ + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Vegas on the 3rd of this month and hope to get back on the 14th. I prefer American Airlines" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "outbound_departure_time", + "values": [ + "7 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:55" + ], + "slot": "inbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "376" + ], + "slot": "price", + "values": [ + "$376" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Las Vegas", + "origin_city": "Delhi", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "inbound_arrival_time": "20:39", + "inbound_departure_time": "10:55", + "number_stops": "1", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "19:00", + "passengers": "1", + "price": "376", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 81, + "slot": "inbound_departure_time", + "start": 73 + }, + { + "exclusive_end": 96, + "slot": "price", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 American Airlines flight that leaves at 7 pm and comes back at 10:55 am. It'll be $376" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "10:55 am" + ], + "origin_city": [ + "Delhi, India" + ], + "outbound_departure_time": [ + "7 pm" + ], + "return_date": [ + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I book it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "10:55 am" + ], + "origin_city": [ + "Delhi, India" + ], + "outbound_departure_time": [ + "7 pm" + ], + "return_date": [ + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No it's ok" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "10:55 am" + ], + "origin_city": [ + "Delhi, India" + ], + "outbound_departure_time": [ + "7 pm" + ], + "return_date": [ + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day" + } + ] + }, + { + "dialogue_id": "19_00026", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "destination_city", + "start": 33 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "To meet my cousin I am flying to London. Can you find a flight for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great. Please give details of embarkation and return." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "this sunday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "7th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 21 + }, + { + "exclusive_end": 74, + "slot": "return_date", + "start": 62 + }, + { + "exclusive_end": 45, + "slot": "origin_city", + "start": 38 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this sunday" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "Atlanta" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Departure must be on this sunday from Atlanta and get back on 7th of March" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:30" + ], + "slot": "outbound_departure_time", + "values": [ + "3:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:35" + ], + "slot": "inbound_departure_time", + "values": [ + "8:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "365" + ], + "slot": "price", + "values": [ + "$365" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "London", + "origin_city": "Atlanta", + "return_date": "2019-03-07" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "inbound_arrival_time": "02:39", + "inbound_departure_time": "20:35", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:14", + "outbound_departure_time": "15:30", + "passengers": "1", + "price": "365", + "refundable": "True", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "inbound_arrival_time": "22:52", + "inbound_departure_time": "15:35", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "06:54", + "outbound_departure_time": "16:50", + "passengers": "1", + "price": "320", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "inbound_arrival_time": "04:29", + "inbound_departure_time": "22:25", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:49", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "306", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 108, + "slot": "inbound_departure_time", + "start": 101 + }, + { + "exclusive_end": 135, + "slot": "price", + "start": 131 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights meeting your demands. One is American Airlines leaving at 3:30 pm and returns at 8:35 pm. The ticket charge is $365." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this sunday" + ], + "destination_city": [ + "London" + ], + "inbound_departure_time": [ + "8:35 pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3:30 pm" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good, it will do." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to reserve ticket now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this sunday" + ], + "destination_city": [ + "London" + ], + "inbound_departure_time": [ + "8:35 pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3:30 pm" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not needed now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any other help you need" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this sunday" + ], + "destination_city": [ + "London" + ], + "inbound_departure_time": [ + "8:35 pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3:30 pm" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00027", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need flights for 3 people. Can you search flights, please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like flights to, and what dates are you leaving and returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 101, + "slot": "return_date", + "start": 83 + }, + { + "exclusive_end": 61, + "slot": "departure_date", + "start": 44 + }, + { + "exclusive_end": 27, + "slot": "destination_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Chicago" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We are traveling to Chicago, leaving on the 7th of this month and returning on the 14th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From which airport would you like to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Las Vegas" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We will leave from Las Vegas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:30" + ], + "slot": "inbound_departure_time", + "values": [ + "4:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "266" + ], + "slot": "price", + "values": [ + "$266" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Chicago", + "origin_city": "Las Vegas", + "passengers": "3", + "return_date": "2019-03-14" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "09:15", + "inbound_departure_time": "04:30", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "10:55", + "passengers": "3", + "price": "266", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "14:35", + "inbound_departure_time": "10:35", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "12:05", + "passengers": "3", + "price": "255", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 107, + "slot": "inbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 128, + "slot": "price", + "start": 124 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a flight on American Airlines, departing flight leaves at 10:55 am and return flight is at 4:30 am. Each ticket is $266." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight suits my needs. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a great day!" + } + ] + }, + { + "dialogue_id": "19_00028", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 111, + "slot": "destination_city", + "start": 100 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you look through some flights for me? I would most like to have American Airlines. I'm going to Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your departure city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be flying out of LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the day you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "the 2nd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "departure_date", + "start": 49 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have four total in my group. I am departing on the 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your return date." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be returning on the 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:20" + ], + "slot": "outbound_departure_time", + "values": [ + "5:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:15" + ], + "slot": "inbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "143" + ], + "slot": "price", + "values": [ + "$143" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Seattle", + "origin_city": "Los Angeles", + "passengers": "4", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "11:02", + "inbound_departure_time": "08:15", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "08:07", + "outbound_departure_time": "05:20", + "passengers": "4", + "price": "143", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 96, + "slot": "outbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 141, + "slot": "inbound_departure_time", + "start": 134 + }, + { + "exclusive_end": 168, + "slot": "price", + "start": 164 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 very good flight for you. This is an American Airlines flight. It will leave at 5:20 am. The return leg will be departing at 8:15 am. The ticket will cost $143." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "5:20 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds very good. I don't need anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00029", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "9th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "return_date", + "start": 67 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "9th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me search for flights, please. I will be returning on 9th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Can you tell me your departure location and time as well as your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "later today" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LAX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 49, + "slot": "departure_date", + "start": 38 + }, + { + "exclusive_end": 37, + "slot": "destination_city", + "start": 34 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "later today" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "Atlanta" + ], + "return_date": [ + "9th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm flying out of Atlanta towards LAX later today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:30" + ], + "slot": "outbound_departure_time", + "values": [ + "2:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:25" + ], + "slot": "inbound_departure_time", + "values": [ + "5:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "180" + ], + "slot": "price", + "values": [ + "$180" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Los Angeles", + "origin_city": "Atlanta", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "01:24", + "inbound_departure_time": "17:25", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "16:29", + "outbound_departure_time": "14:30", + "passengers": "1", + "price": "180", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "04:39", + "inbound_departure_time": "20:40", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:39", + "outbound_departure_time": "17:40", + "passengers": "1", + "price": "190", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "23:41", + "inbound_departure_time": "13:40", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:29", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "228", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "04:39", + "inbound_departure_time": "20:40", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "14:15", + "outbound_departure_time": "09:40", + "passengers": "1", + "price": "219", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 93, + "slot": "inbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 121, + "slot": "price", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight taking off at 2:30 pm. The returning flight is at 5:25 pm. Total ticket price is $180." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "later today" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "Atlanta" + ], + "return_date": [ + "9th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other flights available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:40" + ], + "slot": "outbound_departure_time", + "values": [ + "5:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:40" + ], + "slot": "inbound_departure_time", + "values": [ + "8:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "190" + ], + "slot": "price", + "values": [ + "$190" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 89, + "slot": "inbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 117, + "slot": "price", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a Delta Airlines flight taking off at 5:40 pm. The returning flight is at 8:40 pm. Total ticket price is $190." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "number_stops" + ], + "slot_values": { + "departure_date": [ + "later today" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "Atlanta" + ], + "return_date": [ + "9th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell me if this flight has any stops and also where does it land?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "destination_airport", + "start": 11 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Landing at LAX International Airport. 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "8:40 pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "5:40 pm" + ], + "return_date": [ + "9th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This sounds perfect! That will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one!" + } + ] + }, + { + "dialogue_id": "19_00030", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, NSW" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "destination_city", + "start": 27 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Sydney, NSW" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to book a flight to Sydney, NSW in Australia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, where are you departing from and what date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "SD" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 67, + "slot": "departure_date", + "start": 50 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from SD, can you check flights on the 2nd of this month?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, and when do you want to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "SD" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on the 12th of this month. Can you book economy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:05" + ], + "slot": "inbound_departure_time", + "values": [ + "10:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "305" + ], + "slot": "price", + "values": [ + "$305" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Sydney", + "origin_city": "San Diego", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "inbound_arrival_time": "16:19", + "inbound_departure_time": "22:05", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "09:26", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "305", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 80, + "slot": "inbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 122, + "slot": "price", + "start": 118 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay I have a united Airlines flight departing at 7:20 am, returning at 10:05 pm. Total cost for the return flight is $305." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "SD" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport is that flying out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "origin_airport", + "values": [ + "SAN International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "origin_airport", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'll be departing from SAN International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "SD" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport am I flying into? Is this a refundable ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kingsford Smith International Airport" + ], + "slot": "destination_airport", + "values": [ + "Kingsford Smith International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "destination_airport", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at Kingsford Smith International Airport. The ticket is non refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Sydney, NSW" + ], + "inbound_departure_time": [ + "10:05 pm" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay sounds good. That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Happy to help." + } + ] + }, + { + "dialogue_id": "19_00031", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me look up some flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day are you looking for and from where will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "this Sunday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 37, + "slot": "departure_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Portland this Sunday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What's your destination and when would you like to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "return_date", + "start": 25 + }, + { + "exclusive_end": 116, + "slot": "destination_city", + "start": 105 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Portland" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to be back on the 11th of March. Also I want to go with United Airlines if possible on my trip to Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:45" + ], + "slot": "outbound_departure_time", + "values": [ + "10:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:15" + ], + "slot": "inbound_departure_time", + "values": [ + "4:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "73" + ], + "slot": "price", + "values": [ + "$73" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Seattle", + "origin_city": "Portland", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "05:13", + "inbound_departure_time": "04:15", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "23:43", + "outbound_departure_time": "22:45", + "passengers": "1", + "price": "73", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 119, + "slot": "inbound_departure_time", + "start": 112 + }, + { + "exclusive_end": 137, + "slot": "price", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 possible flight with United Airlines. It departs at 10:45 pm while the return flight will leave at 4:15 am. The price is $73." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "number_stops" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Portland" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will I be landing in? Also, does it have zero layovers?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "destination_airport", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'll be landing in Seattle-Tacoma International Airport and the number of stops is 0." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "4:15 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "10:45 pm" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy a ticket now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "4:15 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "10:45 pm" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm good. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00032", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you look up a flight for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, when do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "March 4th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 4th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking to leave on March 4th" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you departing from? What is your destination and when is your return date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris, France" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "the 14th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 23 + }, + { + "exclusive_end": 122, + "slot": "return_date", + "start": 114 + }, + { + "exclusive_end": 65, + "slot": "destination_city", + "start": 54 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Paris, France" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Paris, France and traveling to Atlanta, GA with 3 people in my group. My return date is on the 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:05" + ], + "slot": "outbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:25" + ], + "slot": "inbound_departure_time", + "values": [ + "3:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "382" + ], + "slot": "price", + "values": [ + "$382" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Atlanta", + "origin_city": "Paris", + "passengers": "3", + "return_date": "2019-03-14" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "13:37", + "inbound_departure_time": "15:25", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "14:07", + "outbound_departure_time": "04:05", + "passengers": "3", + "price": "382", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "13:37", + "inbound_departure_time": "15:40", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "17:35", + "passengers": "3", + "price": "395", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 66 + }, + { + "exclusive_end": 100, + "slot": "inbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 119, + "slot": "price", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 American airlines flight for you. The departure time is 4:05 am and return time at 3:25 pm. The price is $382 per ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This is the flight i want." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to book the flight for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not yet." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else i can help you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that's it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "19_00033", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 33 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "today" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a flight leaving today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Where from? And where to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "8th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 99, + "slot": "return_date", + "start": 82 + }, + { + "exclusive_end": 39, + "slot": "origin_city", + "start": 32 + }, + { + "exclusive_end": 56, + "slot": "destination_city", + "start": 43 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "today" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Seattle" + ], + "return_date": [ + "8th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like an economy flight from Seattle to San Francisco. I plan to return on the 8th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:00" + ], + "slot": "outbound_departure_time", + "values": [ + "12 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:55" + ], + "slot": "inbound_departure_time", + "values": [ + "2:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "133" + ], + "slot": "price", + "values": [ + "$133" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "San Francisco", + "origin_city": "Seattle", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "17:06", + "inbound_departure_time": "14:55", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "14:11", + "outbound_departure_time": "12:00", + "passengers": "1", + "price": "133", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "16:26", + "inbound_departure_time": "14:15", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "00:36", + "outbound_departure_time": "22:25", + "passengers": "1", + "price": "136", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "10:11", + "inbound_departure_time": "08:00", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:21", + "outbound_departure_time": "06:10", + "passengers": "1", + "price": "133", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "10:36", + "inbound_departure_time": "08:25", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "00:01", + "outbound_departure_time": "21:50", + "passengers": "1", + "price": "139", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "17:16", + "inbound_departure_time": "15:05", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "22:41", + "outbound_departure_time": "20:30", + "passengers": "1", + "price": "136", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 111, + "slot": "inbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 159, + "slot": "price", + "start": 155 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "We can fly you with Alaska Airlines. The flight departs at 12 pm. There's a return flight on the 8th at 2:55 pm. We have 5 different flights available for $133." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "number_stops", + "refundable" + ], + "slot_values": { + "departure_date": [ + "today" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Seattle" + ], + "return_date": [ + "8th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How many stops are there? Is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately it's not refundable. There are 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "2:55 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "12 pm" + ], + "return_date": [ + "8th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I book it for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "2:55 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "12 pm" + ], + "return_date": [ + "8th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, no I don't need it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "2:55 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "12 pm" + ], + "return_date": [ + "8th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nothing, thanks for everything." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a good day." + } + ] + }, + { + "dialogue_id": "19_00034", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search for Economy flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to leave and return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "the 5th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "return_date", + "start": 41 + }, + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 5th" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on the 5th and return on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to visit and when?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Ciudad de Mexico" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_city", + "start": 48 + }, + { + "exclusive_end": 90, + "slot": "destination_city", + "start": 74 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 5th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer to fly on Delta Airlines, leaving from Portland and traveling to Ciudad de Mexico." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:45" + ], + "slot": "inbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "271" + ], + "slot": "price", + "values": [ + "$271" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_city": "Mexico City", + "origin_city": "Portland", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "21:33", + "inbound_departure_time": "13:45", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "271", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 79, + "slot": "inbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 109, + "slot": "price", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a flight on Delta Airlines leaving at 8:45 am and returning at 1:45 pm. There is one flight for $271 dollars." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 5th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's great, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "hAVE A GOOD DAY." + } + ] + }, + { + "dialogue_id": "19_00035", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "this Sunday" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "departure_date", + "start": 36 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find a return flight for me this Sunday?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "return_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from and planning to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "destination_city", + "start": 47 + }, + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Mexico City" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Mexico City and traveling to NYC. I want to book a Economy flight for 1 person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:00" + ], + "slot": "outbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "inbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "236" + ], + "slot": "price", + "values": [ + "$236" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "New York", + "origin_city": "Mexico City", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "14:04", + "inbound_departure_time": "07:20", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "15:00", + "passengers": "1", + "price": "236", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "19:31", + "inbound_departure_time": "17:00", + "number_stops": "0", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "12:56", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "168", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 100, + "slot": "outbound_departure_time", + "start": 96 + }, + { + "exclusive_end": 135, + "slot": "inbound_departure_time", + "start": 128 + }, + { + "exclusive_end": 158, + "slot": "price", + "start": 154 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 2 flights for your trip. There is a Delta Airlines flight available that leaves at 3 pm and has a return flight at 7:20 am. The ticket costs $236. I can discuss the other flight's details if the first flight does not work for you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "3 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The first flight sounds good to me and is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00036", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin", + "start": 49 + }, + { + "exclusive_end": 80, + "slot": "return_date", + "start": 72 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin": [ + "Seattle" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a flight. Look for flights from Seattle that return on the 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning to go? What date would you like to travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 17, + "slot": "destination", + "start": 15 + }, + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination": [ + "SF" + ], + "origin": [ + "Seattle" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am flying to SF on the 9th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:00" + ], + "slot": "outbound_departure_time", + "values": [ + "12 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:55" + ], + "slot": "inbound_departure_time", + "values": [ + "2:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "127" + ], + "slot": "fare", + "values": [ + "$127" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-09", + "destination": "San Francisco", + "origin": "Seattle", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-09", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "127", + "inbound_arrival_time": "17:06", + "inbound_departure_time": "14:55", + "is_redeye": "False", + "number_stops": "0", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "14:11", + "outbound_departure_time": "12:00", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "131", + "inbound_arrival_time": "10:11", + "inbound_departure_time": "08:00", + "is_redeye": "False", + "number_stops": "0", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "08:21", + "outbound_departure_time": "06:10", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "117", + "inbound_arrival_time": "10:36", + "inbound_departure_time": "08:25", + "is_redeye": "True", + "number_stops": "0", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "00:01", + "outbound_departure_time": "21:50", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "135", + "inbound_arrival_time": "17:16", + "inbound_departure_time": "15:05", + "is_redeye": "False", + "number_stops": "0", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "22:41", + "outbound_departure_time": "20:30", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 96, + "slot": "inbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 119, + "slot": "fare", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to fly with Alaska Airlines? The flight takes off at 12 pm. It returns at 2:55 pm. The ticket costs $127." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination": [ + "SF" + ], + "origin": [ + "Seattle" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else? I want one Economy class ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:10" + ], + "slot": "outbound_departure_time", + "values": [ + "6:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "131" + ], + "slot": "fare", + "values": [ + "$131" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-09", + "destination": "San Francisco", + "origin": "Seattle", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-09", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "127", + "inbound_arrival_time": "17:06", + "inbound_departure_time": "14:55", + "is_redeye": "False", + "number_stops": "0", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "14:11", + "outbound_departure_time": "12:00", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "131", + "inbound_arrival_time": "10:11", + "inbound_departure_time": "08:00", + "is_redeye": "False", + "number_stops": "0", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "08:21", + "outbound_departure_time": "06:10", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "117", + "inbound_arrival_time": "10:36", + "inbound_departure_time": "08:25", + "is_redeye": "True", + "number_stops": "0", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "00:01", + "outbound_departure_time": "21:50", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 118, + "slot": "inbound_departure_time", + "start": 114 + }, + { + "exclusive_end": 141, + "slot": "fare", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 flights for you. Would you like to fly with Delta Airlines? The flight takes off at 6:10 am and returns 8 am. The ticket costs $131." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination": [ + "SF" + ], + "origin": [ + "Seattle" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination": [ + "SF" + ], + "origin": [ + "Seattle" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00037", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hi! I need help looking to book a round trip flight. It doesn't matter which class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Let's start with some details. Where would you be departing from and where are you headed? When would you like to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination", + "values": [ + "Vancouver, BC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin", + "values": [ + "LAX" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 94, + "slot": "return_date", + "start": 76 + }, + { + "exclusive_end": 49, + "slot": "destination", + "start": 36 + }, + { + "exclusive_end": 32, + "slot": "origin", + "start": 29 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "Vancouver, BC" + ], + "origin": [ + "LAX" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for flights from LAX to Vancouver, BC. I'll be returning on the 13th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be departing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of March" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination": [ + "Vancouver, BC" + ], + "origin": [ + "LAX" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving on the 8th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:05" + ], + "slot": "outbound_departure_time", + "values": [ + "3:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "23:00" + ], + "slot": "inbound_departure_time", + "values": [ + "11 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "206" + ], + "slot": "fare", + "values": [ + "$206" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-08", + "destination": "Vancouver", + "origin": "Los Angeles", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination": "Vancouver", + "destination_airport": "YVR International Airport", + "fare": "206", + "inbound_arrival_time": "02:04", + "inbound_departure_time": "23:00", + "is_redeye": "True", + "number_stops": "1", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "15:05", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination": "Vancouver", + "destination_airport": "YVR International Airport", + "fare": "150", + "inbound_arrival_time": "06:24", + "inbound_departure_time": "03:20", + "is_redeye": "False", + "number_stops": "0", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "13:59", + "outbound_departure_time": "10:55", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 100, + "slot": "inbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 118, + "slot": "fare", + "start": 114 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found an American Airlines flight that departs at 3:05 pm. It is scheduled to return at 11 pm. Tickets are $206 each." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination", + "values": [ + "New York" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 63, + "slot": "destination", + "start": 55 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination": [ + "New York" + ], + "origin": [ + "LAX" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to change the details. I'd like four tickets to New York instead." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:30" + ], + "slot": "inbound_departure_time", + "values": [ + "7:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "325" + ], + "slot": "fare", + "values": [ + "$325" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-08", + "destination": "New York", + "origin": "Los Angeles", + "passengers": "4", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination": "New York", + "destination_airport": "JFK International Airport", + "fare": "276", + "inbound_arrival_time": "19:57", + "inbound_departure_time": "15:40", + "is_redeye": "True", + "number_stops": "1", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "03:30", + "outbound_departure_time": "18:20", + "passengers": "4", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination": "New York", + "destination_airport": "JFK International Airport", + "fare": "325", + "inbound_arrival_time": "10:40", + "inbound_departure_time": "07:30", + "is_redeye": "True", + "number_stops": "0", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "08:05", + "outbound_departure_time": "22:55", + "passengers": "4", + "return_date": "2019-03-13", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination": "New York", + "destination_airport": "JFK International Airport", + "fare": "241", + "inbound_arrival_time": "11:50", + "inbound_departure_time": "08:40", + "is_redeye": "False", + "number_stops": "1", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "18:34", + "outbound_departure_time": "07:20", + "passengers": "4", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination": "New York", + "destination_airport": "JFK International Airport", + "fare": "268", + "inbound_arrival_time": "22:05", + "inbound_departure_time": "17:00", + "is_redeye": "True", + "number_stops": "1", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "05:25", + "outbound_departure_time": "20:15", + "passengers": "4", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 82, + "slot": "inbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 100, + "slot": "fare", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found a Delta Airlines flight that departs at 10:55 pm and returns at 7:30 am. Tickets are $325." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination": [ + "New York" + ], + "origin": [ + "LAX" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell me where the flight lands and at what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "08:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:05 am" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 50, + "slot": "destination_airport", + "start": 25 + }, + { + "exclusive_end": 61, + "slot": "outbound_arrival_time", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course. It arrives at JFK International Airport at 8:05 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination": [ + "New York" + ], + "origin": [ + "LAX" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, that's everything I need to know. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome. Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "19_00038", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a flight" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which day is your return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 11, + "slot": "return_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 12th. Find me an economy ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to go, and where are you traveling from? Also what are your travel dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination", + "values": [ + "London, UK" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of March" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 44, + "slot": "origin", + "start": 31 + }, + { + "exclusive_end": 25, + "slot": "destination", + "start": 15 + }, + { + "exclusive_end": 81, + "slot": "departure_date", + "start": 69 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of March" + ], + "destination": [ + "London, UK" + ], + "origin": [ + "San Francisco" + ], + "return_date": [ + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am flying to London, UK from San Francisco. I want to leave on the 9th of March" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:05" + ], + "slot": "inbound_departure_time", + "values": [ + "3:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "391" + ], + "slot": "fare", + "values": [ + "$391" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-09", + "destination": "London", + "origin": "San Francisco", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination": "London", + "destination_airport": "Heathrow International Airport", + "fare": "391", + "inbound_arrival_time": "23:45", + "inbound_departure_time": "15:05", + "is_redeye": "True", + "number_stops": "1", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "04:57", + "outbound_departure_time": "07:05", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination": "London", + "destination_airport": "Heathrow International Airport", + "fare": "395", + "inbound_arrival_time": "21:12", + "inbound_departure_time": "08:00", + "is_redeye": "True", + "number_stops": "1", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "10:47", + "outbound_departure_time": "10:55", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination": "London", + "destination_airport": "Heathrow International Airport", + "fare": "432", + "inbound_arrival_time": "09:31", + "inbound_departure_time": "00:25", + "is_redeye": "True", + "number_stops": "1", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "05:35", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 122, + "slot": "inbound_departure_time", + "start": 115 + }, + { + "exclusive_end": 139, + "slot": "fare", + "start": 135 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 flights. There is an American Airlines flight ath leaves at 7:05 am and the return flight back leaves at 3:05 pm. It'll cost $391" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination": [ + "London, UK" + ], + "origin": [ + "San Francisco" + ], + "return_date": [ + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok that's good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination": [ + "London, UK" + ], + "origin": [ + "San Francisco" + ], + "return_date": [ + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that's all thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day" + } + ] + }, + { + "dialogue_id": "19_00039", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "destination", + "start": 38 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to find a round trip flight to NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the departure city and date? And when would you like to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "the 5th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 98, + "slot": "return_date", + "start": 91 + }, + { + "exclusive_end": 73, + "slot": "origin", + "start": 66 + }, + { + "exclusive_end": 51, + "slot": "departure_date", + "start": 33 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination": [ + "NYC" + ], + "origin": [ + "Atlanta" + ], + "return_date": [ + "the 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to begin travelling day after tomorrow, leaving from Atlanta and returning on the 5th" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:25" + ], + "slot": "outbound_departure_time", + "values": [ + "3:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:45" + ], + "slot": "inbound_departure_time", + "values": [ + "11:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "144" + ], + "slot": "fare", + "values": [ + "$144" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-03", + "destination": "New York", + "origin": "Atlanta", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination": "New York", + "destination_airport": "JFK International Airport", + "fare": "144", + "inbound_arrival_time": "14:07", + "inbound_departure_time": "11:45", + "is_redeye": "False", + "number_stops": "0", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "17:47", + "outbound_departure_time": "15:25", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination": "New York", + "destination_airport": "JFK International Airport", + "fare": "125", + "inbound_arrival_time": "13:47", + "inbound_departure_time": "11:25", + "is_redeye": "False", + "number_stops": "0", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "18:02", + "outbound_departure_time": "15:40", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination": "New York", + "destination_airport": "JFK International Airport", + "fare": "151", + "inbound_arrival_time": "01:11", + "inbound_departure_time": "21:50", + "is_redeye": "True", + "number_stops": "1", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "15:47", + "outbound_departure_time": "13:25", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination": "New York", + "destination_airport": "JFK International Airport", + "fare": "142", + "inbound_arrival_time": "21:27", + "inbound_departure_time": "19:05", + "is_redeye": "False", + "number_stops": "0", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "15:12", + "outbound_departure_time": "12:50", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 109, + "slot": "outbound_departure_time", + "start": 102 + }, + { + "exclusive_end": 135, + "slot": "inbound_departure_time", + "start": 127 + }, + { + "exclusive_end": 163, + "slot": "fare", + "start": 159 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 flights that fit your criteria. Does American Airlines work? There is a flight leaving at 3:25 pm and returning at 11:45 am with a ticket price of $144" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination": [ + "NYC" + ], + "origin": [ + "Atlanta" + ], + "return_date": [ + "the 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there additional options?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:40" + ], + "slot": "outbound_departure_time", + "values": [ + "3:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:25" + ], + "slot": "inbound_departure_time", + "values": [ + "11:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "125" + ], + "slot": "fare", + "values": [ + "$125" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 109, + "slot": "inbound_departure_time", + "start": 101 + }, + { + "exclusive_end": 138, + "slot": "fare", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines outbound flight that departs at 3:40 pm and the returning flight leaves at 11:25 am, with a ticket price of $125" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin", + "values": [ + "London, UK" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin", + "start": 54 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination": [ + "NYC" + ], + "origin": [ + "London, UK" + ], + "return_date": [ + "the 5th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any more? I would like Economy tickets from London, UK" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "00:25" + ], + "slot": "outbound_departure_time", + "values": [ + "0:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:40" + ], + "slot": "inbound_departure_time", + "values": [ + "2:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "311" + ], + "slot": "fare", + "values": [ + "$311" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-03", + "destination": "New York", + "origin": "London", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination": "New York", + "destination_airport": "JFK International Airport", + "fare": "242", + "inbound_arrival_time": "06:42", + "inbound_departure_time": "18:20", + "is_redeye": "True", + "number_stops": "0", + "origin": "London", + "origin_airport": "Heathrow International Airport", + "outbound_arrival_time": "19:57", + "outbound_departure_time": "15:35", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 97, + "slot": "outbound_departure_time", + "start": 90 + }, + { + "exclusive_end": 137, + "slot": "inbound_departure_time", + "start": 130 + }, + { + "exclusive_end": 166, + "slot": "fare", + "start": 162 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 United Airlines flight that matches your needs. The departure flight leaves at 0:25 am and the return flight leaves at 2:40 pm, with a ticket price of $311" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination": [ + "NYC" + ], + "origin": [ + "London, UK" + ], + "return_date": [ + "the 5th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "great, that's everything for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "19_00040", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking out for booking a flight" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which place are you planning to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "the 7th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "destination", + "start": 23 + }, + { + "exclusive_end": 80, + "slot": "departure_date", + "start": 73 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination": [ + "Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to fly to Vegas. And I want to have my travel start date as the 7th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which day do you want to book the return flight? Also from which would you depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 51, + "slot": "origin", + "start": 43 + }, + { + "exclusive_end": 79, + "slot": "return_date", + "start": 71 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination": [ + "Vegas" + ], + "origin": [ + "Chi-town" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to have my return flight from Chi-town and return date as the 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:55" + ], + "slot": "inbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "277" + ], + "slot": "fare", + "values": [ + "$277" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-07", + "destination": "Las Vegas", + "origin": "Chicago", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination": "Las Vegas", + "destination_airport": "McCarran International Airport", + "fare": "277", + "inbound_arrival_time": "20:12", + "inbound_departure_time": "10:55", + "is_redeye": "False", + "number_stops": "1", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "12:25", + "outbound_departure_time": "07:05", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination": "Las Vegas", + "destination_airport": "McCarran International Airport", + "fare": "289", + "inbound_arrival_time": "20:12", + "inbound_departure_time": "12:20", + "is_redeye": "False", + "number_stops": "1", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "17:25", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination": "Las Vegas", + "destination_airport": "McCarran International Airport", + "fare": "294", + "inbound_arrival_time": "20:12", + "inbound_departure_time": "12:05", + "is_redeye": "False", + "number_stops": "1", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "14:35", + "outbound_departure_time": "10:35", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "outbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 126, + "slot": "inbound_departure_time", + "start": 118 + }, + { + "exclusive_end": 149, + "slot": "fare", + "start": 145 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you prefer to take American Airlines. The flight take off time is 7:05 am and return flight takes off at around 10:55 am. It will cost you $277." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination": [ + "Vegas" + ], + "origin": [ + "Chi-town" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great. Thanks for help. That is all that I needed at this point in time." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00041", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 60, + "slot": "return_date", + "start": 42 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a returning flight on the 14th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What location do you plan on leaving from, and where are planning to go? Is there a specific date you're interested in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin", + "start": 23 + }, + { + "exclusive_end": 68, + "slot": "destination", + "start": 66 + }, + { + "exclusive_end": 50, + "slot": "departure_date", + "start": 45 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "today" + ], + "destination": [ + "NY" + ], + "origin": [ + "Los Angeles" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Check out flights from Los Angeles, starting today. I'm headed to NY and prefer flying with Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:30" + ], + "slot": "inbound_departure_time", + "values": [ + "7:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "213" + ], + "slot": "fare", + "values": [ + "$213" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination": "New York", + "origin": "Los Angeles", + "return_date": "2019-03-14" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination": "New York", + "destination_airport": "JFK International Airport", + "fare": "213", + "inbound_arrival_time": "10:40", + "inbound_departure_time": "07:30", + "is_redeye": "True", + "number_stops": "0", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "08:05", + "outbound_departure_time": "22:55", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 86, + "slot": "inbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 105, + "slot": "fare", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 Delta Airlines flight taking off at 10:55 pm with a return flight at 7:30 am. Tickets cost $213 each." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "today" + ], + "destination": [ + "NY" + ], + "origin": [ + "Los Angeles" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "today" + ], + "destination": [ + "NY" + ], + "origin": [ + "Los Angeles" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm all set, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day!" + } + ] + }, + { + "dialogue_id": "19_00042", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm searching for round trip flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city do you like to depart from? WHich day would you like to take return flight and which date do you want to fly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin", + "values": [ + "Ciudad de Mexico" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "later today" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 92, + "slot": "return_date", + "start": 84 + }, + { + "exclusive_end": 62, + "slot": "origin", + "start": 46 + }, + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 29 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "later today" + ], + "origin": [ + "Ciudad de Mexico" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like to start my travel on later today from Ciudad de Mexico and the returning on the 13th" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where you like to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "destination", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "later today" + ], + "destination": [ + "Phoenix, AZ" + ], + "origin": [ + "Ciudad de Mexico" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like to fly to Phoenix, AZ" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:05" + ], + "slot": "outbound_departure_time", + "values": [ + "8:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:35" + ], + "slot": "inbound_departure_time", + "values": [ + "7:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "253" + ], + "slot": "fare", + "values": [ + "$253" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination": "Phoenix", + "origin": "Mexico City", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "253", + "inbound_arrival_time": "20:05", + "inbound_departure_time": "07:35", + "is_redeye": "False", + "number_stops": "1", + "origin": "Mexico City", + "origin_airport": "Benito Juarez International Airport", + "outbound_arrival_time": "13:38", + "outbound_departure_time": "08:05", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "275", + "inbound_arrival_time": "19:08", + "inbound_departure_time": "11:05", + "is_redeye": "False", + "number_stops": "1", + "origin": "Mexico City", + "origin_airport": "Benito Juarez International Airport", + "outbound_arrival_time": "06:47", + "outbound_departure_time": "00:20", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 88, + "slot": "inbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 105, + "slot": "fare", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about flying with American Airlines which takes off at 8:05 am and return at 7:35 am which costs $253" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "later today" + ], + "destination": [ + "Phoenix, AZ" + ], + "origin": [ + "Ciudad de Mexico" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay thats cool" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I assist on anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "later today" + ], + "destination": [ + "Phoenix, AZ" + ], + "origin": [ + "Ciudad de Mexico" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks for the help thats all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day" + } + ] + }, + { + "dialogue_id": "19_00043", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin", + "values": [ + "Toronto, Ontario" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 58, + "slot": "origin", + "start": 42 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin": [ + "Toronto, Ontario" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a round trip flight from Toronto, Ontario." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to return and where are you planning to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination", + "values": [ + "SFO" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 37, + "slot": "return_date", + "start": 24 + }, + { + "exclusive_end": 59, + "slot": "destination", + "start": 56 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "SFO" + ], + "origin": [ + "Toronto, Ontario" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return on the 11th of March and I'm flying to SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to take off?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of March" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 19, + "slot": "departure_date", + "start": 7 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination": [ + "SFO" + ], + "origin": [ + "Toronto, Ontario" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 2nd of March with American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:55" + ], + "slot": "outbound_departure_time", + "values": [ + "5:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:05" + ], + "slot": "inbound_departure_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "309" + ], + "slot": "fare", + "values": [ + "$309" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination": "San Francisco", + "origin": "Toronto", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "309", + "inbound_arrival_time": "20:28", + "inbound_departure_time": "07:05", + "is_redeye": "False", + "number_stops": "1", + "origin": "Toronto", + "origin_airport": "Toronto Pearson International Airport", + "outbound_arrival_time": "13:27", + "outbound_departure_time": "05:55", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 109, + "slot": "inbound_departure_time", + "start": 102 + }, + { + "exclusive_end": 124, + "slot": "fare", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight for you. How about an American Airlines flight that takes off at 5:55 am, returns at 7:05 am and costs $309?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "number_stops", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination": [ + "SFO" + ], + "origin": [ + "Toronto, Ontario" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How many stops does the flight have and which airport does the flight leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto Pearson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Toronto Pearson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 70, + "slot": "origin_airport", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It has 1 stop and takes off from Toronto Pearson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination": [ + "SFO" + ], + "origin": [ + "Toronto, Ontario" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "OK. Thanks, that's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00044", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm searching for round trip flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Departure and arrival city? Date of return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin", + "values": [ + "Phoenix" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 71, + "slot": "return_date", + "start": 53 + }, + { + "exclusive_end": 34, + "slot": "destination", + "start": 23 + }, + { + "exclusive_end": 19, + "slot": "origin", + "start": 12 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "Los Angeles" + ], + "origin": [ + "Phoenix" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Flying from Phoenix to Los Angeles and returning the 13th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Date of departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "departure_date", + "start": 4 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination": [ + "Los Angeles" + ], + "origin": [ + "Phoenix" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The 9th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:35" + ], + "slot": "outbound_departure_time", + "values": [ + "7:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:50" + ], + "slot": "inbound_departure_time", + "values": [ + "7:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "95" + ], + "slot": "fare", + "values": [ + "$95" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-09", + "destination": "Los Angeles", + "origin": "Phoenix", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "95", + "inbound_arrival_time": "09:18", + "inbound_departure_time": "07:50", + "is_redeye": "False", + "number_stops": "0", + "origin": "Phoenix", + "origin_airport": "Sky Harbor International Airport", + "outbound_arrival_time": "09:03", + "outbound_departure_time": "07:35", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "176", + "inbound_arrival_time": "17:59", + "inbound_departure_time": "15:05", + "is_redeye": "False", + "number_stops": "1", + "origin": "Phoenix", + "origin_airport": "Sky Harbor International Airport", + "outbound_arrival_time": "15:45", + "outbound_departure_time": "12:15", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "101", + "inbound_arrival_time": "13:38", + "inbound_departure_time": "12:10", + "is_redeye": "False", + "number_stops": "0", + "origin": "Phoenix", + "origin_airport": "Sky Harbor International Airport", + "outbound_arrival_time": "08:33", + "outbound_departure_time": "07:05", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "95", + "inbound_arrival_time": "10:13", + "inbound_departure_time": "08:45", + "is_redeye": "False", + "number_stops": "0", + "origin": "Phoenix", + "origin_airport": "Sky Harbor International Airport", + "outbound_arrival_time": "08:43", + "outbound_departure_time": "07:15", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "outbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 83, + "slot": "inbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 91, + "slot": "fare", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about American Airlines, there's a flight leaving 7:35 am and returning 7:50 am for $95." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination": [ + "Los Angeles" + ], + "origin": [ + "Phoenix" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:15" + ], + "slot": "outbound_departure_time", + "values": [ + "12:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:05" + ], + "slot": "inbound_departure_time", + "values": [ + "3:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "176" + ], + "slot": "fare", + "values": [ + "$176" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "outbound_departure_time", + "start": 40 + }, + { + "exclusive_end": 70, + "slot": "inbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 79, + "slot": "fare", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Delta Airlines flight leaving 12:15 pm and returning 3:05 pm for $176." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination": [ + "Los Angeles" + ], + "origin": [ + "Phoenix" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From which airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 42, + "slot": "origin_airport", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Departing Sky Harbor International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination": [ + "Los Angeles" + ], + "origin": [ + "Phoenix" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, that's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "19_00045", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like a round trip flight on any airline." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "Next Monday" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 11, + "slot": "departure_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "Next Monday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any particular day for your return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "return_date", + "start": 26 + }, + { + "exclusive_end": 68, + "slot": "origin", + "start": 61 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "Next Monday" + ], + "origin": [ + "Chicago" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to return on March 12th. Is there anything from Chicago?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to fly to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination", + "start": 16 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "Next Monday" + ], + "destination": [ + "Seattle" + ], + "origin": [ + "Chicago" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:50" + ], + "slot": "outbound_departure_time", + "values": [ + "2:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:00" + ], + "slot": "inbound_departure_time", + "values": [ + "4 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "268" + ], + "slot": "fare", + "values": [ + "$268" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination": "Seattle", + "origin": "Chicago", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination": "Seattle", + "destination_airport": "Seattle-Tacoma International Airport", + "fare": "268", + "inbound_arrival_time": "22:30", + "inbound_departure_time": "16:00", + "is_redeye": "False", + "number_stops": "1", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "22:03", + "outbound_departure_time": "14:50", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination": "Seattle", + "destination_airport": "Seattle-Tacoma International Airport", + "fare": "173", + "inbound_arrival_time": "06:20", + "inbound_departure_time": "23:50", + "is_redeye": "True", + "number_stops": "0", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "18:05", + "outbound_departure_time": "15:35", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination": "Seattle", + "destination_airport": "Seattle-Tacoma International Airport", + "fare": "244", + "inbound_arrival_time": "15:02", + "inbound_departure_time": "05:25", + "is_redeye": "False", + "number_stops": "1", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "18:15", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination": "Seattle", + "destination_airport": "Seattle-Tacoma International Airport", + "fare": "239", + "inbound_arrival_time": "20:12", + "inbound_departure_time": "10:10", + "is_redeye": "False", + "number_stops": "1", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "18:20", + "outbound_departure_time": "15:50", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "outbound_departure_time", + "start": 11 + }, + { + "exclusive_end": 76, + "slot": "inbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 112, + "slot": "fare", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a 2:50 pm flight on American Airlines. The returning flight is 4 pm and the price of the ticket is $268." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "number_stops" + ], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "Next Monday" + ], + "destination": [ + "Seattle" + ], + "origin": [ + "Chicago" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Just 1." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Monday" + ], + "destination": [ + "Seattle" + ], + "origin": [ + "Chicago" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Fine" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Monday" + ], + "destination": [ + "Seattle" + ], + "origin": [ + "Chicago" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I appreciate your assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "19_00046", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Will you help me find a round trip flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which days are you leaving and returning? What city are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "the 5th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 78, + "slot": "return_date", + "start": 60 + }, + { + "exclusive_end": 44, + "slot": "origin", + "start": 33 + }, + { + "exclusive_end": 27, + "slot": "departure_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 5th" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to travel on the 5th from Seattle, WA, and return on 14th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you visiting?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination", + "values": [ + "Mexico City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 11, + "slot": "destination", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 5th" + ], + "destination": [ + "Mexico City" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Mexico City on Economy please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:05" + ], + "slot": "inbound_departure_time", + "values": [ + "8:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "295" + ], + "slot": "fare", + "values": [ + "$295" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-05", + "destination": "Mexico City", + "origin": "Seattle", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination": "Mexico City", + "destination_airport": "Benito Juarez International Airport", + "fare": "295", + "inbound_arrival_time": "14:47", + "inbound_departure_time": "08:05", + "is_redeye": "False", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "08:15", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination": "Mexico City", + "destination_airport": "Benito Juarez International Airport", + "fare": "290", + "inbound_arrival_time": "22:56", + "inbound_departure_time": "13:45", + "is_redeye": "False", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "08:45", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination": "Mexico City", + "destination_airport": "Benito Juarez International Airport", + "fare": "288", + "inbound_arrival_time": "02:32", + "inbound_departure_time": "20:45", + "is_redeye": "True", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "02:05", + "outbound_departure_time": "12:30", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 128, + "slot": "inbound_departure_time", + "start": 121 + }, + { + "exclusive_end": 41, + "slot": "fare", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 flights. One of them costs $295 on American Airlines with take off at 8:15 am and returning flight take off at 8:05 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 5th" + ], + "destination": [ + "Mexico City" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 5th" + ], + "destination": [ + "Mexico City" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00047", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a round trip flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you looking to fly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination", + "start": 14 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm flying to Phoenix, AZ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, where are you departing from and what are your travel dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "9th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "the 3rd" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 81, + "slot": "return_date", + "start": 69 + }, + { + "exclusive_end": 19, + "slot": "origin", + "start": 17 + }, + { + "exclusive_end": 47, + "slot": "departure_date", + "start": 40 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 3rd" + ], + "destination": [ + "Phoenix, AZ" + ], + "origin": [ + "SF" + ], + "return_date": [ + "9th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from SF. I want to leave on the 3rd and come back on the 9th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:50" + ], + "slot": "outbound_departure_time", + "values": [ + "5:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:55" + ], + "slot": "inbound_departure_time", + "values": [ + "11:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "131" + ], + "slot": "fare", + "values": [ + "$131" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-03", + "destination": "Phoenix", + "origin": "San Francisco", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "131", + "inbound_arrival_time": "14:02", + "inbound_departure_time": "11:55", + "is_redeye": "False", + "number_stops": "0", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "07:57", + "outbound_departure_time": "05:50", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "131", + "inbound_arrival_time": "08:07", + "inbound_departure_time": "06:00", + "is_redeye": "True", + "number_stops": "0", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "01:17", + "outbound_departure_time": "23:10", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "133", + "inbound_arrival_time": "19:17", + "inbound_departure_time": "17:10", + "is_redeye": "False", + "number_stops": "0", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "16:22", + "outbound_departure_time": "14:15", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 81, + "slot": "outbound_departure_time", + "start": 74 + }, + { + "exclusive_end": 124, + "slot": "inbound_departure_time", + "start": 116 + }, + { + "exclusive_end": 43, + "slot": "fare", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 possible flights. There is a $131 Delta Airlines flight leaving 5:50 am with the return flight leaving at 11:55 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 3rd" + ], + "destination": [ + "Phoenix, AZ" + ], + "origin": [ + "SF" + ], + "return_date": [ + "9th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "23:10" + ], + "slot": "outbound_departure_time", + "values": [ + "11:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:00" + ], + "slot": "inbound_departure_time", + "values": [ + "6 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "131" + ], + "slot": "fare", + "values": [ + "$131" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 107, + "slot": "inbound_departure_time", + "start": 103 + }, + { + "exclusive_end": 19, + "slot": "fare", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I also found a $131 Southwest Airlines fight that leaves at 11:10 pm with the return flight leaving at 6 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "the 6th" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 78, + "slot": "departure_date", + "start": 71 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 6th" + ], + "destination": [ + "Phoenix, AZ" + ], + "origin": [ + "SF" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is there? I want an Economy class ticket. What if I leave on the 6th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_departure_time", + "values": [ + "2:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:10" + ], + "slot": "inbound_departure_time", + "values": [ + "5:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "130" + ], + "slot": "fare", + "values": [ + "$130" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-06", + "destination": "Phoenix", + "origin": "San Francisco", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "138", + "inbound_arrival_time": "08:07", + "inbound_departure_time": "06:00", + "is_redeye": "True", + "number_stops": "0", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "01:17", + "outbound_departure_time": "23:10", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 111, + "slot": "inbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 32, + "slot": "fare", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 possible fight: a $130 United Airlines flight leaving at 2:15 pm. The return flight leaves at 5:10 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 6th" + ], + "destination": [ + "Phoenix, AZ" + ], + "origin": [ + "SF" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright, thanks that's all I was looking for." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good rest of your day." + } + ] + }, + { + "dialogue_id": "19_00048", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need help finding a round trip flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "All right. I can find that that for you. Please let me know when you'd like to travel, your departure city, and the date of your return flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of March" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 126, + "slot": "return_date", + "start": 108 + }, + { + "exclusive_end": 49, + "slot": "origin", + "start": 42 + }, + { + "exclusive_end": 89, + "slot": "departure_date", + "start": 76 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "origin": [ + "Chicago" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please find me Economy class tickets from Chicago. I'd like to leave on the 10th of March and return on the 14th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What's your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "destination", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination": [ + "Seattle, WA" + ], + "origin": [ + "Chicago" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be travelling to Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:55" + ], + "slot": "inbound_departure_time", + "values": [ + "4:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "181" + ], + "slot": "fare", + "values": [ + "$181" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-10", + "destination": "Seattle", + "origin": "Chicago", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination": "Seattle", + "destination_airport": "Seattle-Tacoma International Airport", + "fare": "181", + "inbound_arrival_time": "11:25", + "inbound_departure_time": "04:55", + "is_redeye": "False", + "number_stops": "0", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "11:45", + "outbound_departure_time": "09:15", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination": "Seattle", + "destination_airport": "Seattle-Tacoma International Airport", + "fare": "270", + "inbound_arrival_time": "15:02", + "inbound_departure_time": "05:25", + "is_redeye": "False", + "number_stops": "1", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "18:15", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination": "Seattle", + "destination_airport": "Seattle-Tacoma International Airport", + "fare": "189", + "inbound_arrival_time": "00:25", + "inbound_departure_time": "17:55", + "is_redeye": "True", + "number_stops": "0", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "18:20", + "outbound_departure_time": "15:50", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 141, + "slot": "inbound_departure_time", + "start": 134 + }, + { + "exclusive_end": 57, + "slot": "fare", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you like flying with Delta Airlines? I've found a $181 ticket for a flight that departs at 9:15 am. The return flight takes off at 4:55 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination": [ + "Seattle, WA" + ], + "origin": [ + "Chicago" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "All right. Thank you. That will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00049", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination", + "values": [ + "Phoenix" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly to Phoenix." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day would you like to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "return_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "Phoenix" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return the 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to leave and from what airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "Monday next week" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "origin", + "start": 21 + }, + { + "exclusive_end": 53, + "slot": "departure_date", + "start": 37 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination": [ + "Phoenix" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look at flights from Seattle, WA for Monday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:40" + ], + "slot": "inbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "244" + ], + "slot": "fare", + "values": [ + "$244" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination": "Phoenix", + "origin": "Seattle", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "244", + "inbound_arrival_time": "14:47", + "inbound_departure_time": "08:40", + "is_redeye": "False", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "13:38", + "outbound_departure_time": "08:15", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "237", + "inbound_arrival_time": "17:06", + "inbound_departure_time": "11:55", + "is_redeye": "False", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "13:38", + "outbound_departure_time": "08:45", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "282", + "inbound_arrival_time": "18:52", + "inbound_departure_time": "08:20", + "is_redeye": "False", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "10:13", + "outbound_departure_time": "05:25", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "218", + "inbound_arrival_time": "23:43", + "inbound_departure_time": "18:10", + "is_redeye": "False", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "10:35", + "outbound_departure_time": "05:30", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 55 + }, + { + "exclusive_end": 107, + "slot": "inbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 130, + "slot": "fare", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to fly on American Airlines, leaving at 8:15 am? The returning flight will depart at 8:40 am and the ticket is $244." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination": [ + "Phoenix" + ], + "origin": [ + "Seattle, WA" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find something else? I want 4 tickets, and I want to take United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:30" + ], + "slot": "outbound_departure_time", + "values": [ + "5:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:10" + ], + "slot": "inbound_departure_time", + "values": [ + "6:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "218" + ], + "slot": "fare", + "values": [ + "$218" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination": "Phoenix", + "origin": "Seattle", + "passengers": "4", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination": "Phoenix", + "destination_airport": "Sky Harbor International Airport", + "fare": "218", + "inbound_arrival_time": "23:43", + "inbound_departure_time": "18:10", + "is_redeye": "False", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "10:35", + "outbound_departure_time": "05:30", + "passengers": "4", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 111, + "slot": "inbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 131, + "slot": "fare", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight for you with United Airlines. It takes off at 5:30 am, and the return flight leaves at 6:10 pm. The ticket is $218." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination": [ + "Phoenix" + ], + "origin": [ + "Seattle, WA" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great thanks, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one." + } + ] + }, + { + "dialogue_id": "19_00050", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 75, + "slot": "destination", + "start": 68 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be having a round trip flight, one which I will be flying to Chicago for a tourist visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you tell me the city from where you will be flying from? When will you be having the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin", + "values": [ + "Portland, OR" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 36, + "slot": "return_date", + "start": 23 + }, + { + "exclusive_end": 104, + "slot": "origin", + "start": 92 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "Chicago" + ], + "origin": [ + "Portland, OR" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be returning on 11th of March, though please keep in mind that I will me flying from Portland, OR." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be taking the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "Saturday this week" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 125, + "slot": "departure_date", + "start": 107 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination": [ + "Chicago" + ], + "origin": [ + "Portland, OR" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I usually prefer United Airlines so I would like to have the flight with that Airline and I will depart on Saturday this week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:45" + ], + "slot": "outbound_departure_time", + "values": [ + "10:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:00" + ], + "slot": "inbound_departure_time", + "values": [ + "4 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "295" + ], + "slot": "fare", + "values": [ + "$295" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination": "Chicago", + "origin": "Portland", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination": "Chicago", + "destination_airport": "O'Hare International Airport", + "fare": "295", + "inbound_arrival_time": "09:58", + "inbound_departure_time": "04:00", + "is_redeye": "True", + "number_stops": "1", + "origin": "Portland", + "origin_airport": "PDX International Airport", + "outbound_arrival_time": "06:20", + "outbound_departure_time": "22:45", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 173, + "slot": "outbound_departure_time", + "start": 165 + }, + { + "exclusive_end": 229, + "slot": "inbound_departure_time", + "start": 225 + }, + { + "exclusive_end": 269, + "slot": "fare", + "start": 265 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see that 1 flight corresponds to what you have requested. Would you like to have United Airlines as your flying airline? This specific flight will be departing at 10:45 pm. As for the return flight it will be taking off at 4 am and the ticket will be costing you $295." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination": [ + "Chicago" + ], + "origin": [ + "Portland, OR" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright. I appreciate your help, that would be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "19_00051", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin", + "values": [ + "Las Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "the 5th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin", + "start": 20 + }, + { + "exclusive_end": 69, + "slot": "departure_date", + "start": 62 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 5th" + ], + "origin": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want flights from Las Vegas and I wanna start the travel on the 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day would you like to have the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of March" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 25, + "slot": "return_date", + "start": 12 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 5th" + ], + "origin": [ + "Las Vegas" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Coming back 12th of March" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "where are you gonna go>" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination", + "values": [ + "CDMX" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 18, + "slot": "destination", + "start": 14 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 5th" + ], + "destination": [ + "CDMX" + ], + "origin": [ + "Las Vegas" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to CDMX" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:30" + ], + "slot": "outbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:05" + ], + "slot": "inbound_departure_time", + "values": [ + "8:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "234" + ], + "slot": "fare", + "values": [ + "$234" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-05", + "destination": "Mexico City", + "origin": "Las Vegas", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination": "Mexico City", + "destination_airport": "Benito Juarez International Airport", + "fare": "234", + "inbound_arrival_time": "16:15", + "inbound_departure_time": "08:05", + "is_redeye": "False", + "number_stops": "1", + "origin": "Las Vegas", + "origin_airport": "McCarran International Airport", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "09:30", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination": "Mexico City", + "destination_airport": "Benito Juarez International Airport", + "fare": "242", + "inbound_arrival_time": "19:05", + "inbound_departure_time": "13:45", + "is_redeye": "False", + "number_stops": "1", + "origin": "Las Vegas", + "origin_airport": "McCarran International Airport", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "12:20", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 102, + "slot": "outbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 142, + "slot": "inbound_departure_time", + "start": 135 + }, + { + "exclusive_end": 165, + "slot": "fare", + "start": 161 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 2 flights for you and would you like to go with American Airlines? The flight leaves at 9:30 am. The return flight takes off at 8:05 am and the ticket is $234" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 5th" + ], + "destination": [ + "CDMX" + ], + "origin": [ + "Las Vegas" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "alright" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 5th" + ], + "destination": [ + "CDMX" + ], + "origin": [ + "Las Vegas" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day" + } + ] + }, + { + "dialogue_id": "19_00052", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am taking a trip soon, can i see what flights are available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "iWhere and when would you like to depart and travel to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination", + "values": [ + "Toronto" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "sunday this week" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin", + "start": 42 + }, + { + "exclusive_end": 60, + "slot": "destination", + "start": 53 + }, + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "sunday this week" + ], + "destination": [ + "Toronto" + ], + "origin": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need a flight for sunday this week from Atlanta to Toronto." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "9th of March" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "return_date", + "start": 27 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "sunday this week" + ], + "destination": [ + "Toronto" + ], + "origin": [ + "Atlanta" + ], + "return_date": [ + "9th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to come back on the 9th of March ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:25" + ], + "slot": "outbound_departure_time", + "values": [ + "3:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:05" + ], + "slot": "inbound_departure_time", + "values": [ + "10:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "229" + ], + "slot": "fare", + "values": [ + "$229" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-03", + "destination": "Toronto", + "origin": "Atlanta", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination": "Toronto", + "destination_airport": "Toronto Pearson International Airport", + "fare": "229", + "inbound_arrival_time": "14:56", + "inbound_departure_time": "10:05", + "is_redeye": "False", + "number_stops": "1", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "15:25", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination": "Toronto", + "destination_airport": "Toronto Pearson International Airport", + "fare": "241", + "inbound_arrival_time": "11:31", + "inbound_departure_time": "07:15", + "is_redeye": "False", + "number_stops": "1", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "15:40", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination": "Toronto", + "destination_airport": "Toronto Pearson International Airport", + "fare": "228", + "inbound_arrival_time": "23:41", + "inbound_departure_time": "17:35", + "is_redeye": "False", + "number_stops": "1", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "12:33", + "outbound_departure_time": "06:15", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 114, + "slot": "inbound_departure_time", + "start": 106 + }, + { + "exclusive_end": 123, + "slot": "fare", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights available with American Airlines . It leaves at 3:25 pm. The flight back takes off at 10:05 am for $229." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "sunday this week" + ], + "destination": [ + "Toronto" + ], + "origin": [ + "Atlanta" + ], + "return_date": [ + "9th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Of course" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "sunday this week" + ], + "destination": [ + "Toronto" + ], + "origin": [ + "Atlanta" + ], + "return_date": [ + "9th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you for everything ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "19_00053", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "the 10th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination", + "start": 40 + }, + { + "exclusive_end": 59, + "slot": "departure_date", + "start": 51 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 10th" + ], + "destination": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a round trip flight to Chicago on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city do you want to depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "origin", + "start": 5 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 10th" + ], + "destination": [ + "Chicago" + ], + "origin": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which day do you want to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 13, + "slot": "return_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 10th" + ], + "destination": [ + "Chicago" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:00" + ], + "slot": "outbound_departure_time", + "values": [ + "4 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:50" + ], + "slot": "inbound_departure_time", + "values": [ + "7:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "251" + ], + "slot": "fare", + "values": [ + "$251" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-10", + "destination": "Chicago", + "origin": "Seattle", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination": "Chicago", + "destination_airport": "O'Hare International Airport", + "fare": "251", + "inbound_arrival_time": "13:27", + "inbound_departure_time": "07:50", + "is_redeye": "False", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "22:30", + "outbound_departure_time": "16:00", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination": "Chicago", + "destination_airport": "O'Hare International Airport", + "fare": "243", + "inbound_arrival_time": "00:27", + "inbound_departure_time": "17:25", + "is_redeye": "True", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "06:20", + "outbound_departure_time": "23:50", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination": "Chicago", + "destination_airport": "O'Hare International Airport", + "fare": "227", + "inbound_arrival_time": "21:57", + "inbound_departure_time": "14:50", + "is_redeye": "False", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "10:55", + "outbound_departure_time": "04:25", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination": "Chicago", + "destination_airport": "O'Hare International Airport", + "fare": "173", + "inbound_arrival_time": "18:20", + "inbound_departure_time": "15:50", + "is_redeye": "True", + "number_stops": "0", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "00:25", + "outbound_departure_time": "17:55", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "outbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 99, + "slot": "inbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 114, + "slot": "fare", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights. How about an American Airlines flight that takes off at 4 pm, returns at 7:50 am and costs $251." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination": [ + "Chicago" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright, sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination": [ + "Chicago" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00054", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 58, + "slot": "destination", + "start": 50 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a round trip flight for a trip to Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "On what date please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "the 8th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "departure_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 8th" + ], + "destination": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That would be on the 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 13, + "slot": "return_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 8th" + ], + "destination": [ + "Portland" + ], + "return_date": [ + "March 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Departing from which city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "origin", + "start": 5 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 8th" + ], + "destination": [ + "Portland" + ], + "origin": [ + "Phoenix, AZ" + ], + "return_date": [ + "March 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From Phoenix, AZ please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:40" + ], + "slot": "outbound_departure_time", + "values": [ + "12:40 PM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:05" + ], + "slot": "inbound_departure_time", + "values": [ + "9:05 AM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "162" + ], + "slot": "fare", + "values": [ + "$162" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-08", + "destination": "Portland", + "origin": "Phoenix", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "162", + "inbound_arrival_time": "12:00", + "inbound_departure_time": "09:05", + "is_redeye": "False", + "number_stops": "0", + "origin": "Phoenix", + "origin_airport": "Sky Harbor International Airport", + "outbound_arrival_time": "15:35", + "outbound_departure_time": "12:40", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "200", + "inbound_arrival_time": "01:17", + "inbound_departure_time": "20:00", + "is_redeye": "True", + "number_stops": "1", + "origin": "Phoenix", + "origin_airport": "Sky Harbor International Airport", + "outbound_arrival_time": "01:10", + "outbound_departure_time": "22:15", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "186", + "inbound_arrival_time": "10:35", + "inbound_departure_time": "07:40", + "is_redeye": "False", + "number_stops": "1", + "origin": "Phoenix", + "origin_airport": "Sky Harbor International Airport", + "outbound_arrival_time": "23:53", + "outbound_departure_time": "19:15", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "158", + "inbound_arrival_time": "12:25", + "inbound_departure_time": "09:30", + "is_redeye": "False", + "number_stops": "0", + "origin": "Phoenix", + "origin_airport": "Sky Harbor International Airport", + "outbound_arrival_time": "21:05", + "outbound_departure_time": "18:10", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "outbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 103, + "slot": "inbound_departure_time", + "start": 96 + }, + { + "exclusive_end": 112, + "slot": "fare", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 4 possibilities for you. On American Airlines I have a flight at 12:40 PM coming back at 9:05 AM for $162." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 8th" + ], + "destination": [ + "Portland" + ], + "origin": [ + "Phoenix, AZ" + ], + "return_date": [ + "March 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have anything on Southwest Airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:15" + ], + "slot": "outbound_departure_time", + "values": [ + "7:15 PM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:40" + ], + "slot": "inbound_departure_time", + "values": [ + "7:40 AM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "186" + ], + "slot": "fare", + "values": [ + "$186" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination": "Portland", + "origin": "Phoenix", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "186", + "inbound_arrival_time": "10:35", + "inbound_departure_time": "07:40", + "is_redeye": "False", + "number_stops": "1", + "origin": "Phoenix", + "origin_airport": "Sky Harbor International Airport", + "outbound_arrival_time": "23:53", + "outbound_departure_time": "19:15", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "outbound_departure_time", + "start": 42 + }, + { + "exclusive_end": 70, + "slot": "inbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 79, + "slot": "fare", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "On Southwest Airlines, I have a flight at 7:15 PM Returning at 7:40 AM for $186." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "origin_airport", + "passengers" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 8th" + ], + "destination": [ + "Portland" + ], + "origin": [ + "Phoenix, AZ" + ], + "return_date": [ + "March 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does that fly out of? I have three passengers by the way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "origin_airport", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It leaves from Sky Harbor International Airport for 1 traveler." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 8th" + ], + "destination": [ + "Portland" + ], + "origin": [ + "Phoenix, AZ" + ], + "return_date": [ + "March 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "OK, that's fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 8th" + ], + "destination": [ + "Portland" + ], + "origin": [ + "Phoenix, AZ" + ], + "return_date": [ + "March 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I don't think so." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you for calling." + } + ] + }, + { + "dialogue_id": "19_00055", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you want the return flight to happen? From which city are you departing? What is your intended destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination", + "values": [ + "Portland, OR" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "March 5th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "Thursday next week" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 20, + "slot": "origin", + "start": 12 + }, + { + "exclusive_end": 51, + "slot": "destination", + "start": 39 + }, + { + "exclusive_end": 81, + "slot": "departure_date", + "start": 72 + }, + { + "exclusive_end": 114, + "slot": "return_date", + "start": 96 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 5th" + ], + "destination": [ + "Portland, OR" + ], + "origin": [ + "San Fran" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving San Fran, and I'm going to Portland, OR. I want to leave on March 5th and return on Thursday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:20" + ], + "slot": "outbound_departure_time", + "values": [ + "12:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:55" + ], + "slot": "inbound_departure_time", + "values": [ + "7:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "121" + ], + "slot": "fare", + "values": [ + "$121" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-05", + "destination": "Portland", + "origin": "San Francisco", + "return_date": "2019-03-07" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "121", + "inbound_arrival_time": "09:48", + "inbound_departure_time": "07:55", + "is_redeye": "False", + "number_stops": "0", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "14:13", + "outbound_departure_time": "12:20", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "117", + "inbound_arrival_time": "06:53", + "inbound_departure_time": "05:00", + "is_redeye": "False", + "number_stops": "0", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "09:58", + "outbound_departure_time": "08:05", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "117", + "inbound_arrival_time": "10:38", + "inbound_departure_time": "08:45", + "is_redeye": "False", + "number_stops": "0", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "23:53", + "outbound_departure_time": "22:00", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "170", + "inbound_arrival_time": "17:08", + "inbound_departure_time": "15:15", + "is_redeye": "False", + "number_stops": "1", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "17:33", + "outbound_departure_time": "14:10", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "169", + "inbound_arrival_time": "12:28", + "inbound_departure_time": "10:35", + "is_redeye": "False", + "number_stops": "1", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "17:33", + "outbound_departure_time": "13:10", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 108, + "slot": "outbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 154, + "slot": "inbound_departure_time", + "start": 147 + }, + { + "exclusive_end": 177, + "slot": "fare", + "start": 173 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Alaska Airlines flight on March 5th that returns on Thursday next week. It takes off at 12:20 pm and the returning flight takes off at 7:55 am. The ticket costs $121." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "seating_class" + ], + "slot_values": { + "departure_date": [ + "March 5th" + ], + "destination": [ + "Portland, OR" + ], + "origin": [ + "San Fran" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket Premium Economy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Its an Economy seat." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination": [ + "Portland, OR" + ], + "origin": [ + "San Fran" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok. I'll take that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like some help with another flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination": [ + "Portland, OR" + ], + "origin": [ + "San Fran" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, but thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00056", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to find a flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are your departure and return dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 88, + "slot": "return_date", + "start": 80 + }, + { + "exclusive_end": 62, + "slot": "departure_date", + "start": 44 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly Delta Airlines leaving on the 10th of this month and returning on the 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 28, + "slot": "destination", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination": [ + "Atlanta, GA" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly to Atlanta, GA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And where do you want to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination": [ + "Atlanta, GA" + ], + "origin": [ + "Los Angeles" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want a flight out of Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:20" + ], + "slot": "outbound_departure_time", + "values": [ + "9:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:50" + ], + "slot": "inbound_departure_time", + "values": [ + "7:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "233" + ], + "slot": "fare", + "values": [ + "$233" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination": "Atlanta", + "origin": "Los Angeles", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "233", + "inbound_arrival_time": "13:07", + "inbound_departure_time": "07:50", + "is_redeye": "False", + "number_stops": "1", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "17:19", + "outbound_departure_time": "09:20", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 55 + }, + { + "exclusive_end": 98, + "slot": "inbound_departure_time", + "start": 91 + }, + { + "exclusive_end": 116, + "slot": "fare", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found you 1 flight with Delta Airlines. It leaves at 9:20 am and the return flight is at 7:50 am it will cost $233." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination": [ + "Atlanta, GA" + ], + "origin": [ + "Los Angeles" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds okay." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination": [ + "Atlanta, GA" + ], + "origin": [ + "Los Angeles" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00057", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "You can find me please a flight with Delta Airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where you want to go ?In witch day you want to be the return and which city you want to depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination", + "values": [ + "Toronto, Ontario" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin", + "start": 12 + }, + { + "exclusive_end": 43, + "slot": "destination", + "start": 27 + }, + { + "exclusive_end": 66, + "slot": "return_date", + "start": 58 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "destination": [ + "Toronto, Ontario" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want from Seattle, WA to Toronto, Ontario ,returning on the 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You would like to travel is what date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of this month" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination": [ + "Toronto, Ontario" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My travel will start on 7th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "02:10" + ], + "slot": "inbound_departure_time", + "values": [ + "2:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "308" + ], + "slot": "fare", + "values": [ + "$308" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination": "Toronto", + "origin": "Seattle", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination": "Toronto", + "destination_airport": "Toronto Pearson International Airport", + "fare": "308", + "inbound_arrival_time": "09:37", + "inbound_departure_time": "02:10", + "is_redeye": "False", + "number_stops": "1", + "origin": "Seattle", + "origin_airport": "Seattle-Tacoma International Airport", + "outbound_arrival_time": "19:05", + "outbound_departure_time": "08:45", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "outbound_departure_time", + "start": 83 + }, + { + "exclusive_end": 112, + "slot": "inbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 128, + "slot": "fare", + "start": 124 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have for you 1 flight .What is your opinion about flaying with Delta Airlines at 8:45 am and return at 2:10 am .That cost $308" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination": [ + "Toronto, Ontario" + ], + "origin": [ + "Seattle, WA" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you that is all i need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "19_00058", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a trip. Can you book 2 flight tickets for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, what day are you flying out and when are you returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "the 9th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 58, + "slot": "return_date", + "start": 48 + }, + { + "exclusive_end": 29, + "slot": "departure_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 9th" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be flying out on the 9th, and returning on March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin", + "values": [ + "Vancouver" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 33, + "slot": "origin", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 9th" + ], + "origin": [ + "Vancouver" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be flying out from Vancouver. Can you book me a ticket in the Economy section?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Got it. And where will you be flying to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination", + "start": 13 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 9th" + ], + "destination": [ + "Seattle, WA" + ], + "origin": [ + "Vancouver" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "02:50" + ], + "slot": "outbound_departure_time", + "values": [ + "2:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:40" + ], + "slot": "inbound_departure_time", + "values": [ + "7:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "306" + ], + "slot": "fare", + "values": [ + "$306" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-09", + "destination": "Seattle", + "origin": "Vancouver", + "passengers": "2", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination": "Seattle", + "destination_airport": "Seattle-Tacoma International Airport", + "fare": "306", + "inbound_arrival_time": "13:59", + "inbound_departure_time": "07:40", + "is_redeye": "False", + "number_stops": "1", + "origin": "Vancouver", + "origin_airport": "YVR International Airport", + "outbound_arrival_time": "12:15", + "outbound_departure_time": "02:50", + "passengers": "2", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination": "Seattle", + "destination_airport": "Seattle-Tacoma International Airport", + "fare": "268", + "inbound_arrival_time": "23:27", + "inbound_departure_time": "17:10", + "is_redeye": "False", + "number_stops": "1", + "origin": "Vancouver", + "origin_airport": "YVR International Airport", + "outbound_arrival_time": "22:56", + "outbound_departure_time": "18:05", + "passengers": "2", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "outbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 122, + "slot": "inbound_departure_time", + "start": 115 + }, + { + "exclusive_end": 50, + "slot": "fare", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about this flight with Delta Airlines for $306? The departure flight is at 2:50 am and the return flight is at 7:40 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "the 9th" + ], + "destination": [ + "Seattle, WA" + ], + "origin": [ + "Vancouver" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airports does it fly out from and land in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "origin_airport", + "values": [ + "YVR International Airport" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 61, + "slot": "destination_airport", + "start": 25 + }, + { + "exclusive_end": 90, + "slot": "origin_airport", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight would be from Seattle-Tacoma International Airport to YVR International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 9th" + ], + "destination": [ + "Seattle, WA" + ], + "origin": [ + "Vancouver" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, that sounds good. That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00059", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "the 1st" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 59, + "slot": "origin", + "start": 51 + }, + { + "exclusive_end": 78, + "slot": "departure_date", + "start": 71 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "origin": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a trip. Can you book me a flight from Portland leaving on the 1st?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, what day would your return flight be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "4th of this month" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 40, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "origin": [ + "Portland" + ], + "return_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd be flying back the 4th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination", + "values": [ + "LAX" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "destination", + "start": 18 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination": [ + "LAX" + ], + "origin": [ + "Portland" + ], + "return_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be flying to LAX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:40" + ], + "slot": "outbound_departure_time", + "values": [ + "5:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:15" + ], + "slot": "inbound_departure_time", + "values": [ + "5:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "165" + ], + "slot": "fare", + "values": [ + "$165" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "origin": "Portland", + "return_date": "2019-03-04" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "165", + "inbound_arrival_time": "07:45", + "inbound_departure_time": "05:15", + "is_redeye": "False", + "number_stops": "1", + "origin": "Portland", + "origin_airport": "PDX International Airport", + "outbound_arrival_time": "21:44", + "outbound_departure_time": "17:40", + "passengers": "1", + "return_date": "2019-03-04", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "165", + "inbound_arrival_time": "01:45", + "inbound_departure_time": "23:15", + "is_redeye": "True", + "number_stops": "1", + "origin": "Portland", + "origin_airport": "PDX International Airport", + "outbound_arrival_time": "11:02", + "outbound_departure_time": "06:00", + "passengers": "1", + "return_date": "2019-03-04", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "214", + "inbound_arrival_time": "12:08", + "inbound_departure_time": "06:50", + "is_redeye": "False", + "number_stops": "1", + "origin": "Portland", + "origin_airport": "PDX International Airport", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "09:35", + "passengers": "1", + "return_date": "2019-03-04", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "157", + "inbound_arrival_time": "19:00", + "inbound_departure_time": "16:30", + "is_redeye": "False", + "number_stops": "0", + "origin": "Portland", + "origin_airport": "PDX International Airport", + "outbound_arrival_time": "19:25", + "outbound_departure_time": "16:55", + "passengers": "1", + "return_date": "2019-03-04", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "171", + "inbound_arrival_time": "14:13", + "inbound_departure_time": "08:55", + "is_redeye": "False", + "number_stops": "1", + "origin": "Portland", + "origin_airport": "PDX International Airport", + "outbound_arrival_time": "14:35", + "outbound_departure_time": "12:05", + "passengers": "1", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 95, + "slot": "outbound_departure_time", + "start": 88 + }, + { + "exclusive_end": 125, + "slot": "inbound_departure_time", + "start": 118 + }, + { + "exclusive_end": 71, + "slot": "fare", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, I found 5 flight options. There's one with Alaska Airlines for $165. It would be at 5:40 pm on the way there, and 5:15 am on the way back." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination": [ + "LAX" + ], + "origin": [ + "Portland" + ], + "return_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is there? I prefer Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:50" + ], + "slot": "inbound_departure_time", + "values": [ + "6:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "214" + ], + "slot": "fare", + "values": [ + "$214" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "origin": "Portland", + "return_date": "2019-03-04" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "214", + "inbound_arrival_time": "12:08", + "inbound_departure_time": "06:50", + "is_redeye": "False", + "number_stops": "1", + "origin": "Portland", + "origin_airport": "PDX International Airport", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "09:35", + "passengers": "1", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 104, + "slot": "inbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 51, + "slot": "fare", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, there is a flight with Delta Airlines for $214. It would be at 9:35 am on the way there and 6:50 am on the way back." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination": [ + "LAX" + ], + "origin": [ + "Portland" + ], + "return_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "origin": "Portland", + "return_date": "2019-03-04" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, they don't have anything else. What else can I help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination": [ + "LAX" + ], + "origin": [ + "Portland" + ], + "return_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you try seeing what United Airlines has?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:05" + ], + "slot": "outbound_departure_time", + "values": [ + "12:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:55" + ], + "slot": "inbound_departure_time", + "values": [ + "8:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "171" + ], + "slot": "fare", + "values": [ + "$171" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "origin": "Portland", + "return_date": "2019-03-04" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "171", + "inbound_arrival_time": "14:13", + "inbound_departure_time": "08:55", + "is_redeye": "False", + "number_stops": "1", + "origin": "Portland", + "origin_airport": "PDX International Airport", + "outbound_arrival_time": "14:35", + "outbound_departure_time": "12:05", + "passengers": "1", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 107, + "slot": "inbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 52, + "slot": "fare", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. I found a flight with United Airlines for $171. It would be at 12:05 pm on the way there, and 8:55 am on the way back." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination": [ + "LAX" + ], + "origin": [ + "Portland" + ], + "return_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, that's fine. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00060", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm searching for a flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which metropolis do you wish to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search for flights from Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What place are you planning on visiting?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 34, + "slot": "destination", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "Atlanta, GA" + ], + "origin": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am taking a plane to Atlanta, GA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to take the return flight? What day do you want to travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of March" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 112, + "slot": "return_date", + "start": 94 + }, + { + "exclusive_end": 76, + "slot": "departure_date", + "start": 64 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of March" + ], + "destination": [ + "Atlanta, GA" + ], + "origin": [ + "Washington" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to fly with United Airlines, starting by travel on the 7th of March and returning on 12th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:15" + ], + "slot": "outbound_departure_time", + "values": [ + "5:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:30" + ], + "slot": "inbound_departure_time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "118" + ], + "slot": "fare", + "values": [ + "$118" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination": "Atlanta", + "origin": "Washington", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "118", + "inbound_arrival_time": "20:21", + "inbound_departure_time": "18:30", + "is_redeye": "False", + "number_stops": "0", + "origin": "Washington", + "origin_airport": "Dulles International Airport", + "outbound_arrival_time": "19:06", + "outbound_departure_time": "17:15", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 91, + "slot": "outbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 114, + "slot": "inbound_departure_time", + "start": 107 + }, + { + "exclusive_end": 140, + "slot": "fare", + "start": 136 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I got 1 flight for you. Do you want to fly with united Airlines, which takes off at 5:15 pm and returns on 6:30 pm? The ticket price is $118." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "passengers", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "passengers" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of March" + ], + "destination": [ + "Atlanta, GA" + ], + "origin": [ + "Washington" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How many passengers can take this?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "This is for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of March" + ], + "destination": [ + "Atlanta, GA" + ], + "origin": [ + "Washington" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Could I assist you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of March" + ], + "destination": [ + "Atlanta, GA" + ], + "origin": [ + "Washington" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nah. Thanks so much for helping me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a pleasant afternoon." + } + ] + }, + { + "dialogue_id": "19_00061", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hello, I am looking for a flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From where and when would you like to depart? Also, where is your intended destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "Monday next week" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 47, + "slot": "origin", + "start": 40 + }, + { + "exclusive_end": 59, + "slot": "destination", + "start": 51 + }, + { + "exclusive_end": 79, + "slot": "departure_date", + "start": 63 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination": [ + "Portland" + ], + "origin": [ + "Chicago" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for an economy flight from Chicago to Portland on Monday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to return from Portland?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination": [ + "Portland" + ], + "origin": [ + "Chicago" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be returning on the 11th. I would also like to purchase four tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:35" + ], + "slot": "outbound_departure_time", + "values": [ + "4:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:15" + ], + "slot": "inbound_departure_time", + "values": [ + "3:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "301" + ], + "slot": "fare", + "values": [ + "$301" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination": "Portland", + "origin": "Chicago", + "passengers": "4", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "301", + "inbound_arrival_time": "00:37", + "inbound_departure_time": "15:15", + "is_redeye": "True", + "number_stops": "1", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "09:58", + "outbound_departure_time": "04:35", + "passengers": "4", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination": "Portland", + "destination_airport": "PDX International Airport", + "fare": "270", + "inbound_arrival_time": "06:20", + "inbound_departure_time": "22:45", + "is_redeye": "True", + "number_stops": "1", + "origin": "Chicago", + "origin_airport": "O'Hare International Airport", + "outbound_arrival_time": "19:00", + "outbound_departure_time": "12:45", + "passengers": "4", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 87, + "slot": "inbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 110, + "slot": "fare", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a flight by Southwest Airlines which departs at 4:35 am and returns at 3:15 pm. The tickets cost $301, are you interested?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination": [ + "Portland" + ], + "origin": [ + "Chicago" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes! Thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day ahead." + } + ] + }, + { + "dialogue_id": "19_00062", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "8th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "return_date", + "start": 33 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "8th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a flight for the 8th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to start your travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "Sunday this week" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 16, + "slot": "departure_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Sunday this week" + ], + "return_date": [ + "8th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sunday this week, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going and which city are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination", + "values": [ + "SF" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 30, + "slot": "origin", + "start": 19 + }, + { + "exclusive_end": 46, + "slot": "destination", + "start": 44 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Sunday this week" + ], + "destination": [ + "SF" + ], + "origin": [ + "Atlanta, GA" + ], + "return_date": [ + "8th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm departing from Atlanta, GA and going to SF." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:40" + ], + "slot": "outbound_departure_time", + "values": [ + "11:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:50" + ], + "slot": "inbound_departure_time", + "values": [ + "3:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "241" + ], + "slot": "fare", + "values": [ + "$241" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-03", + "destination": "San Francisco", + "origin": "Atlanta", + "return_date": "2019-03-08" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "241", + "inbound_arrival_time": "01:24", + "inbound_departure_time": "15:50", + "is_redeye": "True", + "number_stops": "1", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "14:06", + "outbound_departure_time": "11:40", + "passengers": "1", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "193", + "inbound_arrival_time": "18:31", + "inbound_departure_time": "10:05", + "is_redeye": "False", + "number_stops": "0", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "15:16", + "outbound_departure_time": "12:50", + "passengers": "1", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "235", + "inbound_arrival_time": "17:19", + "inbound_departure_time": "06:45", + "is_redeye": "False", + "number_stops": "1", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "08:56", + "outbound_departure_time": "06:30", + "passengers": "1", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "190", + "inbound_arrival_time": "18:41", + "inbound_departure_time": "10:15", + "is_redeye": "False", + "number_stops": "0", + "origin": "Atlanta", + "origin_airport": "Hartsfield-Jackson International Airport", + "outbound_arrival_time": "12:06", + "outbound_departure_time": "09:40", + "passengers": "1", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 56 + }, + { + "exclusive_end": 91, + "slot": "inbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 114, + "slot": "fare", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a flight with American Airlines. Take off is at 11:40 am and return time is 3:50 pm. The ticket costs $241." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Sunday this week" + ], + "destination": [ + "SF" + ], + "origin": [ + "Atlanta, GA" + ], + "return_date": [ + "8th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Sunday this week" + ], + "destination": [ + "SF" + ], + "origin": [ + "Atlanta, GA" + ], + "return_date": [ + "8th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "19_00063", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a flight, which ones do you recommend?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "On which day do you intend to travel back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "origin", + "values": [ + "Paris" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin", + "start": 43 + }, + { + "exclusive_end": 62, + "slot": "return_date", + "start": 52 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin": [ + "Paris" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look for me for the flights returning from Paris on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you traveling to, and on what date would you like to travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "the 2nd" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "destination", + "start": 20 + }, + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 35 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 2nd" + ], + "destination": [ + "Los Angeles" + ], + "origin": [ + "Paris" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to travel to Los Angeles on the 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:05" + ], + "slot": "outbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:40" + ], + "slot": "inbound_departure_time", + "values": [ + "9:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "368" + ], + "slot": "fare", + "values": [ + "$368" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-02", + "destination": "Los Angeles", + "origin": "Paris", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "368", + "inbound_arrival_time": "07:58", + "inbound_departure_time": "09:40", + "is_redeye": "True", + "number_stops": "1", + "origin": "Paris", + "origin_airport": "Charles de Gaulle International Airport", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "04:05", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "335", + "inbound_arrival_time": "06:43", + "inbound_departure_time": "08:25", + "is_redeye": "True", + "number_stops": "1", + "origin": "Paris", + "origin_airport": "Charles de Gaulle International Airport", + "outbound_arrival_time": "00:32", + "outbound_departure_time": "17:35", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 104, + "slot": "outbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 144, + "slot": "inbound_departure_time", + "start": 137 + }, + { + "exclusive_end": 176, + "slot": "fare", + "start": 172 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you you be willing to travel with American Airlines. The flight is expected to take off at 4:05 am. The return flight takes off at 9:40 am. The cost of the ticket is $368." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd" + ], + "destination": [ + "Los Angeles" + ], + "origin": [ + "Paris" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok. Thanks, that is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "19_00064", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 31, + "slot": "return_date", + "start": 13 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Returining o 13th of this month. I am looking for a flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "which city do you want to depart from? Where are you planning to go? wheat date would you like to travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 26, + "slot": "destination", + "start": 15 + }, + { + "exclusive_end": 52, + "slot": "origin", + "start": 49 + }, + { + "exclusive_end": 95, + "slot": "departure_date", + "start": 83 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Tuesday" + ], + "destination": [ + "Los Angeles" + ], + "origin": [ + "SFO" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am flying to Los Angeles. Look for flight from SFO. I want to start my travel on next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:20" + ], + "slot": "outbound_departure_time", + "values": [ + "8:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:50" + ], + "slot": "inbound_departure_time", + "values": [ + "5:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "111" + ], + "slot": "fare", + "values": [ + "$111" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-05", + "destination": "Los Angeles", + "origin": "San Francisco", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "111", + "inbound_arrival_time": "19:15", + "inbound_departure_time": "17:50", + "is_redeye": "False", + "number_stops": "0", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "21:45", + "outbound_departure_time": "20:20", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "95", + "inbound_arrival_time": "07:55", + "inbound_departure_time": "06:30", + "is_redeye": "False", + "number_stops": "0", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "17:15", + "outbound_departure_time": "15:50", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "108", + "inbound_arrival_time": "23:45", + "inbound_departure_time": "22:20", + "is_redeye": "False", + "number_stops": "0", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "14:15", + "outbound_departure_time": "12:50", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination": "Los Angeles", + "destination_airport": "LAX International Airport", + "fare": "140", + "inbound_arrival_time": "11:30", + "inbound_departure_time": "08:05", + "is_redeye": "False", + "number_stops": "1", + "origin": "San Francisco", + "origin_airport": "SFO International Airport", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "09:15", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 66 + }, + { + "exclusive_end": 112, + "slot": "inbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 137, + "slot": "fare", + "start": 133 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to fly with Alaska Airlines.The flight take off at 8:20 pm. The returning flight takes at 5:50 pm. the tickets coasts $111" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Tuesday" + ], + "destination": [ + "Los Angeles" + ], + "origin": [ + "SFO" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:50" + ], + "slot": "outbound_departure_time", + "values": [ + "3:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:30" + ], + "slot": "inbound_departure_time", + "values": [ + "6:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "95" + ], + "slot": "fare", + "values": [ + "$95" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 76, + "slot": "outbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 118, + "slot": "inbound_departure_time", + "start": 111 + }, + { + "exclusive_end": 142, + "slot": "fare", + "start": 139 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to fly with American Airlines. the flight takes if at 3:50 pm. The returning flight takes off a 6:30 am. The tickets coasts $95" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination": [ + "Los Angeles" + ], + "origin": [ + "SFO" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok. Thanks, that is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00065", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "destination", + "start": 32 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking to book a flight to ATL." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Can I get the dates you'd like to depart and return? What city are you traveling from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin", + "values": [ + "Portland, OR" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "10th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of March" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin", + "start": 23 + }, + { + "exclusive_end": 101, + "slot": "return_date", + "start": 88 + }, + { + "exclusive_end": 66, + "slot": "departure_date", + "start": 54 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of March" + ], + "destination": [ + "ATL" + ], + "origin": [ + "Portland, OR" + ], + "return_date": [ + "10th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be departing from Portland, OR. Departing on the 1st of March and returning on the 10th of March please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:55" + ], + "slot": "outbound_departure_time", + "values": [ + "4:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:30" + ], + "slot": "inbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "310" + ], + "slot": "fare", + "values": [ + "$310" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination": "Atlanta", + "origin": "Portland", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "310", + "inbound_arrival_time": "19:00", + "inbound_departure_time": "13:30", + "is_redeye": "True", + "number_stops": "1", + "origin": "Portland", + "origin_airport": "PDX International Airport", + "outbound_arrival_time": "04:39", + "outbound_departure_time": "16:55", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "283", + "inbound_arrival_time": "14:03", + "inbound_departure_time": "09:40", + "is_redeye": "True", + "number_stops": "1", + "origin": "Portland", + "origin_airport": "PDX International Airport", + "outbound_arrival_time": "08:22", + "outbound_departure_time": "22:45", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 119, + "slot": "inbound_departure_time", + "start": 112 + }, + { + "exclusive_end": 136, + "slot": "fare", + "start": 132 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 flights. How about this flight on Southwest Airlines. It departs at 4:55 pm and the return departs at 1:30 pm. Seats cost $310." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination": [ + "ATL" + ], + "origin": [ + "Portland, OR" + ], + "return_date": [ + "10th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's good for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Take care." + } + ] + }, + { + "dialogue_id": "19_00066", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 83, + "slot": "departure_date", + "start": 66 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am currently looking for flights to where I am traveling on the 1st of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which day do you want to take the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "return_date", + "start": 27 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be returning on the 10th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From which city will you be departing from and traveling to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin", + "values": [ + "NYC" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 45, + "slot": "destination", + "start": 42 + }, + { + "exclusive_end": 28, + "slot": "origin", + "start": 25 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination": [ + "ATL" + ], + "origin": [ + "NYC" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be departing from NYC traveling to ATL." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:20" + ], + "slot": "outbound_departure_time", + "values": [ + "11:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:25" + ], + "slot": "inbound_departure_time", + "values": [ + "6:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "131" + ], + "slot": "fare", + "values": [ + "$131" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination": "Atlanta", + "origin": "New York", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "131", + "inbound_arrival_time": "08:47", + "inbound_departure_time": "06:25", + "is_redeye": "False", + "number_stops": "0", + "origin": "New York", + "origin_airport": "JFK International Airport", + "outbound_arrival_time": "13:42", + "outbound_departure_time": "11:20", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "141", + "inbound_arrival_time": "18:02", + "inbound_departure_time": "15:40", + "is_redeye": "False", + "number_stops": "0", + "origin": "New York", + "origin_airport": "JFK International Airport", + "outbound_arrival_time": "13:47", + "outbound_departure_time": "11:25", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "157", + "inbound_arrival_time": "11:42", + "inbound_departure_time": "09:20", + "is_redeye": "True", + "number_stops": "1", + "origin": "New York", + "origin_airport": "JFK International Airport", + "outbound_arrival_time": "01:11", + "outbound_departure_time": "21:50", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "143", + "inbound_arrival_time": "15:12", + "inbound_departure_time": "12:50", + "is_redeye": "False", + "number_stops": "0", + "origin": "New York", + "origin_airport": "JFK International Airport", + "outbound_arrival_time": "21:27", + "outbound_departure_time": "19:05", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 119, + "slot": "inbound_departure_time", + "start": 112 + }, + { + "exclusive_end": 63, + "slot": "fare", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see here an American Airlines flight from NYC to ATL for $131. Departure time is at 11:20 am and returning at 6:25 am on the return date. If this flight does not meet your needs, I have found 4 other flights as well." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination": [ + "ATL" + ], + "origin": [ + "NYC" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Outstanding." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else that I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination": [ + "ATL" + ], + "origin": [ + "NYC" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nothing else. Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00067", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 21, + "slot": "return_date", + "start": 13 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Returning on the 11th. I am looking for a flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "where are you planing to go? Which city do you want to depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin", + "values": [ + "LA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 18, + "slot": "destination", + "start": 15 + }, + { + "exclusive_end": 44, + "slot": "origin", + "start": 42 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "ATL" + ], + "origin": [ + "LA" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am flying to ATL. Look for flights from LA. find me Economy. class tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "what date would you like to travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 29 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination": [ + "ATL" + ], + "origin": [ + "LA" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to start my travel on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:25" + ], + "slot": "outbound_departure_time", + "values": [ + "5:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:30" + ], + "slot": "inbound_departure_time", + "values": [ + "2:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "180" + ], + "slot": "fare", + "values": [ + "$180" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-09", + "destination": "Atlanta", + "origin": "Los Angeles", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "180", + "inbound_arrival_time": "16:29", + "inbound_departure_time": "14:30", + "is_redeye": "True", + "number_stops": "0", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "01:24", + "outbound_departure_time": "17:25", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "199", + "inbound_arrival_time": "19:39", + "inbound_departure_time": "17:40", + "is_redeye": "True", + "number_stops": "0", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "04:39", + "outbound_departure_time": "20:40", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "222", + "inbound_arrival_time": "15:29", + "inbound_departure_time": "13:30", + "is_redeye": "False", + "number_stops": "1", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "13:40", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "240", + "inbound_arrival_time": "14:15", + "inbound_departure_time": "09:40", + "is_redeye": "True", + "number_stops": "1", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "04:39", + "outbound_departure_time": "20:40", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 119, + "slot": "inbound_departure_time", + "start": 112 + }, + { + "exclusive_end": 143, + "slot": "fare", + "start": 139 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to fly with American Airlines. The flight takes off at 5:25 pm. The returning flight takes of at 2:30 pm. The tickets costs $180 I found 4 flights for you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination": [ + "ATL" + ], + "origin": [ + "LA" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight leave from? where does the flight land?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 58, + "slot": "destination_airport", + "start": 18 + }, + { + "exclusive_end": 103, + "slot": "origin_airport", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight is for Hartsfield-Jackson International Airport. It takes off from LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination": [ + "ATL" + ], + "origin": [ + "LA" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:40" + ], + "slot": "inbound_departure_time", + "values": [ + "5:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "199" + ], + "slot": "fare", + "values": [ + "$199" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 66 + }, + { + "exclusive_end": 116, + "slot": "inbound_departure_time", + "start": 109 + }, + { + "exclusive_end": 140, + "slot": "fare", + "start": 136 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to fly with Delta Airlines. The flight takes of at 8:40 pm. the returning flight takes off at 5:40 pm. The ticket coasts $199" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "March 9th" + ], + "destination": [ + "ATL" + ], + "origin": [ + "LA" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want three tickets. I am not particular about the airline. Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:40" + ], + "slot": "outbound_departure_time", + "values": [ + "1:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:30" + ], + "slot": "inbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "222" + ], + "slot": "fare", + "values": [ + "$222" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-09", + "destination": "Atlanta", + "origin": "Los Angeles", + "passengers": "3", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "180", + "inbound_arrival_time": "16:29", + "inbound_departure_time": "14:30", + "is_redeye": "True", + "number_stops": "0", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "01:24", + "outbound_departure_time": "17:25", + "passengers": "3", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "199", + "inbound_arrival_time": "19:39", + "inbound_departure_time": "17:40", + "is_redeye": "True", + "number_stops": "0", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "04:39", + "outbound_departure_time": "20:40", + "passengers": "3", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "222", + "inbound_arrival_time": "15:29", + "inbound_departure_time": "13:30", + "is_redeye": "False", + "number_stops": "1", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "13:40", + "passengers": "3", + "return_date": "2019-03-11", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination": "Atlanta", + "destination_airport": "Hartsfield-Jackson International Airport", + "fare": "240", + "inbound_arrival_time": "14:15", + "inbound_departure_time": "09:40", + "is_redeye": "True", + "number_stops": "1", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "04:39", + "outbound_departure_time": "20:40", + "passengers": "3", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 78, + "slot": "outbound_departure_time", + "start": 71 + }, + { + "exclusive_end": 117, + "slot": "inbound_departure_time", + "start": 110 + }, + { + "exclusive_end": 141, + "slot": "fare", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to fly with Southwest Airlines. The flight takes off at 1:40 pm. The returning flight takes at 1:30 pm. The ticket coasts $222" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination": [ + "ATL" + ], + "origin": [ + "LA" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok. Thanks, that is all i need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00068", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hi, I'm looking for a flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city would you like to depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination", + "values": [ + "Washington" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin", + "values": [ + "LA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination", + "start": 14 + }, + { + "exclusive_end": 66, + "slot": "origin", + "start": 64 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination": [ + "Washington" + ], + "origin": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm flying to Washington and looking to find flights there from LA. I want to fly with American Airlines please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day would you like to take the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of March" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 61, + "slot": "return_date", + "start": 48 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination": [ + "Washington" + ], + "origin": [ + "LA" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need Economy class tickets that return on the 12th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to travel there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "Sunday this week" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Sunday this week" + ], + "destination": [ + "Washington" + ], + "origin": [ + "LA" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go on Sunday this week, and I need three tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:10" + ], + "slot": "outbound_departure_time", + "values": [ + "2:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:50" + ], + "slot": "inbound_departure_time", + "values": [ + "2:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "305" + ], + "slot": "fare", + "values": [ + "$305" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination": "Washington", + "origin": "Los Angeles", + "passengers": "3", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination": "Washington", + "destination_airport": "Dulles International Airport", + "fare": "305", + "inbound_arrival_time": "19:57", + "inbound_departure_time": "14:50", + "is_redeye": "True", + "number_stops": "1", + "origin": "Los Angeles", + "origin_airport": "LAX International Airport", + "outbound_arrival_time": "00:50", + "outbound_departure_time": "14:10", + "passengers": "3", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 118, + "slot": "inbound_departure_time", + "start": 111 + }, + { + "exclusive_end": 144, + "slot": "fare", + "start": 140 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to fly with American Airlines? The flight departs at 2:10 pm and the return flight takes off at 2:50 pm. The ticket price is $305." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Sunday this week" + ], + "destination": [ + "Washington" + ], + "origin": [ + "LA" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_2", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Sunday this week" + ], + "destination": [ + "Washington" + ], + "origin": [ + "LA" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, and thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00069", + "services": [ + "Flights_2" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination", + "values": [ + "sfo" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 22, + "slot": "destination", + "start": 19 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination": [ + "sfo" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i want to fly into sfo. so i am looking for a flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "after few days i want to take the return flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "next thursday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "5th of march" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 39, + "slot": "return_date", + "start": 26 + }, + { + "exclusive_end": 87, + "slot": "departure_date", + "start": 75 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of march" + ], + "destination": [ + "sfo" + ], + "return_date": [ + "next thursday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i think that returning on next thursday. then i want to start my travel on 5th of march." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "i want to depart from city." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin", + "values": [ + "sd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 32, + "slot": "origin", + "start": 30 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of march" + ], + "destination": [ + "sfo" + ], + "origin": [ + "sd" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next thursday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i am looking for flights from sd. i have one tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:10" + ], + "slot": "outbound_departure_time", + "values": [ + "11:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:10" + ], + "slot": "inbound_departure_time", + "values": [ + "6:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "108" + ], + "slot": "fare", + "values": [ + "$108" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_2", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-05", + "destination": "San Francisco", + "origin": "San Diego", + "passengers": "1", + "return_date": "2019-03-07" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "108", + "inbound_arrival_time": "07:50", + "inbound_departure_time": "06:10", + "is_redeye": "False", + "number_stops": "0", + "origin": "San Diego", + "origin_airport": "SAN International Airport", + "outbound_arrival_time": "12:50", + "outbound_departure_time": "11:10", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "141", + "inbound_arrival_time": "16:19", + "inbound_departure_time": "12:15", + "is_redeye": "False", + "number_stops": "1", + "origin": "San Diego", + "origin_airport": "SAN International Airport", + "outbound_arrival_time": "13:45", + "outbound_departure_time": "12:05", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "168", + "inbound_arrival_time": "09:45", + "inbound_departure_time": "05:50", + "is_redeye": "False", + "number_stops": "1", + "origin": "San Diego", + "origin_airport": "SAN International Airport", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "19:55", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination": "San Francisco", + "destination_airport": "SFO International Airport", + "fare": "142", + "inbound_arrival_time": "16:19", + "inbound_departure_time": "12:50", + "is_redeye": "False", + "number_stops": "1", + "origin": "San Diego", + "origin_airport": "SAN International Airport", + "outbound_arrival_time": "08:40", + "outbound_departure_time": "07:00", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 133, + "slot": "inbound_departure_time", + "start": 126 + }, + { + "exclusive_end": 161, + "slot": "fare", + "start": 157 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "i would like to fly with Alaska airlines. i think that the flight takes off at 11:10 am and the returning flight takes off at 6:10 am. the expense of ticket $108, i found 4 flights for you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "number_stops" + ], + "slot_values": { + "departure_date": [ + "5th of march" + ], + "destination": [ + "sfo" + ], + "origin": [ + "sd" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next thursday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "the flights have stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "but i think that the flight has 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "5th of march" + ], + "destination": [ + "sfo" + ], + "origin": [ + "sd" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next thursday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i want to know about the flight arrive at my destination." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12:50" + ], + "slot": "outbound_arrival_time", + "values": [ + "12:50 pm" + ] + } + ], + "service": "Flights_2", + "slots": [ + { + "exclusive_end": 43, + "slot": "outbound_arrival_time", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "i think that the flight arrives at 12:50 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "5th of march" + ], + "destination": [ + "sfo" + ], + "origin": [ + "sd" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next thursday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "ok. fine, thanks for all i need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_2", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "have a good journey." + } + ] + }, + { + "dialogue_id": "19_00070", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me buy flights for a trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to depart and when would you like to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "the 3rd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "08:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 o\"clock in the morning" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 26 + }, + { + "exclusive_end": 68, + "slot": "inbound_departure_time", + "start": 44 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 3rd" + ], + "inbound_departure_time": [ + "8 o\"clock in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning to leave on the 3rd at around 8 o\"clock in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you returning and where do you depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "9th of march" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 63, + "slot": "return_date", + "start": 51 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 3rd" + ], + "inbound_departure_time": [ + "8 o\"clock in the morning" + ], + "origin_city": [ + "Chicago" + ], + "return_date": [ + "9th of march" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Chicago and want to return on the 9th of march." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "15:00" + ], + "slot": "outbound_departure_time", + "values": [ + "afternoon 3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 43 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 3rd" + ], + "inbound_departure_time": [ + "8 o\"clock in the morning" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "afternoon 3" + ], + "return_date": [ + "9th of march" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "For my departing flight I can leave around afternoon 3." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "destination_city", + "start": 15 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "8 o\"clock in the morning" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "afternoon 3" + ], + "return_date": [ + "9th of march" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am headed to Mexico City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preferred airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "8 o\"clock in the morning" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "afternoon 3" + ], + "return_date": [ + "9th of march" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:00" + ], + "slot": "outbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 79, + "slot": "destination_city", + "start": 68 + }, + { + "exclusive_end": 144, + "slot": "departure_date", + "start": 126 + }, + { + "exclusive_end": 171, + "slot": "return_date", + "start": 162 + }, + { + "exclusive_end": 205, + "slot": "outbound_departure_time", + "start": 201 + }, + { + "exclusive_end": 242, + "slot": "inbound_departure_time", + "start": 238 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: the flight is from Chicago to Mexico City on United Airlines. The departure date is the day after tomorrow with a return on March 9th. The onward flight leaves at 3 pm and the return flight leaves at 8 am. The seating class is Economy with 1 total passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "8 am", + "8 o\"clock in the morning" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3 pm", + "afternoon 3" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of march", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good. When does my return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Mexico City", + "inbound_departure_time": "08:00", + "origin_city": "Chicago", + "outbound_departure_time": "15:00", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "16:59", + "inbound_departure_time": "08:25", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "23:16", + "outbound_departure_time": "15:15", + "passengers": "1", + "price": "285", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry I couldn't book your ticket. Shall I help with something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "five pm" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 73, + "slot": "inbound_departure_time", + "start": 66 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "five pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3 pm", + "afternoon 3" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of march", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wan to continue to make the reservation. I plan to leave around five pm for the return flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:00" + ], + "slot": "outbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 79, + "slot": "destination_city", + "start": 68 + }, + { + "exclusive_end": 144, + "slot": "departure_date", + "start": 126 + }, + { + "exclusive_end": 171, + "slot": "return_date", + "start": 162 + }, + { + "exclusive_end": 205, + "slot": "outbound_departure_time", + "start": 201 + }, + { + "exclusive_end": 242, + "slot": "inbound_departure_time", + "start": 238 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: the flight is from Chicago to Mexico City on United Airlines. The departure date is the day after tomorrow with a return on March 9th. The onward flight leaves at 3 pm and the return flight leaves at 5 pm. The seating class is Economy with 1 total passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "5 pm", + "five pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3 pm", + "afternoon 3" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of march", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good. Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Mexico City", + "inbound_departure_time": "17:00", + "origin_city": "Chicago", + "outbound_departure_time": "15:00", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry I couldn't book your ticket. Shall I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "origin_city", + "start": 62 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "5 pm", + "five pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3 pm", + "afternoon 3" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of march", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to continue to make the reservation. I am leaving from Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:00" + ], + "slot": "outbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 79, + "slot": "destination_city", + "start": 68 + }, + { + "exclusive_end": 144, + "slot": "departure_date", + "start": 126 + }, + { + "exclusive_end": 171, + "slot": "return_date", + "start": 162 + }, + { + "exclusive_end": 205, + "slot": "outbound_departure_time", + "start": 201 + }, + { + "exclusive_end": 242, + "slot": "inbound_departure_time", + "start": 238 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: the flight is from Atlanta to Mexico City on United Airlines. The departure date is the day after tomorrow with a return on March 9th. The onward flight leaves at 3 pm and the return flight leaves at 5 pm. The seating class is Economy with 1 total passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "5 pm", + "five pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3 pm", + "afternoon 3" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of march", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Mexico City", + "inbound_departure_time": "17:00", + "origin_city": "Atlanta", + "outbound_departure_time": "15:00", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry I couldn't book your ticket. Can I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "5 pm", + "five pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3 pm", + "afternoon 3" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of march", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "19_00071", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving for a brief trip. Help me purchase flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Alaska Airlines", + "United Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines", + "United Airlines" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any airlines you particularly prefer? How about Alaska Airlines, United Airlines or any other? Also, when would you like to board the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:30" + ], + "slot": "inbound_departure_time", + "values": [ + "half past 8 in the night" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "inbound_departure_time", + "start": 60 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "inbound_departure_time": [ + "half past 8 in the night" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for United Airlines. I am planning to leave at half past 8 in the night on the returning flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What place are you leaving from and when do you plan to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "the 7th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "origin_city", + "start": 16 + }, + { + "exclusive_end": 45, + "slot": "return_date", + "start": 38 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "inbound_departure_time": [ + "half past 8 in the night" + ], + "origin_city": [ + "SF" + ], + "return_date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going from SF and coming back on the 7th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:45" + ], + "slot": "outbound_departure_time", + "values": [ + "2:45 in the afternoon" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_departure_time", + "start": 30 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "inbound_departure_time": [ + "half past 8 in the night" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "2:45 in the afternoon" + ], + "return_date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My onward flight can leave at 2:45 in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "half past 8 in the night" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "2:45 in the afternoon" + ], + "return_date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "departure_date", + "start": 18 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "half past 8 in the night" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "2:45 in the afternoon" + ], + "return_date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going on the 1st of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:45" + ], + "slot": "outbound_departure_time", + "values": [ + "2:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "20:30" + ], + "slot": "inbound_departure_time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_city", + "start": 36 + }, + { + "exclusive_end": 66, + "slot": "destination_city", + "start": 59 + }, + { + "exclusive_end": 121, + "slot": "departure_date", + "start": 116 + }, + { + "exclusive_end": 160, + "slot": "return_date", + "start": 147 + }, + { + "exclusive_end": 200, + "slot": "outbound_departure_time", + "start": 193 + }, + { + "exclusive_end": 236, + "slot": "inbound_departure_time", + "start": 229 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let me confirm: Your flight is from San Francisco going to Seattle. It is a United Airlines flight and is departing today. The return date will be next Thursday and the flight onward leaves at 2:45 pm and return flight leaves at 8:30 pm. The seating class for the flight will be Economy and the number of passengers is 1." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "6th of March" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "return_date", + "start": 32 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "8:30 pm", + "half past 8 in the night" + ], + "origin_city": [ + "SF", + "San Francisco" + ], + "outbound_departure_time": [ + "2:45 in the afternoon", + "2:45 pm" + ], + "return_date": [ + "6th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at all. I am coming back on 6th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "origin_city", + "start": 49 + }, + { + "exclusive_end": 105, + "slot": "return_date", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm the following: the plane is from San Francisco and it will be returning on next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "price" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "8:30 pm", + "half past 8 in the night" + ], + "origin_city": [ + "SF", + "San Francisco" + ], + "outbound_departure_time": [ + "2:45 in the afternoon", + "2:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds fine. What is the cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "132" + ], + "slot": "price", + "values": [ + "$132" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "Seattle", + "inbound_departure_time": "20:30", + "origin_city": "San Francisco", + "outbound_departure_time": "14:45", + "passengers": "1", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "22:41", + "inbound_departure_time": "20:30", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:16", + "outbound_departure_time": "15:05", + "passengers": "1", + "price": "132", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 45, + "slot": "price", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is booked. The cost would be $132." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "8:30 pm", + "half past 8 in the night" + ], + "origin_city": [ + "SF", + "San Francisco" + ], + "outbound_departure_time": [ + "2:45 in the afternoon", + "2:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you. That will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day!" + } + ] + }, + { + "dialogue_id": "19_00072", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need tickets for a short flight i need to get." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay where are you off too? And what time and date should I search for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "Sunday this week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "16:30" + ], + "slot": "outbound_departure_time", + "values": [ + "4:30 in the evening" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "destination_city", + "start": 13 + }, + { + "exclusive_end": 47, + "slot": "departure_date", + "start": 31 + }, + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 75 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Sunday this week" + ], + "destination_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:30 in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Paris, leaving on Sunday this week. i'm after a flight around 4:30 in the evening." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, what's your departure city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Sunday this week" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:30 in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm flying out of Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Alaska Airlines", + "American Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines", + "American Airlines" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, what about your return flight date and time? I can try Alaska Airlines, American Airlines, what's your preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:45" + ], + "slot": "inbound_departure_time", + "values": [ + "quarter to 6 in the evening" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 108, + "slot": "inbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 62, + "slot": "return_date", + "start": 52 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Sunday this week" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "quarter to 6 in the evening" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:30 in the evening" + ], + "return_date": [ + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer to fly Delta Airlines. I want to return on March 11th, looking at about quarter to 6 in the evening." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:30" + ], + "slot": "outbound_departure_time", + "values": [ + "4:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:45" + ], + "slot": "inbound_departure_time", + "values": [ + "5:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "origin_city", + "start": 54 + }, + { + "exclusive_end": 75, + "slot": "destination_city", + "start": 70 + }, + { + "exclusive_end": 127, + "slot": "departure_date", + "start": 109 + }, + { + "exclusive_end": 166, + "slot": "return_date", + "start": 156 + }, + { + "exclusive_end": 138, + "slot": "outbound_departure_time", + "start": 131 + }, + { + "exclusive_end": 177, + "slot": "inbound_departure_time", + "start": 170 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, confirming the following: 1 economy flight from Philadelphia to Paris on Delta Airlines. Departing the day after tomorrow at 4:30 pm and returning on March 11th at 5:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops", + "price" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Sunday this week", + "day after tomorrow" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "5:45 pm", + "quarter to 6 in the evening" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:30 in the evening", + "4:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's all correct. How many stops are there and what's the total cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "333" + ], + "slot": "price", + "values": [ + "$333" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_city": "Paris", + "inbound_departure_time": "17:45", + "origin_city": "Philadelphia", + "outbound_departure_time": "16:30", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "00:16", + "inbound_departure_time": "17:35", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "13:37", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "333", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 144, + "slot": "price", + "start": 140 + }, + { + "exclusive_end": 77, + "slot": "origin_city", + "start": 65 + }, + { + "exclusive_end": 86, + "slot": "destination_city", + "start": 81 + }, + { + "exclusive_end": 179, + "slot": "departure_date", + "start": 161 + }, + { + "exclusive_end": 205, + "slot": "return_date", + "start": 195 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I wasn't able to book your ticket just yet. So, this flight from Philadelphia to Paris on Delta Airlines has 1 stop and comes to a total of $333. It departs the day after tomorrow and returns on March 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Sunday this week", + "day after tomorrow" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "5:45 pm", + "quarter to 6 in the evening" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:30 in the evening", + "4:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_city": "Paris", + "inbound_departure_time": "17:45", + "origin_city": "Philadelphia", + "outbound_departure_time": "16:30", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "00:16", + "inbound_departure_time": "17:35", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "13:37", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "333", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I've now confirmed your ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Sunday this week", + "day after tomorrow" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "5:45 pm", + "quarter to 6 in the evening" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:30 in the evening", + "4:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else, car hire, accommodation?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Sunday this week", + "day after tomorrow" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "5:45 pm", + "quarter to 6 in the evening" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:30 in the evening", + "4:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that's it for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Glad to help." + } + ] + }, + { + "dialogue_id": "19_00073", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to go on vacation and order some tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What airlines would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "09:00" + ], + "slot": "outbound_departure_time", + "values": [ + "9 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "outbound_departure_time", + "start": 21 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "outbound_departure_time": [ + "9 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to leave at 9 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And when would you like to visit and leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, NSW" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "return_date", + "start": 34 + }, + { + "exclusive_end": 60, + "slot": "origin_city", + "start": 53 + }, + { + "exclusive_end": 98, + "slot": "destination_city", + "start": 87 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9 am" + ], + "return_date": [ + "14th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to return around the 14th of March from Seattle and I would like to go to Sydney, NSW." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time would you like the return flight to be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "05:45" + ], + "slot": "outbound_departure_time", + "values": [ + "morning 5:45" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "March 2nd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "five pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 42 + }, + { + "exclusive_end": 68, + "slot": "departure_date", + "start": 59 + }, + { + "exclusive_end": 79, + "slot": "inbound_departure_time", + "start": 72 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Sydney, NSW" + ], + "inbound_departure_time": [ + "five pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "morning 5:45" + ], + "return_date": [ + "14th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "For the first part I want to leave in the morning 5:45 and March 2nd at five pm for the return." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "05:45" + ], + "slot": "outbound_departure_time", + "values": [ + "5:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 28 + }, + { + "exclusive_end": 45, + "slot": "destination_city", + "start": 39 + }, + { + "exclusive_end": 72, + "slot": "departure_date", + "start": 64 + }, + { + "exclusive_end": 109, + "slot": "return_date", + "start": 99 + }, + { + "exclusive_end": 139, + "slot": "outbound_departure_time", + "start": 132 + }, + { + "exclusive_end": 159, + "slot": "inbound_departure_time", + "start": 155 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To confirm your flight from Seattle to Sydney on Delta Airlines tomorrow and you will be returning March 14th. The flight leaves at 5:45 am and returns at 5 pm in Economy class with 1 person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 2nd", + "tomorrow" + ], + "destination_city": [ + "Sydney", + "Sydney, NSW" + ], + "inbound_departure_time": [ + "5 pm", + "five pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "5:45 am", + "morning 5:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of March", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Fine, that works great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_city": "Sydney", + "inbound_departure_time": "17:00", + "origin_city": "Seattle", + "outbound_departure_time": "05:45", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I was unable to process your request. Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 2nd", + "tomorrow" + ], + "destination_city": [ + "Sydney", + "Sydney, NSW" + ], + "inbound_departure_time": [ + "5 pm", + "five pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "5:45 am", + "morning 5:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of March", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your time." + } + ] + }, + { + "dialogue_id": "19_00074", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LAX" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 20 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LAX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to travel to LAX. Please book flight tickets for this short trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where and when do you want to start from? When will you back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "7 o\"clock in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "8th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 38 + }, + { + "exclusive_end": 30, + "slot": "origin_city", + "start": 19 + }, + { + "exclusive_end": 94, + "slot": "return_date", + "start": 82 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LAX" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7 o\"clock in the morning" + ], + "return_date": [ + "8th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am starting from Phoenix, AZ around 7 o\"clock in the morning and return back on 8th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you leave in the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "13:00" + ], + "slot": "inbound_departure_time", + "values": [ + "1 in the afternoon" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "inbound_departure_time", + "start": 19 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "1 in the afternoon" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7 o\"clock in the morning" + ], + "return_date": [ + "8th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to leave at 1 in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "American Airlines", + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines", + "Delta Airlines" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there any preferred airlines. You have American Airlines, Delta Airlines and the like. When will you leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "the 1st" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 19 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "1 in the afternoon" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7 o\"clock in the morning" + ], + "return_date": [ + "8th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to leave on the 1st on Southwest Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "7 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:00" + ], + "slot": "inbound_departure_time", + "values": [ + "1 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 79, + "slot": "destination_city", + "start": 68 + }, + { + "exclusive_end": 25, + "slot": "departure_date", + "start": 20 + }, + { + "exclusive_end": 121, + "slot": "return_date", + "start": 110 + }, + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 83 + }, + { + "exclusive_end": 129, + "slot": "inbound_departure_time", + "start": 125 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Kindly ensure that, today Southwest Airlines flight from Phoenix to Los Angeles at 7 am. The return flight is next Friday at 1 pm. Only 1 seat in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "3rd of this month" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 73, + "slot": "departure_date", + "start": 56 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "1 in the afternoon", + "1 pm" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7 am", + "7 o\"clock in the morning" + ], + "return_date": [ + "8th of March", + "next Friday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. I wish to have Alaska Airlines. I am returning on 3rd of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "departure_date", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Kindly ensure that, it is Alaska Airlines which is day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "origin_airport", + "price" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "3rd of this month", + "day after tomorrow" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "1 in the afternoon", + "1 pm" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7 am", + "7 o\"clock in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "8th of March", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. It is good for me. What is the cost and from which airport the flight starts from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "inbound_departure_time": "13:00", + "origin_city": "Phoenix", + "outbound_departure_time": "07:00", + "passengers": "1", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Very that, I am unable to book the ticket. In what way shall I help you further?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "3rd of this month", + "day after tomorrow" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "1 in the afternoon", + "1 pm" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7 am", + "7 o\"clock in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "8th of March", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00075", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to go on a little trip. Can you find me some tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Where are you going and when are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:15" + ], + "slot": "outbound_departure_time", + "values": [ + "7:15 in the morning" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "destination_city", + "start": 15 + }, + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 46 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "NYC" + ], + "outbound_departure_time": [ + "7:15 in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm heading to NYC and I want to leave around 7:15 in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. When do you want to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "16:45" + ], + "slot": "inbound_departure_time", + "values": [ + "16:45" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "inbound_departure_time", + "start": 27 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "16:45" + ], + "outbound_departure_time": [ + "7:15 in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to head back around 16:45." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "United Airlines", + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines", + "Southwest Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright. So, when are you leaving and where from? Do you want a specific airline like United Airlines, Southwest Airlines, or something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "later today" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "departure_date", + "start": 16 + }, + { + "exclusive_end": 45, + "slot": "origin_city", + "start": 42 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "16:45" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "7:15 in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave later today sometime from SFO. I really like American Airlines if they're available." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day are you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "9th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "return_date", + "start": 27 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "16:45" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "7:15 in the morning" + ], + "return_date": [ + "9th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be coming home on the 9th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:15" + ], + "slot": "outbound_departure_time", + "values": [ + "7:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:45" + ], + "slot": "inbound_departure_time", + "values": [ + "4:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "origin_city", + "start": 62 + }, + { + "exclusive_end": 87, + "slot": "destination_city", + "start": 79 + }, + { + "exclusive_end": 133, + "slot": "departure_date", + "start": 128 + }, + { + "exclusive_end": 171, + "slot": "return_date", + "start": 162 + }, + { + "exclusive_end": 144, + "slot": "outbound_departure_time", + "start": 137 + }, + { + "exclusive_end": 182, + "slot": "inbound_departure_time", + "start": 175 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Let me see if I have this right. You want a flight from San Francisco to New York on American Airlines. You want to leave today at 7:15 am and come back on March 9th at 4:45 pm. This would be 1 ticket for Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "later today", + "today" + ], + "destination_city": [ + "NYC", + "New York" + ], + "inbound_departure_time": [ + "16:45", + "4:45 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "7:15 am", + "7:15 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of March", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that sounds about right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "New York", + "inbound_departure_time": "16:45", + "origin_city": "San Francisco", + "outbound_departure_time": "07:15", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "20:11", + "inbound_departure_time": "16:45", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "16:31", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "205", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I've got your ticket ordered and ready." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "later today", + "today" + ], + "destination_city": [ + "NYC", + "New York" + ], + "inbound_departure_time": [ + "16:45", + "4:45 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "7:15 am", + "7:15 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of March", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for all of the help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "later today", + "today" + ], + "destination_city": [ + "NYC", + "New York" + ], + "inbound_departure_time": [ + "16:45", + "4:45 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "7:15 am", + "7:15 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of March", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. That should do it. Bye." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "19_00076", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to buy tickets for a short trip I'm planning period I want a premium economy ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:30" + ], + "slot": "outbound_departure_time", + "values": [ + "07:30" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "outbound_departure_time", + "start": 42 + }, + { + "exclusive_end": 13, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "07:30" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From New York, and I want to leave around 07:30." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you planning to return and do you have an airline you would prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "return_date", + "start": 29 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "07:30" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to come back on the 10th of this month and I'd like to fly on Delta airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time would you like to come back on the 10th and when do you want to leave? Also where are you planning to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver, BC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:15" + ], + "slot": "inbound_departure_time", + "values": [ + "17:15" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 140, + "slot": "destination_city", + "start": 127 + }, + { + "exclusive_end": 104, + "slot": "departure_date", + "start": 87 + }, + { + "exclusive_end": 44, + "slot": "inbound_departure_time", + "start": 39 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "inbound_departure_time": [ + "17:15" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "07:30" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to come back at approximately 17:15 on my return and I'd like to leave on the 8th of this month period The trip is to Vancouver, BC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:30" + ], + "slot": "outbound_departure_time", + "values": [ + "7:30 AM" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:15" + ], + "slot": "inbound_departure_time", + "values": [ + "5:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 38 + }, + { + "exclusive_end": 59, + "slot": "destination_city", + "start": 50 + }, + { + "exclusive_end": 89, + "slot": "departure_date", + "start": 78 + }, + { + "exclusive_end": 113, + "slot": "return_date", + "start": 103 + }, + { + "exclusive_end": 170, + "slot": "outbound_departure_time", + "start": 163 + }, + { + "exclusive_end": 124, + "slot": "inbound_departure_time", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm for me, traveling from New York to Vancouver on Delta airlines next Friday returning on March 10th at 5:15 pm. The onward flight will be leaving at 7:30 AM. You'll be sitting in premium economy and it's 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of this month", + "next Friday" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "inbound_departure_time": [ + "17:15", + "5:15 pm" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "07:30", + "7:30 AM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all correct, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_city": "Vancouver", + "inbound_departure_time": "17:15", + "origin_city": "New York", + "outbound_departure_time": "07:30", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "06:46", + "inbound_departure_time": "17:05", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:59", + "outbound_departure_time": "07:30", + "passengers": "1", + "price": "548", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + } + ], + "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": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of this month", + "next Friday" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "inbound_departure_time": [ + "17:15", + "5:15 pm" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "07:30", + "7:30 AM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help today, that's everything I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thanks for calling, enjoy your day." + } + ] + }, + { + "dialogue_id": "19_00077", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, England" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "08:15" + ], + "slot": "inbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "destination_city", + "start": 28 + }, + { + "exclusive_end": 125, + "slot": "inbound_departure_time", + "start": 118 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "London, England" + ], + "inbound_departure_time": [ + "8:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning for a trip to London, England. Can you help me to buy flight tickets and the return time will be around 8:15 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In which Airlines do I search for the tickets, any suggestion?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "destination_city": [ + "London, England" + ], + "inbound_departure_time": [ + "8:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please search it in Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Give me the dates of your trip, so that I can search." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "later today" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "departure_date", + "start": 16 + }, + { + "exclusive_end": 39, + "slot": "outbound_departure_time", + "start": 31 + }, + { + "exclusive_end": 68, + "slot": "return_date", + "start": 60 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "London, England" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving on later today at 10:15 am and will be back on the 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your present location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "origin_city", + "start": 4 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "London, England" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "its Philadelphia, from where I am going to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:15" + ], + "slot": "inbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "origin_city", + "start": 46 + }, + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 62 + }, + { + "exclusive_end": 90, + "slot": "departure_date", + "start": 85 + }, + { + "exclusive_end": 150, + "slot": "return_date", + "start": 140 + }, + { + "exclusive_end": 102, + "slot": "outbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 161, + "slot": "inbound_departure_time", + "start": 154 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm : A Delta Airlines Flight from Philadelphia to London which leaves on today at 10:15 am and the return flight will leaves on March 13th at 8:15 am. An Economy class ticket for 1 person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "08:00" + ], + "slot": "inbound_departure_time", + "values": [ + "morning 8" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "inbound_departure_time", + "start": 34 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "later today", + "today" + ], + "destination_city": [ + "London", + "London, England" + ], + "inbound_departure_time": [ + "morning 8" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "return_date": [ + "March 13th", + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you change the return time to morning 8?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "08:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "inbound_departure_time", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, please confirm for the return flight time at 8 am for the Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "later today", + "today" + ], + "destination_city": [ + "London", + "London, England" + ], + "inbound_departure_time": [ + "8 am", + "morning 8" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is okay. Please check with the origin Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "London", + "inbound_departure_time": "08:00", + "origin_city": "Philadelphia", + "outbound_departure_time": "10:15", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I could not make it as you required. Do you want me to do anyother help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "the 4th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 33 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "London", + "London, England" + ], + "inbound_departure_time": [ + "8 am", + "morning 8" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, can you check the flight on the 4th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "origin_city", + "start": 45 + }, + { + "exclusive_end": 67, + "slot": "destination_city", + "start": 61 + }, + { + "exclusive_end": 95, + "slot": "departure_date", + "start": 84 + }, + { + "exclusive_end": 155, + "slot": "return_date", + "start": 145 + }, + { + "exclusive_end": 107, + "slot": "outbound_departure_time", + "start": 99 + }, + { + "exclusive_end": 163, + "slot": "inbound_departure_time", + "start": 159 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: A Delta Airlines Flight from Philadelphia to London which leaves on next Monday at 10:15 am and the return flight will leaves on March 13th at 8 am. An Economy class ticket for 1 person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "quarter to 7 in the morning" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 88, + "slot": "outbound_departure_time", + "start": 61 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "next Monday", + "the 4th" + ], + "destination_city": [ + "London", + "London, England" + ], + "inbound_departure_time": [ + "8 am", + "morning 8" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "quarter to 7 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you check with Southwest Airlines for the departure time quarter to 7 in the morning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm to book on southwest Airlines for departure time 6:45 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "next Monday", + "the 4th" + ], + "destination_city": [ + "London", + "London, England" + ], + "inbound_departure_time": [ + "8 am", + "morning 8" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "6:45 am", + "quarter to 7 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is perfect. Let me know the destination Airport name." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_city": "London", + "inbound_departure_time": "08:00", + "origin_city": "Philadelphia", + "outbound_departure_time": "06:45", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I could not make the booking and tell me you need any more help from me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "next Monday", + "the 4th" + ], + "destination_city": [ + "London", + "London, England" + ], + "inbound_departure_time": [ + "8 am", + "morning 8" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "6:45 am", + "quarter to 7 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's okay." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00078", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "morning 9:15" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 63 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "outbound_departure_time": [ + "morning 9:15" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a short trip. Can you buy a ticket leaving around morning 9:15?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Where are you leaving from? What date will you leave? And when do you want to book a returning flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "March 8th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "03:00" + ], + "slot": "inbound_departure_time", + "values": [ + "3 o\"clock in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 32 + }, + { + "exclusive_end": 105, + "slot": "inbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "inbound_departure_time": [ + "3 o\"clock in the morning" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "morning 9:15" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Seattle, WA on March 8th. I'd like my return flight to leave at 3 o\"clock in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, what airline would you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 8th" + ], + "inbound_departure_time": [ + "3 o\"clock in the morning" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "morning 9:15" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Delta Airlines, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great. Where are you going? And what day will you come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "destination_city", + "start": 13 + }, + { + "exclusive_end": 72, + "slot": "return_date", + "start": 54 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "3 o\"clock in the morning" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "morning 9:15" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Vancouver, and I'd like to return on the 14th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "03:00" + ], + "slot": "inbound_departure_time", + "values": [ + "3 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "origin_city", + "start": 64 + }, + { + "exclusive_end": 84, + "slot": "destination_city", + "start": 75 + }, + { + "exclusive_end": 159, + "slot": "departure_date", + "start": 148 + }, + { + "exclusive_end": 195, + "slot": "return_date", + "start": 185 + }, + { + "exclusive_end": 170, + "slot": "outbound_departure_time", + "start": 163 + }, + { + "exclusive_end": 203, + "slot": "inbound_departure_time", + "start": 199 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Fantastic. Please confirm that you'd like to book 1 flight from Seattle to Vancouver with Delta Airlines in the Economy class. You'd like to depart next Friday at 9:15 am and return on March 14th at 3 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "3 am", + "3 o\"clock in the morning" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "9:15 am", + "morning 9:15" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_city": "Vancouver", + "inbound_departure_time": "03:00", + "origin_city": "Seattle", + "outbound_departure_time": "09:15", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "14:47", + "inbound_departure_time": "03:20", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "308", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "origin_city", + "start": 70 + }, + { + "exclusive_end": 91, + "slot": "destination_city", + "start": 82 + }, + { + "exclusive_end": 103, + "slot": "departure_date", + "start": 92 + }, + { + "exclusive_end": 132, + "slot": "return_date", + "start": 122 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I couldn't reserve the ticket. I have another ticket departing Seattle for Vancouver next Friday, and returning on March 14th with Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "3 am", + "3 o\"clock in the morning" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "9:15 am", + "morning 9:15" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds alright." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_city": "Vancouver", + "inbound_departure_time": "03:00", + "origin_city": "Seattle", + "outbound_departure_time": "09:15", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "14:47", + "inbound_departure_time": "03:20", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "308", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Good, your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "3 am", + "3 o\"clock in the morning" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "9:15 am", + "morning 9:15" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that'll be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a good weekend." + } + ] + }, + { + "dialogue_id": "19_00079", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to go on a short trip, so can you help me buy flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you visiting?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to London." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What's the date and time you want to leave, and what time do you want the return flight to be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "this Sunday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "00:45" + ], + "slot": "inbound_departure_time", + "values": [ + "0:45 in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "seven am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "departure_date", + "start": 12 + }, + { + "exclusive_end": 64, + "slot": "inbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 100, + "slot": "outbound_departure_time", + "start": 92 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "London" + ], + "inbound_departure_time": [ + "0:45 in the morning" + ], + "outbound_departure_time": [ + "seven am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving this Sunday and want to leave at 0:45 in the morning, but I can leave at around seven am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from, and when are you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 52, + "slot": "return_date", + "start": 44 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "London" + ], + "inbound_departure_time": [ + "0:45 in the morning" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "seven am" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from SFO and want to be back on the 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preferred airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "London" + ], + "inbound_departure_time": [ + "0:45 in the morning" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "seven am" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "7 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "00:45" + ], + "slot": "inbound_departure_time", + "values": [ + "0:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "origin_city", + "start": 50 + }, + { + "exclusive_end": 73, + "slot": "destination_city", + "start": 67 + }, + { + "exclusive_end": 125, + "slot": "departure_date", + "start": 107 + }, + { + "exclusive_end": 157, + "slot": "return_date", + "start": 147 + }, + { + "exclusive_end": 81, + "slot": "outbound_departure_time", + "start": 77 + }, + { + "exclusive_end": 198, + "slot": "inbound_departure_time", + "start": 191 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirm the following details: You're flying from San Francisco to London at 7 am on American Airlines the day after tomorrow. You're returning on March 13th, and the return flight leaves at 0:45 am. The ticket is for 1 person in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "London" + ], + "inbound_departure_time": [ + "0:45 am", + "0:45 in the morning" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "7 am", + "seven am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that's good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "London", + "inbound_departure_time": "00:45", + "origin_city": "San Francisco", + "outbound_departure_time": "07:00", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I couldn't book the ticket, but do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "London" + ], + "inbound_departure_time": [ + "0:45 am", + "0:45 in the morning" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "7 am", + "seven am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00080", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "15:15" + ], + "slot": "inbound_departure_time", + "values": [ + "3:15 in the afternoon" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 97, + "slot": "inbound_departure_time", + "start": 76 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "inbound_departure_time": [ + "3:15 in the afternoon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need flight tickets for a short trip. The return flight needs to leave at 3:15 in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you departing from, where are you going, and when are returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "7th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "destination_city", + "start": 42 + }, + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 84, + "slot": "return_date", + "start": 72 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "3:15 in the afternoon" + ], + "origin_city": [ + "San Francisco" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from San Francisco, going to Portland and returning on the 7th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What airline do you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "3:15 in the afternoon" + ], + "origin_city": [ + "San Francisco" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like Southwest Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date and time do you want to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "March 3rd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "08:15" + ], + "slot": "outbound_departure_time", + "values": [ + "08:15" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 29 + }, + { + "exclusive_end": 25, + "slot": "outbound_departure_time", + "start": 20 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "3:15 in the afternoon" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "08:15" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to depart at 08:15 on March 3rd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:15" + ], + "slot": "inbound_departure_time", + "values": [ + "3:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "origin_city", + "start": 48 + }, + { + "exclusive_end": 73, + "slot": "destination_city", + "start": 65 + }, + { + "exclusive_end": 144, + "slot": "departure_date", + "start": 126 + }, + { + "exclusive_end": 209, + "slot": "return_date", + "start": 196 + }, + { + "exclusive_end": 155, + "slot": "outbound_departure_time", + "start": 148 + }, + { + "exclusive_end": 195, + "slot": "inbound_departure_time", + "start": 188 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 ticket in Economy class departing from San Francisco to Portland on Southwest Airlines. The onward flight leaves the day after tomorrow at 8:15 am and the return flight leaves at 3:15 pm next Thursday. Does that work for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "3:15 in the afternoon", + "3:15 pm" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "08:15", + "8:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "7th of March", + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_city": "Portland", + "inbound_departure_time": "15:15", + "origin_city": "San Francisco", + "outbound_departure_time": "08:15", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "17:08", + "inbound_departure_time": "15:15", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "12:08", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "158", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight has been booked." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "3:15 in the afternoon", + "3:15 pm" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "08:15", + "8:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "7th of March", + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for everything. That is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00081", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "destination_city", + "start": 29 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a short trip to SFO. Can you help me book flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:45" + ], + "slot": "outbound_departure_time", + "values": [ + "quarter to 2 in the afternoon" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "return_date", + "start": 24 + }, + { + "exclusive_end": 121, + "slot": "outbound_departure_time", + "start": 92 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ], + "outbound_departure_time": [ + "quarter to 2 in the afternoon" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to return on the 14th of this month. For the day of the trip, I want to leave around quarter to 2 in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which airline were you thinking of? Also, what time do you want for the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:30" + ], + "slot": "inbound_departure_time", + "values": [ + "afternoon 1:30" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 114, + "slot": "inbound_departure_time", + "start": 100 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "afternoon 1:30" + ], + "outbound_departure_time": [ + "quarter to 2 in the afternoon" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I tend to travel in Economy with a preference for Southwest Airlines. I would probably leave around afternoon 1:30 when heading back for the return flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From where would you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "the 3rd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 29 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "afternoon 1:30" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "quarter to 2 in the afternoon" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Atlanta. On the 3rd, I'll be leaving." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:45" + ], + "slot": "outbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:30" + ], + "slot": "inbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 73, + "slot": "origin_city", + "start": 66 + }, + { + "exclusive_end": 117, + "slot": "destination_city", + "start": 104 + }, + { + "exclusive_end": 202, + "slot": "departure_date", + "start": 184 + }, + { + "exclusive_end": 236, + "slot": "return_date", + "start": 226 + }, + { + "exclusive_end": 266, + "slot": "outbound_departure_time", + "start": 259 + }, + { + "exclusive_end": 305, + "slot": "inbound_departure_time", + "start": 298 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm the accuracy, please? You said the flight is from Atlanta, the flight heads straight to San Francisco, the airlines is Southwest Airlines, the date of departure is the day after tomorrow, the date of return is March 14th, the flight leaves at 1:45 pm, the return flights departs at 1:30 pm, your seating class is Economy, and the number of passengers who are going is 1." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "1:30 pm", + "afternoon 1:30" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "1:45 pm", + "quarter to 2 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "inbound_departure_time": "13:30", + "origin_city": "Atlanta", + "outbound_departure_time": "13:45", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "22:44", + "inbound_departure_time": "13:25", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:15", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "275", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I had confirmed your flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "1:30 pm", + "afternoon 1:30" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "1:45 pm", + "quarter to 2 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else that I can gladly help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "1:30 pm", + "afternoon 1:30" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "1:45 pm", + "quarter to 2 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you. I'm fine for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you, enjoy the rest of your day!" + } + ] + }, + { + "dialogue_id": "19_00082", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find plane tickets for an upcoming trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes I can. Where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What will be your return date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "return_date", + "start": 33 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Los Angeles" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would be needing to be back by the 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preference on which airline you would like to fly with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "origin_city": [ + "Los Angeles" + ], + "passengers": [ + "2" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please see if you are able to find two tickets with Southwest Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day will you need the flight tickets and what city are you traveling from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 22 + }, + { + "exclusive_end": 78, + "slot": "departure_date", + "start": 66 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Los Angeles" + ], + "passengers": [ + "2" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be coming from Atlanta and I will need the tickets for the 8th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preferred on what you would like for your return flight leave time to be." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:00" + ], + "slot": "inbound_departure_time", + "values": [ + "two pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "inbound_departure_time", + "start": 53 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "two pm" + ], + "origin_city": [ + "Los Angeles" + ], + "passengers": [ + "2" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, can you see if there is something available for two pm?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time would you like your onward flight leave time to be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_departure_time", + "values": [ + "14:15" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "outbound_departure_time", + "start": 27 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "two pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "14:15" + ], + "passengers": [ + "2" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "If they have something for 14:15 that would be wonderful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_departure_time", + "values": [ + "2:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:00" + ], + "slot": "inbound_departure_time", + "values": [ + "2 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 119, + "slot": "origin_city", + "start": 108 + }, + { + "exclusive_end": 140, + "slot": "destination_city", + "start": 133 + }, + { + "exclusive_end": 81, + "slot": "departure_date", + "start": 70 + }, + { + "exclusive_end": 190, + "slot": "return_date", + "start": 180 + }, + { + "exclusive_end": 229, + "slot": "outbound_departure_time", + "start": 222 + }, + { + "exclusive_end": 270, + "slot": "inbound_departure_time", + "start": 266 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, so I have you 2 economy class seats with Southwest Airlines for next Friday. You will be leaving from Los Angeles and going to Atlanta. Your date for return is scheduled for March 11th with the onward flight time of 2:15 pm and the return flight will leave at 2 pm. Does that sound right to you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "2 pm", + "two pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "14:15", + "2:15 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "inbound_departure_time": "14:00", + "origin_city": "Los Angeles", + "outbound_departure_time": "14:15", + "passengers": "2", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I apologize for the inconvenience however, I was not able to reserve this ticket. Would you like something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "2 pm", + "two pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "14:15", + "2:15 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you see if United Airlines have something available for what I need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_departure_time", + "values": [ + "2:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:00" + ], + "slot": "inbound_departure_time", + "values": [ + "2 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 114, + "slot": "origin_city", + "start": 103 + }, + { + "exclusive_end": 135, + "slot": "destination_city", + "start": 128 + }, + { + "exclusive_end": 72, + "slot": "departure_date", + "start": 61 + }, + { + "exclusive_end": 184, + "slot": "return_date", + "start": 174 + }, + { + "exclusive_end": 223, + "slot": "outbound_departure_time", + "start": 216 + }, + { + "exclusive_end": 252, + "slot": "inbound_departure_time", + "start": 248 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I have 2 economy class tickets for United Airlines for next Friday, in which you are coming from Los Angeles and going to Atlanta. The return day home is scheduled for March 11th, your onward flight departs at 2:15 pm and your return time is 2 pm. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "2 pm", + "two pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "14:15", + "2:15 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds perfect. Can you tell me what airport I will be departing from and does this flight have 0 stops?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "inbound_departure_time": "14:00", + "origin_city": "Los Angeles", + "outbound_departure_time": "14:15", + "passengers": "2", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Wow, I am so sorry to but I was not able to book that flight either, Is there something else I can do for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "2 pm", + "two pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "14:15", + "2:15 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is not necessary thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry again and enjoy your day." + } + ] + }, + { + "dialogue_id": "19_00083", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:30" + ], + "slot": "outbound_departure_time", + "values": [ + "14:30" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 98, + "slot": "outbound_departure_time", + "start": 93 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "outbound_departure_time": [ + "14:30" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be going on a trip soon. Can you book flight tickets for me? I'm hoping to leave around 14:30." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem. Where to and from, and what day do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "Saturday this week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "destination_city", + "start": 21 + }, + { + "exclusive_end": 68, + "slot": "departure_date", + "start": 50 + }, + { + "exclusive_end": 17, + "slot": "origin_city", + "start": 15 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "14:30" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going from NY to San Francisco and leaving on Saturday this week. Any ticket in Economy class is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are your preferred airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "14:30" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I usually fly Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. When do you plan to fly back and what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "11:00" + ], + "slot": "inbound_departure_time", + "values": [ + "eleven in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "inbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 33, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "eleven in the morning" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "14:30" + ], + "return_date": [ + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be flying back on March 13th, preferably around eleven in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:30" + ], + "slot": "outbound_departure_time", + "values": [ + "2:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:00" + ], + "slot": "inbound_departure_time", + "values": [ + "11 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 104, + "slot": "origin_city", + "start": 96 + }, + { + "exclusive_end": 121, + "slot": "destination_city", + "start": 108 + }, + { + "exclusive_end": 142, + "slot": "departure_date", + "start": 134 + }, + { + "exclusive_end": 181, + "slot": "return_date", + "start": 171 + }, + { + "exclusive_end": 153, + "slot": "outbound_departure_time", + "start": 146 + }, + { + "exclusive_end": 190, + "slot": "inbound_departure_time", + "start": 185 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, just to confirm, you'd like to book 1 round-trip ticket in Economy with Delta Airlines from New York to San Francisco, flying out tomorrow at 2:30 pm and returning on March 13th at 11 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:00" + ], + "slot": "inbound_departure_time", + "values": [ + "14:00" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "inbound_departure_time", + "start": 41 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "14:00" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "14:30", + "2:30 pm" + ], + "return_date": [ + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, actually, can you change the time to 14:00 for the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "14:00" + ], + "slot": "inbound_departure_time", + "values": [ + "2 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "inbound_departure_time", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, just to confirm, your return flight will be at 2 pm in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "the 12th" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "return_date", + "start": 43 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "14:00", + "2 pm" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "14:30", + "2:30 pm" + ], + "return_date": [ + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh also, can you change the return date to the 12th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:00" + ], + "slot": "inbound_departure_time", + "values": [ + "2 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "return_date", + "start": 53 + }, + { + "exclusive_end": 71, + "slot": "inbound_departure_time", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, just to confirm, your return flight will be on March 12th at 2 pm. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "14:00", + "2 pm" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "14:30", + "2:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect. Which airport am I flying to and is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_city": "San Francisco", + "inbound_departure_time": "14:00", + "origin_city": "New York", + "outbound_departure_time": "14:30", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, it looks like there's some kind of error and I'm not able to book that ticket. Can I reserve something else for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "14:00", + "2 pm" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "14:30", + "2:30 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to make that reservation. My plans might change, though, so the tickets need to be refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:30" + ], + "slot": "outbound_departure_time", + "values": [ + "2:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:00" + ], + "slot": "inbound_departure_time", + "values": [ + "2 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 113, + "slot": "origin_city", + "start": 105 + }, + { + "exclusive_end": 130, + "slot": "destination_city", + "start": 117 + }, + { + "exclusive_end": 148, + "slot": "departure_date", + "start": 140 + }, + { + "exclusive_end": 187, + "slot": "return_date", + "start": 177 + }, + { + "exclusive_end": 159, + "slot": "outbound_departure_time", + "start": 152 + }, + { + "exclusive_end": 195, + "slot": "inbound_departure_time", + "start": 191 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, I'll try again. Just to confirm, I'm booking 1 round-trip ticket in Economy with Delta Airlines from New York to San Francisco, leaving tomorrow at 2:30 pm and returning on March 12th at 2 pm. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "14:00", + "2 pm" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "14:30", + "2:30 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_city": "San Francisco", + "inbound_departure_time": "14:00", + "origin_city": "New York", + "outbound_departure_time": "14:30", + "passengers": "1", + "refundable": "True", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I'm getting an error again and can't make the reservation. Is there something else you'd want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "14:00", + "2 pm" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "14:30", + "2:30 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, forget about it. Thanks for your help anyways." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, have a good day." + } + ] + }, + { + "dialogue_id": "19_00084", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "12:45" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 123, + "slot": "outbound_departure_time", + "start": 118 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "outbound_departure_time": [ + "12:45" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning a short trip, can you help me get the tickets? I want to fly with American Airlines. I want to leave at 12:45." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to fly back? What date are you returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:45" + ], + "slot": "inbound_departure_time", + "values": [ + "7:45 in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "inbound_departure_time", + "start": 23 + }, + { + "exclusive_end": 84, + "slot": "return_date", + "start": 71 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "inbound_departure_time": [ + "7:45 in the morning" + ], + "outbound_departure_time": [ + "12:45" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to come back at 7:45 in the morning. I want to get back home on 13th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you planning on leaving? Where are you travelling to? Where do you want to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "CDMX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "destination_city", + "start": 14 + }, + { + "exclusive_end": 52, + "slot": "departure_date", + "start": 39 + }, + { + "exclusive_end": 79, + "slot": "origin_city", + "start": 72 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "CDMX" + ], + "inbound_departure_time": [ + "7:45 in the morning" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "12:45" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to CDMX. I plan to leave on 10th of March. I am leaving from Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "12:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:45" + ], + "slot": "inbound_departure_time", + "values": [ + "7:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "origin_city", + "start": 45 + }, + { + "exclusive_end": 67, + "slot": "destination_city", + "start": 56 + }, + { + "exclusive_end": 119, + "slot": "departure_date", + "start": 109 + }, + { + "exclusive_end": 156, + "slot": "return_date", + "start": 146 + }, + { + "exclusive_end": 131, + "slot": "outbound_departure_time", + "start": 123 + }, + { + "exclusive_end": 167, + "slot": "inbound_departure_time", + "start": 160 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let's confirm the following: The flight from Chicago to Mexico City flying with American Airlines. Departing March 10th at 12:45 pm and returning March 13th at 7:45 am. The seating will be Economy and it's for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of March", + "March 10th" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "7:45 am", + "7:45 in the morning" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "12:45", + "12:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah that all sounds good. Is there only 0 stops? And, Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_city": "Mexico City", + "inbound_departure_time": "07:45", + "origin_city": "Chicago", + "outbound_departure_time": "12:45", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "20:12", + "inbound_departure_time": "08:05", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "12:30", + "passengers": "1", + "price": "330", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 120, + "slot": "origin_city", + "start": 113 + }, + { + "exclusive_end": 135, + "slot": "destination_city", + "start": 124 + }, + { + "exclusive_end": 187, + "slot": "departure_date", + "start": 177 + }, + { + "exclusive_end": 224, + "slot": "return_date", + "start": 214 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry I couldn't book your ticket. The number of stops is one. and the ticket is non-refundable. The flight from Chicago to Mexico City flying with American Airlines. Departing March 10th at 12:45 pm and returning March 13th at 7:45 am. The seating will be Economy and it's for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of March", + "March 10th" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "7:45 am", + "7:45 in the morning" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "12:45", + "12:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry about that. Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of March", + "March 10th" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "7:45 am", + "7:45 in the morning" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "12:45", + "12:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, sorry." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "19_00085", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_city", + "start": 36 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you help me find tickets from San Francisco for a short trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to go and what time would you like to leave? Do you have a favorite airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LAX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "12:45 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "destination_city", + "start": 13 + }, + { + "exclusive_end": 69, + "slot": "outbound_departure_time", + "start": 61 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "12:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will go to LAX and like to travel on Southwest Airlines at 12:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want the return flight to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "22:15" + ], + "slot": "inbound_departure_time", + "values": [ + "quarter past 10 in the night" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "inbound_departure_time", + "start": 29 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "quarter past 10 in the night" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "12:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to leave around quarter past 10 in the night for the return." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "return_date", + "start": 24 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "quarter past 10 in the night" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "12:45 pm" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return on the 12th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "departure_date", + "start": 14 + }, + { + "exclusive_end": 97, + "slot": "return_date", + "start": 84 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "quarter past 10 in the night" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "12:45 pm" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will depart next Monday and prefer Premium Economy. Please make the return on the 13th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "12:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "22:15" + ], + "slot": "inbound_departure_time", + "values": [ + "10:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_city", + "start": 43 + }, + { + "exclusive_end": 83, + "slot": "destination_city", + "start": 72 + }, + { + "exclusive_end": 137, + "slot": "departure_date", + "start": 126 + }, + { + "exclusive_end": 169, + "slot": "return_date", + "start": 159 + }, + { + "exclusive_end": 209, + "slot": "outbound_departure_time", + "start": 201 + }, + { + "exclusive_end": 250, + "slot": "inbound_departure_time", + "start": 242 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you want to leave from San Francisco and will go to Los Angeles on Southwest Airlines. The flight will be next Monday and the return is on March 13th. The outbound flight leaves at 12:45 pm and the return flight leaves at 10:15 pm. You want 1 ticket on premium economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 30 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "10:15 pm", + "quarter past 10 in the night" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "12:45 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, actually I'm leaving from Paris and there are three people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you want to leave from Paris and need 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "number_stops" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "10:15 pm", + "quarter past 10 in the night" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "12:45 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that is right. Does the flight have one stop? When will my return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_city": "Los Angeles", + "inbound_departure_time": "22:15", + "origin_city": "Paris", + "outbound_departure_time": "12:45", + "passengers": "3", + "return_date": "2019-03-13", + "seating_class": "Premium Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I was not able to make that booking. Do you need something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "10:15 pm", + "quarter past 10 in the night" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "12:45 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No but thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a super day." + } + ] + }, + { + "dialogue_id": "19_00086", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm planning a trip, can you help choose a flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Air France", + "United Airlines" + ], + "slot": "airlines", + "values": [ + "Air France", + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preferred airline? Perhaps Air France, United Airlines or any other carrier? Where are you planning to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "destination_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Seattle, WA and I like United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be leaving from and when would you like to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "05:30" + ], + "slot": "inbound_departure_time", + "values": [ + "05:30" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "inbound_departure_time", + "start": 14 + }, + { + "exclusive_end": 50, + "slot": "origin_city", + "start": 42 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "05:30" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Return around 05:30. I'll be leaving from Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date and time do you want to leave? What date do you want to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "5th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "morning 7" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 19 + }, + { + "exclusive_end": 69, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 105, + "slot": "return_date", + "start": 92 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "05:30" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "morning 7" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on the 5th of this month. I'd like to go around morning 7. I want to return the 13th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "7 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "05:30" + ], + "slot": "inbound_departure_time", + "values": [ + "5:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "origin_city", + "start": 31 + }, + { + "exclusive_end": 50, + "slot": "destination_city", + "start": 43 + }, + { + "exclusive_end": 118, + "slot": "departure_date", + "start": 106 + }, + { + "exclusive_end": 140, + "slot": "return_date", + "start": 130 + }, + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 174, + "slot": "inbound_departure_time", + "start": 167 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To verify: You are flying from Portland to Seattle on United Airlines leaving at 7 am. You wish to depart next Tuesday and return March 13th. Your return flight is at 5:30 am I have an economy seat for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "5th of this month", + "next Tuesday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "05:30", + "5:30 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7 am", + "morning 7" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_city": "Seattle", + "inbound_departure_time": "05:30", + "origin_city": "Portland", + "outbound_departure_time": "07:00", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "06:28", + "inbound_departure_time": "05:30", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "08:13", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "82", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "origin_city", + "start": 84 + }, + { + "exclusive_end": 103, + "slot": "destination_city", + "start": 96 + }, + { + "exclusive_end": 116, + "slot": "departure_date", + "start": 104 + }, + { + "exclusive_end": 144, + "slot": "return_date", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry, I was unable to book your flight. There is a United Airlines flight from Portland to Seattle next Tuesday with a return on March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "5th of this month", + "next Tuesday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "05:30", + "5:30 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7 am", + "morning 7" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00087", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm planning a short trip, can you help me buy plane tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the date and time you'd like to depart and return? Do you have any preference of airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:30" + ], + "slot": "inbound_departure_time", + "values": [ + "12:30" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "quarter to 1 in the afternoon" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 133, + "slot": "inbound_departure_time", + "start": 128 + }, + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 58 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "inbound_departure_time": [ + "12:30" + ], + "outbound_departure_time": [ + "quarter to 1 in the afternoon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah I prefer Delta Airlines and I plan to leave around a quarter to 1 in the afternoon. I'd like my return flight to be around 12:30." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date are you planning on departing and returning on, and from where?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "sunday this week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 23 + }, + { + "exclusive_end": 51, + "slot": "origin_city", + "start": 46 + }, + { + "exclusive_end": 94, + "slot": "return_date", + "start": 78 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "inbound_departure_time": [ + "12:30" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "quarter to 1 in the afternoon" + ], + "return_date": [ + "sunday this week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh, I'm leaving on the 1st of this month from Vegas. I'd like to come back on sunday this week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver, BC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "inbound_departure_time": [ + "12:30" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "quarter to 1 in the afternoon" + ], + "return_date": [ + "sunday this week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to go to Vancouver, BC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "12:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:30" + ], + "slot": "inbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "origin_city", + "start": 28 + }, + { + "exclusive_end": 56, + "slot": "destination_city", + "start": 47 + }, + { + "exclusive_end": 92, + "slot": "departure_date", + "start": 87 + }, + { + "exclusive_end": 147, + "slot": "return_date", + "start": 129 + }, + { + "exclusive_end": 104, + "slot": "outbound_departure_time", + "start": 96 + }, + { + "exclusive_end": 159, + "slot": "inbound_departure_time", + "start": 151 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, so you are leaving from Las Vegas going to vancouver. The departing flight will be today at 12:45 pm. The return date is the day after tomorrow at 12:30 pm. The flight will be with Delta Airlines, Economy class for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Vancouver, BC", + "vancouver" + ], + "inbound_departure_time": [ + "12:30", + "12:30 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "12:45 pm", + "quarter to 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "day after tomorrow", + "sunday this week" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "inbound_departure_time": "12:30", + "origin_city": "Las Vegas", + "outbound_departure_time": "12:45", + "passengers": "1", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "21:35", + "inbound_departure_time": "12:20", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "12:20", + "passengers": "1", + "price": "222", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "origin_city", + "start": 48 + }, + { + "exclusive_end": 70, + "slot": "destination_city", + "start": 61 + }, + { + "exclusive_end": 114, + "slot": "departure_date", + "start": 109 + }, + { + "exclusive_end": 158, + "slot": "return_date", + "start": 140 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry but I could not book your ticket from Las Vegas to Vancouver for the Delta Airlines flight Leaving today, and the return flight a day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC", + "vancouver" + ], + "inbound_departure_time": [ + "12:30", + "12:30 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "12:45 pm", + "quarter to 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "day after tomorrow", + "sunday this week" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh, Thats fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "inbound_departure_time": "12:30", + "origin_city": "Las Vegas", + "outbound_departure_time": "12:45", + "passengers": "1", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "21:35", + "inbound_departure_time": "12:20", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "12:20", + "passengers": "1", + "price": "222", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC", + "vancouver" + ], + "inbound_departure_time": [ + "12:30", + "12:30 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "12:45 pm", + "quarter to 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "day after tomorrow", + "sunday this week" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will the flight be arriving at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "destination_airport", + "values": [ + "YVR International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "destination_airport", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will arrive at YVR International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC", + "vancouver" + ], + "inbound_departure_time": [ + "12:30", + "12:30 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "12:45 pm", + "quarter to 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "day after tomorrow", + "sunday this week" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, thats all I needed help with." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're very welcome." + } + ] + }, + { + "dialogue_id": "19_00088", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "7 in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 105, + "slot": "outbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 122, + "slot": "origin_city", + "start": 111 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7 in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hi,i need a help, I am interested to a short trip,For my onward trip, i can leave around 7 in the morning from Phoenix, AZ" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, Please tell me more details, When do you want the return flight to leave? and when you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "03:30" + ], + "slot": "inbound_departure_time", + "values": [ + "morning 3:30" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "inbound_departure_time", + "start": 23 + }, + { + "exclusive_end": 106, + "slot": "return_date", + "start": 92 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "inbound_departure_time": [ + "morning 3:30" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7 in the morning" + ], + "return_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to leave around morning 3:30 morning for the return flight and i need to get back on next Wednesday" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any preferred airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "inbound_departure_time": [ + "morning 3:30" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7 in the morning" + ], + "return_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I prefer American Airlines" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you plan to leave and where are you going to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "Sunday this week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "quarter to 1 in the afternoon" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 14 + }, + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 25 + }, + { + "exclusive_end": 91, + "slot": "outbound_departure_time", + "start": 62 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Sunday this week" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "morning 3:30" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "quarter to 1 in the afternoon" + ], + "return_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am goint to Chicago On Sunday this week, i can leave around quarter to 1 in the afternoon" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "12:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "03:30" + ], + "slot": "inbound_departure_time", + "values": [ + "3:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 84, + "slot": "destination_city", + "start": 77 + }, + { + "exclusive_end": 166, + "slot": "departure_date", + "start": 148 + }, + { + "exclusive_end": 204, + "slot": "return_date", + "start": 190 + }, + { + "exclusive_end": 242, + "slot": "outbound_departure_time", + "start": 234 + }, + { + "exclusive_end": 278, + "slot": "inbound_departure_time", + "start": 271 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: The flight is from Phoenix and goes to Chicago, The airlines Name is American Airlines, The departure date is day after tomorrow and the return date is next Wednesday, The onward flight leaves at 12:45 pm and return flight leaves at 3:30 am, Number of passengers is 1 and Seating class is Economy" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Sunday this week", + "day after tomorrow" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "3:30 am", + "morning 3:30" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "12:45 pm", + "quarter to 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that seems good for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Chicago", + "inbound_departure_time": "03:30", + "origin_city": "Phoenix", + "outbound_departure_time": "12:45", + "passengers": "1", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I couldn't book your ticket, Shall i help you with anything more?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "destination_city", + "start": 64 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Sunday this week", + "day after tomorrow" + ], + "destination_city": [ + "San Fran" + ], + "inbound_departure_time": [ + "3:30 am", + "morning 3:30" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "12:45 pm", + "quarter to 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, i need to continue to book the ticket, I am traveling from San Fran" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "12:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "03:30" + ], + "slot": "inbound_departure_time", + "values": [ + "3:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 90, + "slot": "destination_city", + "start": 77 + }, + { + "exclusive_end": 175, + "slot": "departure_date", + "start": 157 + }, + { + "exclusive_end": 213, + "slot": "return_date", + "start": 199 + }, + { + "exclusive_end": 251, + "slot": "outbound_departure_time", + "start": 243 + }, + { + "exclusive_end": 287, + "slot": "inbound_departure_time", + "start": 280 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: The flight is from Phoenix and goes to San Francisco, The airlines Name is American Airlines and the departure date is day after tomorrow and the return date is next Wednesday, The onward flight leaves at 12:45 pm and return flight leaves at 3:30 am, Number of passengers is 1 and Seating class is Economy" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Sunday this week", + "day after tomorrow" + ], + "destination_city": [ + "San Fran", + "San Francisco" + ], + "inbound_departure_time": [ + "3:30 am", + "morning 3:30" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "12:45 pm", + "quarter to 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, That seems good for me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "inbound_departure_time": "03:30", + "origin_city": "Phoenix", + "outbound_departure_time": "12:45", + "passengers": "1", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry again, I couldn't book your ticket, Shall i help you with anything more?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Sunday this week", + "day after tomorrow" + ], + "destination_city": [ + "San Fran", + "San Francisco" + ], + "inbound_departure_time": [ + "3:30 am", + "morning 3:30" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "12:45 pm", + "quarter to 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, Thank you very much for your help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome, have a great day" + } + ] + }, + { + "dialogue_id": "19_00089", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to book flight tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "British Airways", + "United Airlines" + ], + "slot": "airlines", + "values": [ + "British Airways", + "United Airlines" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What airline would you like to fly with? British Airways, United Airlines or another airline maybe? What is your destination and your retunr date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:30" + ], + "slot": "inbound_departure_time", + "values": [ + "2:30 in the afternoon" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "destination_city", + "start": 20 + }, + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 37 + }, + { + "exclusive_end": 119, + "slot": "inbound_departure_time", + "start": 98 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "2:30 in the afternoon" + ], + "origin_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to travel to Los Angeles from Las Vegas with Delta Airlines. I would like to return around 2:30 in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What will the date of return be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "Tuesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "return_date", + "start": 29 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "2:30 in the afternoon" + ], + "origin_city": [ + "Las Vegas" + ], + "return_date": [ + "Tuesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to come back on Tuesday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date and time do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "Saturday this week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:30" + ], + "slot": "outbound_departure_time", + "values": [ + "12:30" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "departure_date", + "start": 19 + }, + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 48 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "2:30 in the afternoon" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "12:30" + ], + "return_date": [ + "Tuesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on Saturday this week at around 12:30." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:30" + ], + "slot": "outbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:30" + ], + "slot": "inbound_departure_time", + "values": [ + "2:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "origin_city", + "start": 63 + }, + { + "exclusive_end": 87, + "slot": "destination_city", + "start": 76 + }, + { + "exclusive_end": 116, + "slot": "departure_date", + "start": 108 + }, + { + "exclusive_end": 155, + "slot": "return_date", + "start": 143 + }, + { + "exclusive_end": 128, + "slot": "outbound_departure_time", + "start": 120 + }, + { + "exclusive_end": 166, + "slot": "inbound_departure_time", + "start": 159 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm the following information: You are flying from Las Vegas to Los Angeles with Delta Airlines tomorrow at 12:30 pm and returning next Tuesday at 2:30 pm. You will be seated in Economy class and the ticket is for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "2:30 in the afternoon", + "2:30 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "12:30", + "12:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Tuesday next week", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes it is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_city": "Los Angeles", + "inbound_departure_time": "14:30", + "origin_city": "Las Vegas", + "outbound_departure_time": "12:30", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am sorry, it is not possible to book your ticket. Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "2:30 in the afternoon", + "2:30 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "12:30", + "12:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Tuesday next week", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00090", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am planning a short trip. Can you help me with locating a flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Certainly. When would you like to depart? Do you have any preferred airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "the 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving on the 10th. I prefer United Airlines if any flights are available." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time would you like to leave, and from what city? When do you plan to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "afternoon 12:45" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "destination_city", + "start": 44 + }, + { + "exclusive_end": 103, + "slot": "outbound_departure_time", + "start": 88 + }, + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 142, + "slot": "return_date", + "start": 129 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "afternoon 12:45" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Seattle, WA and flying to Los Angeles. I would prefer a flight in the afternoon 12:45. I want to return on the 12th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time would you like your return flight to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "23:30" + ], + "slot": "inbound_departure_time", + "values": [ + "11:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "inbound_departure_time", + "start": 24 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "11:30 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "afternoon 12:45" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return around 11:30 pm. Also, I prefer Economy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_departure_time", + "values": [ + "12:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "23:30" + ], + "slot": "inbound_departure_time", + "values": [ + "11:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "origin_city", + "start": 38 + }, + { + "exclusive_end": 173, + "slot": "destination_city", + "start": 162 + }, + { + "exclusive_end": 59, + "slot": "departure_date", + "start": 49 + }, + { + "exclusive_end": 227, + "slot": "return_date", + "start": 217 + }, + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 213, + "slot": "inbound_departure_time", + "start": 205 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, please confirm: You are departing Seattle on March 10th at 12:45 pm, flying on United Airlines. There will be 1 passenger in Economy class. You are flying to Los Angeles, with return flight leaving at 11:30 pm on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "11:30 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "12:45 pm", + "afternoon 12:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "12th of March", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "02:32" + ], + "slot": "inbound_arrival_time", + "values": [ + "2:32 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_city": "Los Angeles", + "inbound_departure_time": "23:30", + "origin_city": "Seattle", + "outbound_departure_time": "12:45", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "02:32", + "inbound_departure_time": "23:45", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "12:30", + "passengers": "1", + "price": "144", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 193, + "slot": "inbound_arrival_time", + "start": 186 + }, + { + "exclusive_end": 98, + "slot": "origin_city", + "start": 91 + }, + { + "exclusive_end": 113, + "slot": "destination_city", + "start": 102 + }, + { + "exclusive_end": 157, + "slot": "departure_date", + "start": 147 + }, + { + "exclusive_end": 182, + "slot": "return_date", + "start": 172 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I was not able to book that ticket. Shall we try again? We're seeking a flight from Seattle to Los Angeles on United Airlines, to depart on March 10th, returning on March 12th at 2:32 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "11:30 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "12:45 pm", + "afternoon 12:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "12th of March", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_city": "Los Angeles", + "inbound_departure_time": "23:30", + "origin_city": "Seattle", + "outbound_departure_time": "12:45", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "02:32", + "inbound_departure_time": "23:45", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "12:30", + "passengers": "1", + "price": "144", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 127, + "slot": "origin_city", + "start": 120 + }, + { + "exclusive_end": 142, + "slot": "destination_city", + "start": 131 + }, + { + "exclusive_end": 164, + "slot": "departure_date", + "start": 154 + }, + { + "exclusive_end": 189, + "slot": "return_date", + "start": 179 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I still could not book that ticket. Do you want to retry? We could search again for United Airlines flights from Seattle to Los Angeles, departing March 10th and returning March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "11:30 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "12:45 pm", + "afternoon 12:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "12th of March", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything more?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "11:30 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "12:45 pm", + "afternoon 12:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "12th of March", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00091", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning a short trip for 1 person. Would you help me find flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Alaska Airlines", + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines", + "Southwest Airlines" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course. Do you have a preferred airline, such as Alaska Airlines or Southwest Airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:15" + ], + "slot": "inbound_departure_time", + "values": [ + "6:15 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 89, + "slot": "inbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 63, + "slot": "origin_city", + "start": 60 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "inbound_departure_time": [ + "6:15 pm" + ], + "origin_city": [ + "ATL" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer Southwest Airlines, please. I will be leaving from ATL, to return around 6:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you want to leave, and when are you returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:30" + ], + "slot": "outbound_departure_time", + "values": [ + "half past 6 in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "the 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 110, + "slot": "return_date", + "start": 102 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "inbound_departure_time": [ + "6:15 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "half past 6 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in Economy. I would like to leave around half past 6 in the morning, and to return on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "On what date do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "March 3rd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "departure_date", + "start": 3 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "inbound_departure_time": [ + "6:15 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "half past 6 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On March 3rd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning to travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SF" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "6:15 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "half past 6 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am visiting SF." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:30" + ], + "slot": "outbound_departure_time", + "values": [ + "6:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:15" + ], + "slot": "inbound_departure_time", + "values": [ + "6:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 111, + "slot": "origin_city", + "start": 104 + }, + { + "exclusive_end": 175, + "slot": "destination_city", + "start": 162 + }, + { + "exclusive_end": 137, + "slot": "departure_date", + "start": 119 + }, + { + "exclusive_end": 204, + "slot": "return_date", + "start": 194 + }, + { + "exclusive_end": 148, + "slot": "outbound_departure_time", + "start": 141 + }, + { + "exclusive_end": 215, + "slot": "inbound_departure_time", + "start": 208 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: I am reserving an Economy seat for 1 passenger on Southwest Airlines. You are departing Atlanta on the day after tomorrow at 6:30 am, arriving in San Francisco, and returning on March 10th at 6:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 101, + "slot": "origin_city", + "start": 90 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 3rd", + "day after tomorrow" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "6:15 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:30 am", + "half past 6 in the morning" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, sorry, change of plans. I will have 2 people in my group, and we will be leaving from Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "origin_city", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, please confirm: you are looking for 2 seats on a flight departing from Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 3rd", + "day after tomorrow" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "6:15 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:30 am", + "half past 6 in the morning" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "inbound_departure_time": "18:15", + "origin_city": "Seattle", + "outbound_departure_time": "06:30", + "passengers": "2", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I was not able to book that reservation. Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 3rd", + "day after tomorrow" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "6:15 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:30 am", + "half past 6 in the morning" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "19_00092", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:30" + ], + "slot": "inbound_departure_time", + "values": [ + "7:30 in the morning" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 110, + "slot": "inbound_departure_time", + "start": 91 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "inbound_departure_time": [ + "7:30 in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me buy some flight tickets for my short trip? My return flight will be around 7:30 in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you plan on visiting? What time do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:45" + ], + "slot": "outbound_departure_time", + "values": [ + "quarter to 6 in the evening" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 79, + "slot": "outbound_departure_time", + "start": 52 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "New York City" + ], + "inbound_departure_time": [ + "7:30 in the morning" + ], + "outbound_departure_time": [ + "quarter to 6 in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to New York City. I can leave around quarter to 6 in the evening." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to leave from and and when do you want to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philly" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "Friday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 61, + "slot": "return_date", + "start": 45 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "New York City" + ], + "inbound_departure_time": [ + "7:30 in the morning" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "quarter to 6 in the evening" + ], + "return_date": [ + "Friday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Philly and want to get back Friday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you plan to leave? Do you have a preferred airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "6th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of March" + ], + "destination_city": [ + "New York City" + ], + "inbound_departure_time": [ + "7:30 in the morning" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "quarter to 6 in the evening" + ], + "return_date": [ + "Friday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to leave 6th of March and I prefer American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:45" + ], + "slot": "outbound_departure_time", + "values": [ + "5:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:30" + ], + "slot": "inbound_departure_time", + "values": [ + "7:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 114, + "slot": "origin_city", + "start": 102 + }, + { + "exclusive_end": 126, + "slot": "destination_city", + "start": 118 + }, + { + "exclusive_end": 164, + "slot": "departure_date", + "start": 150 + }, + { + "exclusive_end": 195, + "slot": "return_date", + "start": 184 + }, + { + "exclusive_end": 232, + "slot": "outbound_departure_time", + "start": 225 + }, + { + "exclusive_end": 261, + "slot": "inbound_departure_time", + "start": 254 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to confirm, you'll be flying American Airlines seating economy for 1 and the flight will be from Philadelphia to New York. The departure date is next Wednesday and return date is next Friday. The onward flight leaves at 5:45 pm and return leaves at 7:30 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of March", + "next Wednesday" + ], + "destination_city": [ + "New York", + "New York City" + ], + "inbound_departure_time": [ + "7:30 am", + "7:30 in the morning" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "5:45 pm", + "quarter to 6 in the evening" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Friday next week", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good. When does the onward flight arrive? How many stops does the flight have?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:26" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:26 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_city": "New York", + "inbound_departure_time": "07:30", + "origin_city": "Philadelphia", + "outbound_departure_time": "17:45", + "passengers": "1", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "08:46", + "inbound_departure_time": "07:55", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "18:26", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "63", + "refundable": "True", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_arrival_time", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirm. The onward flight arrives at 6:26 pm with 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of March", + "next Wednesday" + ], + "destination_city": [ + "New York", + "New York City" + ], + "inbound_departure_time": [ + "7:30 am", + "7:30 in the morning" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "5:45 pm", + "quarter to 6 in the evening" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Friday next week", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00093", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you get me flight tickets for a short trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you depart from? When will you return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "this Sunday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "return_date", + "start": 65 + }, + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 13 + }, + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 27 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "origin_city": [ + "Washington" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving Washington on this Sunday and want to return on the 13th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which airline do you prefer? What time do want to schedule the departure and return flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "03:45" + ], + "slot": "inbound_departure_time", + "values": [ + "morning 3:45" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:45" + ], + "slot": "outbound_departure_time", + "values": [ + "2:45 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 112, + "slot": "inbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 63, + "slot": "outbound_departure_time", + "start": 56 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "inbound_departure_time": [ + "morning 3:45" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "American Airlines is my preference. I will depart about 2:45 pm and the return flight leaves in the morning 3:45." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be visiting?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris, France" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "destination_city", + "start": 32 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Paris, France" + ], + "inbound_departure_time": [ + "morning 3:45" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I enjoy traveling in Economy to Paris, France." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:45" + ], + "slot": "outbound_departure_time", + "values": [ + "2:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "03:45" + ], + "slot": "inbound_departure_time", + "values": [ + "3:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "origin_city", + "start": 45 + }, + { + "exclusive_end": 64, + "slot": "destination_city", + "start": 59 + }, + { + "exclusive_end": 125, + "slot": "departure_date", + "start": 107 + }, + { + "exclusive_end": 252, + "slot": "return_date", + "start": 242 + }, + { + "exclusive_end": 197, + "slot": "outbound_departure_time", + "start": 190 + }, + { + "exclusive_end": 238, + "slot": "inbound_departure_time", + "start": 231 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following: the flight from Washington to Paris is on American Airlines which departs the day after tomorrow. The flight is for 1 passenger in Economy seating and leaves at 2:45 pm and the return flight departs at 3:45 am on March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "3:45 am", + "morning 3:45" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me. How many stops will there be and is the flight ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Paris", + "inbound_departure_time": "03:45", + "origin_city": "Washington", + "outbound_departure_time": "14:45", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "12:05", + "inbound_departure_time": "04:05", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "11:36", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "312", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 149, + "slot": "origin_city", + "start": 139 + }, + { + "exclusive_end": 168, + "slot": "destination_city", + "start": 163 + }, + { + "exclusive_end": 215, + "slot": "departure_date", + "start": 197 + }, + { + "exclusive_end": 241, + "slot": "return_date", + "start": 231 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I apologize, I was unable to book your ticket for a 1 stop flight, and unfortunately the ticket is not refundable. The flight departs from Washington and lands in Paris on American Airlines on the day after tomorrow and returns on March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "3:45 am", + "morning 3:45" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Paris", + "inbound_departure_time": "03:45", + "origin_city": "Washington", + "outbound_departure_time": "14:45", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "12:05", + "inbound_departure_time": "04:05", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "11:36", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "312", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "origin_city", + "start": 51 + }, + { + "exclusive_end": 70, + "slot": "destination_city", + "start": 65 + }, + { + "exclusive_end": 117, + "slot": "departure_date", + "start": 99 + }, + { + "exclusive_end": 160, + "slot": "return_date", + "start": 150 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I apologize, I was unable to book your flight from Washington to Paris on American Airlines on the day after tomorrow with the return flight being on March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "3:45 am", + "morning 3:45" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything further I can assist you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "3:45 am", + "morning 3:45" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "19_00094", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hello, I would like to go on a short trip! Could you help to purchase some flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any preferred airlines you would like to travel with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would love to take an Economy flight on American Airlines!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What would be your preferred departure and return flight times?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "08:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "11:45" + ], + "slot": "outbound_departure_time", + "values": [ + "11:45" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "inbound_departure_time", + "start": 25 + }, + { + "exclusive_end": 107, + "slot": "outbound_departure_time", + "start": 102 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "inbound_departure_time": [ + "8 in the morning" + ], + "outbound_departure_time": [ + "11:45" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to leave at 8 in the morning for my return flight. Also, I would like to leave at around 11:45 for my onward trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When and where are you planning to depart? Also, when would you like to come back from your trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, Wa" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "this Saturday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "destination_city", + "start": 42 + }, + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 25 + }, + { + "exclusive_end": 92, + "slot": "return_date", + "start": 79 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "Seattle, Wa" + ], + "inbound_departure_time": [ + "8 in the morning" + ], + "outbound_departure_time": [ + "11:45" + ], + "return_date": [ + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer departing this Saturday to Seattle, Wa, and subsequently return next Thursday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, where would you like to depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "origin_city", + "start": 28 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "Seattle, Wa" + ], + "inbound_departure_time": [ + "8 in the morning" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "11:45" + ], + "return_date": [ + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to depart from Los Angeles if that is possible." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:45" + ], + "slot": "outbound_departure_time", + "values": [ + "11:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 104, + "slot": "origin_city", + "start": 93 + }, + { + "exclusive_end": 115, + "slot": "destination_city", + "start": 108 + }, + { + "exclusive_end": 147, + "slot": "departure_date", + "start": 139 + }, + { + "exclusive_end": 210, + "slot": "return_date", + "start": 197 + }, + { + "exclusive_end": 159, + "slot": "outbound_departure_time", + "start": 151 + }, + { + "exclusive_end": 218, + "slot": "inbound_departure_time", + "start": 214 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm your reservation for 1 passenger on the Economy American Airlines flight from Los Angeles to Seattle. The departure will be tomorrow at 11:45 am, while the return flight would be on next Thursday at 8 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "Seattle", + "Seattle, Wa" + ], + "inbound_departure_time": [ + "8 am", + "8 in the morning" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "11:45", + "11:45 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that would be great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Seattle", + "inbound_departure_time": "08:00", + "origin_city": "Los Angeles", + "outbound_departure_time": "11:45", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "12:40", + "inbound_departure_time": "08:05", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "16:21", + "outbound_departure_time": "11:25", + "passengers": "1", + "price": "218", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been confirmed, please have a safe flight!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "Seattle", + "Seattle, Wa" + ], + "inbound_departure_time": [ + "8 am", + "8 in the morning" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "11:45", + "11:45 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Does the flight have 1 intermediate stop?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, there is 1 intermediate stop on this journey." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "Seattle", + "Seattle, Wa" + ], + "inbound_departure_time": [ + "8 am", + "8 in the morning" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "11:45", + "11:45 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sure, that's all the help I need. Thank you very much!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, have a great day ahead!" + } + ] + }, + { + "dialogue_id": "19_00095", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like a flight ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Air Canada", + "Air France" + ], + "slot": "airlines", + "values": [ + "Air Canada", + "Air France" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preferred airline such as Air Canada, Air France, or other airline? When are you returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "Tuesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "return_date", + "start": 46 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "return_date": [ + "Tuesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly on Delta Airlines and return on Tuesday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from? What time do you want the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "17:00" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "inbound_departure_time", + "start": 66 + }, + { + "exclusive_end": 33, + "slot": "origin_city", + "start": 31 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "inbound_departure_time": [ + "17:00" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Tuesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are 4 of us leaving from LA. We want a return flight around 17:00." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "departure_date", + "start": 42 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "inbound_departure_time": [ + "17:00" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Tuesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly on American Airlines on the 1st of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you flying to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "outbound_departure_time", + "values": [ + "evening 6:30" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "destination_city", + "start": 20 + }, + { + "exclusive_end": 52, + "slot": "outbound_departure_time", + "start": 40 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Philadelphia" + ], + "inbound_departure_time": [ + "17:00" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "evening 6:30" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Tuesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave for Philadelphia around evening 6:30." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:30" + ], + "slot": "outbound_departure_time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "origin_city", + "start": 46 + }, + { + "exclusive_end": 73, + "slot": "destination_city", + "start": 61 + }, + { + "exclusive_end": 122, + "slot": "departure_date", + "start": 117 + }, + { + "exclusive_end": 160, + "slot": "return_date", + "start": 148 + }, + { + "exclusive_end": 133, + "slot": "outbound_departure_time", + "start": 126 + }, + { + "exclusive_end": 168, + "slot": "inbound_departure_time", + "start": 164 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you want 4 tickets to fly from Los Angeles to Philadelphia on American Airlines in economy, departing today at 6:30 pm and returning next Tuesday at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Philadelphia" + ], + "inbound_departure_time": [ + "17:00", + "5 pm" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "6:30 pm", + "evening 6:30" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Tuesday next week", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "Philadelphia", + "inbound_departure_time": "17:00", + "origin_city": "Los Angeles", + "outbound_departure_time": "18:30", + "passengers": "4", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation was unsuccessful. Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 38 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Philadelphia" + ], + "inbound_departure_time": [ + "17:00", + "5 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "6:30 pm", + "evening 6:30" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Tuesday next week", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please reserve me a plane ticket from Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:30" + ], + "slot": "outbound_departure_time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "origin_city", + "start": 46 + }, + { + "exclusive_end": 70, + "slot": "destination_city", + "start": 58 + }, + { + "exclusive_end": 119, + "slot": "departure_date", + "start": 114 + }, + { + "exclusive_end": 157, + "slot": "return_date", + "start": 145 + }, + { + "exclusive_end": 130, + "slot": "outbound_departure_time", + "start": 123 + }, + { + "exclusive_end": 165, + "slot": "inbound_departure_time", + "start": 161 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you want 4 tickets to fly from Portland to Philadelphia on American Airlines in economy, departing today at 6:30 pm and returning next Tuesday at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Philadelphia" + ], + "inbound_departure_time": [ + "17:00", + "5 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "6:30 pm", + "evening 6:30" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Tuesday next week", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "Philadelphia", + "inbound_departure_time": "17:00", + "origin_city": "Portland", + "outbound_departure_time": "18:30", + "passengers": "4", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I could not buy the ticket. Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Philadelphia" + ], + "inbound_departure_time": [ + "17:00", + "5 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "6:30 pm", + "evening 6:30" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Tuesday next week", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "See you soon!" + } + ] + }, + { + "dialogue_id": "19_00096", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to buy flight tickets for a short trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going? When are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "the 1st" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 17 + }, + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 32 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving for Los Angeles on the 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you returning? Where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:45" + ], + "slot": "inbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "CDMX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "Wednesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "destination_city", + "start": 40 + }, + { + "exclusive_end": 83, + "slot": "inbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 72, + "slot": "origin_city", + "start": 68 + }, + { + "exclusive_end": 34, + "slot": "return_date", + "start": 15 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "6:45 am" + ], + "origin_city": [ + "CDMX" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am returning Wednesday next week from Vegas. I want to leave from CDMX at 6:45 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "American Airlines", + "Air France" + ], + "slot": "airlines", + "values": [ + "American Airlines", + "Air France" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any preferred airlines, American Airlines or Air France?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "6:45 am" + ], + "origin_city": [ + "CDMX" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "morning 8:30" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "outbound_departure_time", + "start": 21 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "6:45 am" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "morning 8:30" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving my home morning 8:30." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:45" + ], + "slot": "inbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "origin_city", + "start": 49 + }, + { + "exclusive_end": 73, + "slot": "destination_city", + "start": 64 + }, + { + "exclusive_end": 123, + "slot": "departure_date", + "start": 118 + }, + { + "exclusive_end": 161, + "slot": "return_date", + "start": 147 + }, + { + "exclusive_end": 134, + "slot": "outbound_departure_time", + "start": 127 + }, + { + "exclusive_end": 172, + "slot": "inbound_departure_time", + "start": 165 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm, 1 ticket in Economy leaving from Mexico City to Las Vegas on American Airlines. The departure date is today at 8:30 am , returning next Wednesday at 6:45 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "inbound_departure_time": [ + "6:45 am" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "8:30 am", + "morning 8:30" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Wednesday next week", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "Las Vegas", + "inbound_departure_time": "06:45", + "origin_city": "Mexico City", + "outbound_departure_time": "08:30", + "passengers": "1", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "inbound_arrival_time": "18:53", + "inbound_departure_time": "06:40", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "14:35", + "outbound_departure_time": "08:40", + "passengers": "1", + "price": "233", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "inbound_departure_time": [ + "6:45 am" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "8:30 am", + "morning 8:30" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Wednesday next week", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "19_00097", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to go on a vacation soon. Can you help me find a good price on tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is your planned destination and is there a certain airline you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 22 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to travel to Chicago on American Airlines if possible." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like the departure time to be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:30" + ], + "slot": "outbound_departure_time", + "values": [ + "7:30 in the evening" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "outbound_departure_time", + "start": 30 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:30 in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please set the time to around 7:30 in the evening." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what date do you plan to leave on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:30 in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Please tell me where you will be departing from." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 32 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "7:30 in the evening" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be heading to Chicago from NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date and time will you be making your return trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "20:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 in the night" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "the 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "inbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 41, + "slot": "return_date", + "start": 34 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "8 in the night" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "7:30 in the evening" + ], + "return_date": [ + "the 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to head back to Chicago on the 9th so I plan to leave around 8 in the night." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "19:30" + ], + "slot": "outbound_departure_time", + "values": [ + "7:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "20:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 56 + }, + { + "exclusive_end": 84, + "slot": "destination_city", + "start": 77 + }, + { + "exclusive_end": 93, + "slot": "departure_date", + "start": 85 + }, + { + "exclusive_end": 152, + "slot": "return_date", + "start": 143 + }, + { + "exclusive_end": 163, + "slot": "outbound_departure_time", + "start": 156 + }, + { + "exclusive_end": 122, + "slot": "inbound_departure_time", + "start": 118 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Tell me if these details are correct. You wish to leave New York and head to Chicago tomorrow on American Airlines at 8 pm. The return date is March 9th at 7:30 pm. Both trips will be made for 1 person with Economy class seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "8 in the night", + "8 pm" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "7:30 in the evening", + "7:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th", + "the 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds correct to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Chicago", + "inbound_departure_time": "20:00", + "origin_city": "New York", + "outbound_departure_time": "19:30", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "23:44", + "inbound_departure_time": "20:25", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "21:04", + "outbound_departure_time": "19:45", + "passengers": "1", + "price": "144", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you. Your ticket has been booked and confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "8 in the night", + "8 pm" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "7:30 in the evening", + "7:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th", + "the 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate the help. That will be all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome. Have a great rest of your day." + } + ] + }, + { + "dialogue_id": "19_00098", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need plane tickets for 1 please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From where will you depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be departing? Do you have an airline preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "departure_date", + "start": 32 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of March" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "American Airlines please on the 1st of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you return? Do you have a time preference?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "11:45" + ], + "slot": "inbound_departure_time", + "values": [ + "quarter to 12 in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "inbound_departure_time", + "start": 5 + }, + { + "exclusive_end": 59, + "slot": "return_date", + "start": 41 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of March" + ], + "inbound_departure_time": [ + "quarter to 12 in the morning" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At a quarter to 12 in the morning on the 11th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you want to depart, and where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:45" + ], + "slot": "outbound_departure_time", + "values": [ + "7:45 in the morning" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "destination_city", + "start": 3 + }, + { + "exclusive_end": 35, + "slot": "outbound_departure_time", + "start": 16 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "San Diego" + ], + "inbound_departure_time": [ + "quarter to 12 in the morning" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "7:45 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "To San Diego at 7:45 in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:45" + ], + "slot": "outbound_departure_time", + "values": [ + "7:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:45" + ], + "slot": "inbound_departure_time", + "values": [ + "11:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 24 + }, + { + "exclusive_end": 44, + "slot": "destination_city", + "start": 35 + }, + { + "exclusive_end": 71, + "slot": "departure_date", + "start": 66 + }, + { + "exclusive_end": 115, + "slot": "return_date", + "start": 105 + }, + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 127, + "slot": "inbound_departure_time", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a departure from Seattle to San Diego on American Airlines today at 7:45 am. You are returning on March 11th at 11:45 am, Economy class for 1." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "outbound_departure_time", + "start": 22 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of March", + "today" + ], + "destination_city": [ + "San Diego" + ], + "inbound_departure_time": [ + "11:45 am", + "quarter to 12 in the morning" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month", + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I want to leave at 6:45 am for my departing trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "departure_date", + "start": 19 + }, + { + "exclusive_end": 35, + "slot": "outbound_departure_time", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a departure today at 6:45 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Vegas" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 30 + }, + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 24 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Friday" + ], + "destination_city": [ + "San Diego" + ], + "inbound_departure_time": [ + "11:45 am", + "quarter to 12 in the morning" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month", + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I want to leave from Vegas next Friday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "Next Friday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 11, + "slot": "departure_date", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Next Friday from Las Vegas, is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Friday", + "next Friday" + ], + "destination_city": [ + "San Diego" + ], + "inbound_departure_time": [ + "11:45 am", + "quarter to 12 in the morning" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, when does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "San Diego", + "inbound_departure_time": "11:45", + "origin_city": "Las Vegas", + "outbound_departure_time": "06:45", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I couldn't book the tickets. Can I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Friday", + "next Friday" + ], + "destination_city": [ + "San Diego" + ], + "inbound_departure_time": [ + "11:45 am", + "quarter to 12 in the morning" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00099", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a short trip I want to go on, and I need some help buying plane tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Delta Airlines", + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Delta Airlines", + "Air Canada" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What's your origin and what time do you want to leave? Also do you have an airline you prefer such as Delta Airlines, Air Canada, or anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:15" + ], + "slot": "outbound_departure_time", + "values": [ + "evening 5:15" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "outbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 44, + "slot": "origin_city", + "start": 32 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "evening 5:15" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to be travelling from Philadelphia and I want to leave in the evening 5:15. And I like flying on American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like your return flight to leave." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "13:45" + ], + "slot": "inbound_departure_time", + "values": [ + "13:45" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "inbound_departure_time", + "start": 45 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "inbound_departure_time": [ + "13:45" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "evening 5:15" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "For the return flight I'd prefer to leave at 13:45." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what's the date of your return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "return_date", + "start": 28 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "inbound_departure_time": [ + "13:45" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "evening 5:15" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "For my return, it'll be the 11th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what's your destination." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, UK" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "destination_city", + "start": 17 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "13:45" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "evening 5:15" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be going to London, UK." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what's your departure date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "6th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "13:45" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "evening 5:15" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be departing on the 6th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:15" + ], + "slot": "outbound_departure_time", + "values": [ + "5:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:45" + ], + "slot": "inbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "origin_city", + "start": 71 + }, + { + "exclusive_end": 120, + "slot": "destination_city", + "start": 114 + }, + { + "exclusive_end": 98, + "slot": "departure_date", + "start": 84 + }, + { + "exclusive_end": 162, + "slot": "return_date", + "start": 152 + }, + { + "exclusive_end": 109, + "slot": "outbound_departure_time", + "start": 102 + }, + { + "exclusive_end": 192, + "slot": "inbound_departure_time", + "start": 185 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, please make sure this is all correct, You will be departing from Philadelphia next Wednesday at 5:15 pm for London and you will be returning on a March 11th flight that leaves at 1:45 pm. The airline is American Airlines, 1 seat in Economy class?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "London", + "London, UK" + ], + "inbound_departure_time": [ + "13:45", + "1:45 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "5:15 pm", + "evening 5:15" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's all correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_city": "London", + "inbound_departure_time": "13:45", + "origin_city": "Philadelphia", + "outbound_departure_time": "17:15", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry, but I couldn't book a ticket with that itinerary. Do you need any more help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "07:00" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 97, + "slot": "outbound_departure_time", + "start": 92 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "London", + "London, UK" + ], + "inbound_departure_time": [ + "13:45", + "1:45 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "07:00" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's look for another time, I need to book this flight. For the onward trip can I leave at 07:00?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "7 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:45" + ], + "slot": "inbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "origin_city", + "start": 71 + }, + { + "exclusive_end": 117, + "slot": "destination_city", + "start": 111 + }, + { + "exclusive_end": 98, + "slot": "departure_date", + "start": 84 + }, + { + "exclusive_end": 159, + "slot": "return_date", + "start": 149 + }, + { + "exclusive_end": 106, + "slot": "outbound_departure_time", + "start": 102 + }, + { + "exclusive_end": 189, + "slot": "inbound_departure_time", + "start": 182 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, please make sure this is all correct, You will be departing from Philadelphia next Wednesday at 7 am for London and you will be returning on a March 11th flight that leaves at 1:45 pm. The airline is American Airlines, 1 seat in Economy class?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "London", + "London, UK" + ], + "inbound_departure_time": [ + "13:45", + "1:45 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "07:00", + "7 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that's correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_city": "London", + "inbound_departure_time": "13:45", + "origin_city": "Philadelphia", + "outbound_departure_time": "07:00", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry, but I couldn't book that ticket either. Do you need any more help>" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "23:00" + ], + "slot": "inbound_departure_time", + "values": [ + "23:00" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 76, + "slot": "destination_city", + "start": 65 + }, + { + "exclusive_end": 118, + "slot": "inbound_departure_time", + "start": 113 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "inbound_departure_time": [ + "23:00" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "07:00", + "7 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I still need to book a ticket. Can you change the destination to Phoenix, AZ with a return flight that leaves at 23:00?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "7 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "23:00" + ], + "slot": "inbound_departure_time", + "values": [ + "11 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "origin_city", + "start": 71 + }, + { + "exclusive_end": 118, + "slot": "destination_city", + "start": 111 + }, + { + "exclusive_end": 98, + "slot": "departure_date", + "start": 84 + }, + { + "exclusive_end": 160, + "slot": "return_date", + "start": 150 + }, + { + "exclusive_end": 106, + "slot": "outbound_departure_time", + "start": 102 + }, + { + "exclusive_end": 188, + "slot": "inbound_departure_time", + "start": 183 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, please make sure this is all correct, You will be departing from Philadelphia next Wednesday at 7 am for Phoenix and you will be returning on a March 11th flight that leaves at 11 pm. The airline is American Airlines, 1 seat in Economy class?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "origin_city", + "start": 46 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "inbound_departure_time": [ + "11 pm", + "23:00" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "07:00", + "7 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, please change the departure city to Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:00" + ], + "slot": "outbound_departure_time", + "values": [ + "7 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "origin_city", + "start": 33 + }, + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, so a departing flight from Los Angeles and it leaves at 7 am?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "inbound_departure_time": [ + "11 pm", + "23:00" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "07:00", + "7 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that's right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_city": "Phoenix", + "inbound_departure_time": "23:00", + "origin_city": "Los Angeles", + "outbound_departure_time": "07:00", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry, but I couldn't book that ticket. Do you need any more help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "inbound_departure_time": [ + "11 pm", + "23:00" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "07:00", + "7 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks for the assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome, have a great day." + } + ] + }, + { + "dialogue_id": "19_00100", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "return_date", + "start": 41 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking to go on a short vacation on the 11th of this month. Please hep me find a good price on flight tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be leaving from and at what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto, Ontario" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:45" + ], + "slot": "outbound_departure_time", + "values": [ + "quarter to 8 in the morning" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 48 + }, + { + "exclusive_end": 19, + "slot": "departure_date", + "start": 7 + }, + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 74 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of March" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "quarter to 8 in the morning" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 7th of March, I would like to leave from Toronto, Ontario around a quarter to 8 in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Southwest Airlines", + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines", + "Delta Airlines" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you flying to and when do you want the return flight to leave? If you prefer a certain airline, such as Southwest Airlines or Delta Airlines, please let me know." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "03:30" + ], + "slot": "inbound_departure_time", + "values": [ + "3:30 in the morning" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 36 + }, + { + "exclusive_end": 92, + "slot": "inbound_departure_time", + "start": 73 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "7th of March" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "3:30 in the morning" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "quarter to 8 in the morning" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "If possible, I would like to fly to Los Angeles on Delta Airlines around 3:30 in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:45" + ], + "slot": "outbound_departure_time", + "values": [ + "7:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "03:30" + ], + "slot": "inbound_departure_time", + "values": [ + "3:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 43, + "slot": "destination_city", + "start": 32 + }, + { + "exclusive_end": 98, + "slot": "departure_date", + "start": 85 + }, + { + "exclusive_end": 149, + "slot": "return_date", + "start": 139 + }, + { + "exclusive_end": 109, + "slot": "outbound_departure_time", + "start": 102 + }, + { + "exclusive_end": 160, + "slot": "inbound_departure_time", + "start": 153 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You wish to fly from Toronto to Los Angeles on Delta Airlines. The departure date is next Thursday at 7:45 am with a return flight date of March 11th at 3:30 am. The seating class is Economy for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 24 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "3:30 am", + "3:30 in the morning" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "7:45 am", + "quarter to 8 in the morning" + ], + "return_date": [ + "March 11th", + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I wish to leave the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "03:30" + ], + "slot": "inbound_departure_time", + "values": [ + "3:30 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "departure_date", + "start": 53 + }, + { + "exclusive_end": 48, + "slot": "inbound_departure_time", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You wish for the departure date to be at 3:30 am the day after tomorrow?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "3:30 am", + "3:30 in the morning" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "7:45 am", + "quarter to 8 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "inbound_departure_time": "03:30", + "origin_city": "Toronto", + "outbound_departure_time": "07:45", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I was not able to book your ticket. I apologize. 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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "3:30 am", + "3:30 in the morning" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "7:45 am", + "quarter to 8 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. That will be all the help I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful rest of your day." + } + ] + }, + { + "dialogue_id": "19_00101", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 53 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you get me plane tickets for a short trip out of Atlanta, GA?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you coming back and where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, UK" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "the 14th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 14 + }, + { + "exclusive_end": 50, + "slot": "return_date", + "start": 42 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to London, UK and returning on the 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you departing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "departure_date", + "start": 20 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to depart on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Delta Airlines", + "British Airways" + ], + "slot": "airlines", + "values": [ + "Delta Airlines", + "British Airways" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preference for airlines such as Delta Airlines, British Airways, or any other and what time do you want to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "16:15" + ], + "slot": "outbound_departure_time", + "values": [ + "4:15 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "4:15 pm" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Delta Airlines and want to depart around 4:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you prefer the return flight to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "15:00" + ], + "slot": "inbound_departure_time", + "values": [ + "3 o\"clock in the afternoon" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "inbound_departure_time", + "start": 44 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "3 o\"clock in the afternoon" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "4:15 pm" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like the return flight to depart at 3 o\"clock in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:15" + ], + "slot": "outbound_departure_time", + "values": [ + "4:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:00" + ], + "slot": "inbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "origin_city", + "start": 40 + }, + { + "exclusive_end": 57, + "slot": "destination_city", + "start": 51 + }, + { + "exclusive_end": 105, + "slot": "departure_date", + "start": 95 + }, + { + "exclusive_end": 168, + "slot": "return_date", + "start": 158 + }, + { + "exclusive_end": 116, + "slot": "outbound_departure_time", + "start": 109 + }, + { + "exclusive_end": 154, + "slot": "inbound_departure_time", + "start": 150 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 1 ticket in Economy class from Atlanta to London on Delta Airlines. The flight leaves March 10th at 4:15 pm and the return flight departs at 3 pm on March 14th. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "departure_date", + "start": 20 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "London", + "London, UK" + ], + "inbound_departure_time": [ + "3 o\"clock in the afternoon", + "3 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "4:15 pm" + ], + "return_date": [ + "March 14th", + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, i want to leave today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:00" + ], + "slot": "inbound_departure_time", + "values": [ + "3 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "departure_date", + "start": 18 + }, + { + "exclusive_end": 31, + "slot": "inbound_departure_time", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want to leave today at 3 pm. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "London", + "London, UK" + ], + "inbound_departure_time": [ + "3 o\"clock in the afternoon", + "3 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "4:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 14th", + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct. When will my return flight be over?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "London", + "inbound_departure_time": "15:00", + "origin_city": "Atlanta", + "outbound_departure_time": "16:15", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight can't be booked. Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "London", + "London, UK" + ], + "inbound_departure_time": [ + "3 o\"clock in the afternoon", + "3 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "4:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 14th", + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is all. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00102", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can I have a plane ticket for my short trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from and what time? When do you want to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:00" + ], + "slot": "outbound_departure_time", + "values": [ + "six pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "outbound_departure_time", + "start": 43 + }, + { + "exclusive_end": 32, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 80, + "slot": "return_date", + "start": 71 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "six pm" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave from Atlanta, GA at around six pm. I want to return on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you traveling to? What time do you want the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LAX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "21:15" + ], + "slot": "inbound_departure_time", + "values": [ + "night 9:15" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 58, + "slot": "inbound_departure_time", + "start": 48 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "night 9:15" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "six pm" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to LAX and want to return around night 9:15." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "the 5th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 19 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 5th" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "night 9:15" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "six pm" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on the 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Air France", + "United Airlines" + ], + "slot": "airlines", + "values": [ + "Air France", + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preferred airline, such as Air France, United Airlines, or other airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "16:30" + ], + "slot": "inbound_departure_time", + "values": [ + "evening 4:30" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 93, + "slot": "inbound_departure_time", + "start": 81 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 5th" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "evening 4:30" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "six pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need two tickets and want to fly on American Airlines. We want to leave around evening 4:30 for the return." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:00" + ], + "slot": "outbound_departure_time", + "values": [ + "6 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:30" + ], + "slot": "inbound_departure_time", + "values": [ + "4:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "origin_city", + "start": 46 + }, + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 57 + }, + { + "exclusive_end": 131, + "slot": "departure_date", + "start": 119 + }, + { + "exclusive_end": 167, + "slot": "return_date", + "start": 158 + }, + { + "exclusive_end": 139, + "slot": "outbound_departure_time", + "start": 135 + }, + { + "exclusive_end": 178, + "slot": "inbound_departure_time", + "start": 171 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you want 2 tickets to fly from Atlanta to Los Angeles on American Airlines in Economy. The departure is next Tuesday at 6 pm and the return is March 9th at 4:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Tuesday", + "the 5th" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "4:30 pm", + "evening 4:30" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "6 pm", + "six pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is perfect. When does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_city": "Los Angeles", + "inbound_departure_time": "16:30", + "origin_city": "Atlanta", + "outbound_departure_time": "18:00", + "passengers": "2", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I was unable to make the reservation. May I further assist you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Tuesday", + "the 5th" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "4:30 pm", + "evening 4:30" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "6 pm", + "six pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please make a reservation on Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:00" + ], + "slot": "outbound_departure_time", + "values": [ + "6 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:30" + ], + "slot": "inbound_departure_time", + "values": [ + "4:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "origin_city", + "start": 46 + }, + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 57 + }, + { + "exclusive_end": 128, + "slot": "departure_date", + "start": 116 + }, + { + "exclusive_end": 164, + "slot": "return_date", + "start": 155 + }, + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 132 + }, + { + "exclusive_end": 175, + "slot": "inbound_departure_time", + "start": 168 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you want 2 tickets to fly from Atlanta to Los Angeles on Delta Airlines in Economy. The departure is next Tuesday at 6 pm and the return is March 9th at 4:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Tuesday", + "the 5th" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "4:30 pm", + "evening 4:30" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "6 pm", + "six pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_city": "Los Angeles", + "inbound_departure_time": "16:30", + "origin_city": "Atlanta", + "outbound_departure_time": "18:00", + "passengers": "2", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I could not make the reservation. Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Tuesday", + "the 5th" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "4:30 pm", + "evening 4:30" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "6 pm", + "six pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "See you soon!" + } + ] + }, + { + "dialogue_id": "19_00103", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need flight tickets for a short trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "3rd of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "departure_date", + "start": 22 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be flying in the 3rd of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you prefer for the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "08:15" + ], + "slot": "inbound_departure_time", + "values": [ + "morning 8:15" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "inbound_departure_time", + "start": 36 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of March" + ], + "inbound_departure_time": [ + "morning 8:15" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd prefer the return flight in the morning 8:15." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you planning to return and do you have any preference for airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "3rd of March" + ], + "inbound_departure_time": [ + "morning 8:15" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to be back on the 13th and I prefer United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning to depart from and at what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:30" + ], + "slot": "outbound_departure_time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "outbound_departure_time", + "start": 27 + }, + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 40 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "3rd of March" + ], + "inbound_departure_time": [ + "morning 8:15" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm hoping to leave around 5:30 pm from New York for my onward trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be flying to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "CDMX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "CDMX" + ], + "inbound_departure_time": [ + "morning 8:15" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to CDMX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:30" + ], + "slot": "outbound_departure_time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:15" + ], + "slot": "inbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "origin_city", + "start": 76 + }, + { + "exclusive_end": 99, + "slot": "destination_city", + "start": 88 + }, + { + "exclusive_end": 166, + "slot": "departure_date", + "start": 148 + }, + { + "exclusive_end": 221, + "slot": "return_date", + "start": 211 + }, + { + "exclusive_end": 143, + "slot": "outbound_departure_time", + "start": 136 + }, + { + "exclusive_end": 207, + "slot": "inbound_departure_time", + "start": 200 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you need 1 Economy class ticket on United Airlines from New York to Mexico City with the onward flight departing at 5:30 pm the day after tomorrow and the return flight leaving at 8:15 am on March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:15 am", + "morning 8:15" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Just one change please. I prefer Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. So you need 1 ticket in Premium Economy class. Right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:15 am", + "morning 8:15" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. When does my return flight arrive and is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12:56" + ], + "slot": "inbound_arrival_time", + "values": [ + "12:56 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Mexico City", + "inbound_departure_time": "08:15", + "origin_city": "New York", + "outbound_departure_time": "17:30", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "12:56", + "inbound_departure_time": "08:25", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "17:00", + "passengers": "1", + "price": "274", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "inbound_arrival_time", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is confirmed and it is not refundable. The return flight arrives at 12:56 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:15 am", + "morning 8:15" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for the assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is the anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:15 am", + "morning 8:15" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "19_00104", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "the 8th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 158, + "slot": "departure_date", + "start": 151 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I was thinking about going on a short trip, I really could use some time off. I need assistance in the procedure of buying tickets, I want to leave on the 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "That's a good idea. When would you like to be back? At what time do you want to leave on the 8th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:45" + ], + "slot": "inbound_departure_time", + "values": [ + "12:45 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:00" + ], + "slot": "outbound_departure_time", + "values": [ + "12 o\"clock in the afternoon" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 39 + }, + { + "exclusive_end": 35, + "slot": "inbound_departure_time", + "start": 27 + }, + { + "exclusive_end": 111, + "slot": "outbound_departure_time", + "start": 84 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 8th" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "12:45 pm" + ], + "outbound_departure_time": [ + "12 o\"clock in the afternoon" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My idea is to leave around 12:45 pm to Chi-town. Then, I would like to leave around 12 o\"clock in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "Delhi" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 5, + "slot": "origin_city", + "start": 0 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 8th" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "12:45 pm" + ], + "origin_city": [ + "Delhi" + ], + "outbound_departure_time": [ + "12 o\"clock in the afternoon" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Delhi is my final destination, I want to reach it by flying Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have you thought about a favorite airline company? When are you planning to leave from Delhi?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 86, + "slot": "return_date", + "start": 76 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 8th" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "12:45 pm" + ], + "origin_city": [ + "Delhi" + ], + "outbound_departure_time": [ + "12 o\"clock in the afternoon" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My favorite airline company is United Airlines. Schedule my return trip for March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "Delhi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:00" + ], + "slot": "outbound_departure_time", + "values": [ + "12 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:45" + ], + "slot": "inbound_departure_time", + "values": [ + "12:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "origin_city", + "start": 60 + }, + { + "exclusive_end": 76, + "slot": "destination_city", + "start": 69 + }, + { + "exclusive_end": 127, + "slot": "departure_date", + "start": 116 + }, + { + "exclusive_end": 184, + "slot": "return_date", + "start": 174 + }, + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 131 + }, + { + "exclusive_end": 196, + "slot": "inbound_departure_time", + "start": 188 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Read and confirm please. You asked me to book a flight from Delhi to Chicago with United Airlines. Departure day is next Friday at 12 pm and the return is scheduled to be on March 12th at 12:45 pm. The seats will be Economy for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Friday", + "the 8th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "12:45 pm" + ], + "origin_city": [ + "Delhi" + ], + "outbound_departure_time": [ + "12 o\"clock in the afternoon", + "12 pm" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I've changed my mind look for Delta Airlines flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 91, + "slot": "departure_date", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Fine, confirm me the details. You want to book a flight with Delta Airlines for next Friday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Friday", + "the 8th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "12:45 pm" + ], + "origin_city": [ + "Delhi" + ], + "outbound_departure_time": [ + "12 o\"clock in the afternoon", + "12 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Exactly what I said." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_city": "Chicago", + "inbound_departure_time": "12:45", + "origin_city": "Delhi", + "outbound_departure_time": "12:00", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm afraid I cannot assist you for the procedure. 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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Friday", + "the 8th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "12:45 pm" + ], + "origin_city": [ + "Delhi" + ], + "outbound_departure_time": [ + "12 o\"clock in the afternoon", + "12 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No but thank you just the same." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00105", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I plan to take a short flight, can you help me buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "March 1st" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "origin_city", + "start": 13 + }, + { + "exclusive_end": 34, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 1st" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving San Fran on March 1st. I plan to travel on an Economy flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Air Canada", + "Air France" + ], + "slot": "airlines", + "values": [ + "Air Canada", + "Air France" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you travelling with a preferred airline such as Air Canada or Air France? When do you plan to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "4th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "return_date", + "start": 66 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "origin_city": [ + "San Fran" + ], + "return_date": [ + "4th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer to fly with United Airlines and I plan to be back on the 4th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How early would you like to fly out? Is there anywhere particular you are planning to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "08:00" + ], + "slot": "outbound_departure_time", + "values": [ + "08:00" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "destination_city", + "start": 69 + }, + { + "exclusive_end": 49, + "slot": "outbound_departure_time", + "start": 44 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "08:00" + ], + "return_date": [ + "4th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to leave early possibly around 08:00. I am traveling to NY so I would prefer to take Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:30" + ], + "slot": "inbound_departure_time", + "values": [ + "half past 6 in the evening" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "inbound_departure_time", + "start": 40 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "NY" + ], + "inbound_departure_time": [ + "half past 6 in the evening" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "08:00" + ], + "return_date": [ + "4th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to be on my next flight by half past 6 in the evening." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:00" + ], + "slot": "outbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:30" + ], + "slot": "inbound_departure_time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 121, + "slot": "origin_city", + "start": 108 + }, + { + "exclusive_end": 148, + "slot": "destination_city", + "start": 140 + }, + { + "exclusive_end": 174, + "slot": "departure_date", + "start": 169 + }, + { + "exclusive_end": 242, + "slot": "return_date", + "start": 231 + }, + { + "exclusive_end": 129, + "slot": "outbound_departure_time", + "start": 125 + }, + { + "exclusive_end": 288, + "slot": "inbound_departure_time", + "start": 281 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you please confirm your flight itinerary? We have the following details: your first flight departs from San Francisco at 8 am onward to New York. The flight departs today and you are flying with Delta Airlines. You will return next Monday on an Economy flight which departs at 6:30 pm and is booked for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "NY", + "New York" + ], + "inbound_departure_time": [ + "6:30 pm", + "half past 6 in the evening" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "08:00", + "8 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "4th of this month", + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, those details are correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "New York", + "inbound_departure_time": "18:30", + "origin_city": "San Francisco", + "outbound_departure_time": "08:00", + "passengers": "1", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I was unable to book your ticket at this time. Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "return_date", + "start": 76 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "NY", + "New York" + ], + "inbound_departure_time": [ + "6:30 pm", + "half past 6 in the evening" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "08:00", + "8 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to continue making a reservation and change the return date to the 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:00" + ], + "slot": "outbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:30" + ], + "slot": "inbound_departure_time", + "values": [ + "6:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 148, + "slot": "origin_city", + "start": 135 + }, + { + "exclusive_end": 175, + "slot": "destination_city", + "start": 167 + }, + { + "exclusive_end": 201, + "slot": "departure_date", + "start": 196 + }, + { + "exclusive_end": 237, + "slot": "return_date", + "start": 227 + }, + { + "exclusive_end": 156, + "slot": "outbound_departure_time", + "start": 152 + }, + { + "exclusive_end": 283, + "slot": "inbound_departure_time", + "start": 276 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you please confirm your flight itinerary? We have the following details: your first flight is with Delta Airlines and departs from San Francisco at 8 am onward to New York. The flight departs today and you will return next March 11th on an Economy flight which departs at 6:30 pm and is booked for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "price" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "NY", + "New York" + ], + "inbound_departure_time": [ + "6:30 pm", + "half past 6 in the evening" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "08:00", + "8 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, how much will it cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "New York", + "inbound_departure_time": "18:30", + "origin_city": "San Francisco", + "outbound_departure_time": "08:00", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I was unable to book your ticket at this time. 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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "NY", + "New York" + ], + "inbound_departure_time": [ + "6:30 pm", + "half past 6 in the evening" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "08:00", + "8 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No but, thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00106", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a short trip, can you please help me buy airline tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the destination and when do you want to go? Do you have a preferred airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "March 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 55, + "slot": "departure_date", + "start": 46 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to Atlanta and I am leaving on March 8th. I prefer United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you want to leave? Also, what date are you returning and where will you be returning from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "15:15" + ], + "slot": "inbound_departure_time", + "values": [ + "3:15 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_departure_time", + "values": [ + "14:15" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 133, + "slot": "inbound_departure_time", + "start": 126 + }, + { + "exclusive_end": 34, + "slot": "outbound_departure_time", + "start": 29 + }, + { + "exclusive_end": 100, + "slot": "origin_city", + "start": 91 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3:15 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "14:15" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to leave around 14:15 for my Atlanta flight. For my return, I am leaving from Las Vegas and plan to leave around 3:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "return_date", + "start": 26 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3:15 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "14:15" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to return on the 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "Next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_departure_time", + "values": [ + "2:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:15" + ], + "slot": "inbound_departure_time", + "values": [ + "3:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 173, + "slot": "origin_city", + "start": 164 + }, + { + "exclusive_end": 79, + "slot": "destination_city", + "start": 72 + }, + { + "exclusive_end": 49, + "slot": "departure_date", + "start": 38 + }, + { + "exclusive_end": 187, + "slot": "return_date", + "start": 177 + }, + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 129 + }, + { + "exclusive_end": 206, + "slot": "inbound_departure_time", + "start": 199 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: Next Friday, you have a flight to Atlanta on United Airlines for 1 passenger in economy at 2:15 pm. The return flight is from Las Vegas on March 11th leaving at 3:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of this month" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "departure_date", + "start": 39 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3:15 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "14:15", + "2:15 pm" + ], + "return_date": [ + "March 11th", + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is incorrect, I am leaving on the 2nd of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:15" + ], + "slot": "inbound_departure_time", + "values": [ + "3:15 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "departure_date", + "start": 61 + }, + { + "exclusive_end": 109, + "slot": "inbound_departure_time", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: Your departure date is tomorrow and the return flight leaves at 3:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "next Monday" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3:15 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "14:15", + "2:15 pm" + ], + "return_date": [ + "next Monday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I want to get back next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "next Monday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 73, + "slot": "origin_city", + "start": 64 + }, + { + "exclusive_end": 96, + "slot": "return_date", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: The return flight is from Las Vegas, returning next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops", + "price" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3:15 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "14:15", + "2:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good. Does it have any connections and how much does it cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "inbound_departure_time": "15:15", + "origin_city": "Las Vegas", + "outbound_departure_time": "14:15", + "passengers": "1", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry, I couldn't book your flight, can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3:15 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "14:15", + "2:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00107", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you book flight tickets for my short trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your destination" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 22 + }, + { + "exclusive_end": 46, + "slot": "departure_date", + "start": 33 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving for Chicago on 10th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time will you be leaving and when will you be coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "21:45" + ], + "slot": "outbound_departure_time", + "values": [ + "night 9:45" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "outbound_departure_time", + "start": 25 + }, + { + "exclusive_end": 70, + "slot": "return_date", + "start": 57 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "night 9:45" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving around night 9:45 and will get back on 13th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Alaska Airlines", + "British Airways" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines", + "British Airways" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which airlines do you prefer for return flight and when? May be Alaska Airlines, British Airways or any other airline." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:45" + ], + "slot": "inbound_departure_time", + "values": [ + "quarter to 6 in the evening" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 154, + "slot": "inbound_departure_time", + "start": 127 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "quarter to 6 in the evening" + ], + "outbound_departure_time": [ + "night 9:45" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My destination is Seattle and my preferred United Airlines. I want to buy three tickets for return flight which must be around quarter to 6 in the evening." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_city", + "start": 32 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "quarter to 6 in the evening" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "night 9:45" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be taking my flight from New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "21:45" + ], + "slot": "outbound_departure_time", + "values": [ + "9:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:45" + ], + "slot": "inbound_departure_time", + "values": [ + "5:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 139, + "slot": "origin_city", + "start": 131 + }, + { + "exclusive_end": 127, + "slot": "destination_city", + "start": 120 + }, + { + "exclusive_end": 153, + "slot": "departure_date", + "start": 143 + }, + { + "exclusive_end": 205, + "slot": "return_date", + "start": 195 + }, + { + "exclusive_end": 164, + "slot": "outbound_departure_time", + "start": 157 + }, + { + "exclusive_end": 216, + "slot": "inbound_departure_time", + "start": 209 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the details: You want me to buy 3 Economy class flights tickets for 3 passengers in United Airlines from Seattle to New York on March 10th at 9:45 pm. The return flight must be on March 13th at 5:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "this Saturday" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 27 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "5:45 pm", + "quarter to 6 in the evening" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "9:45 pm", + "night 9:45" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March", + "March 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I will be traveling on this Saturday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 124, + "slot": "departure_date", + "start": 116 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the details again: You want me to book flight tickets for United Airlines with the departure date as tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "5:45 pm", + "quarter to 6 in the evening" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "9:45 pm", + "night 9:45" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_city": "Seattle", + "inbound_departure_time": "17:45", + "origin_city": "New York", + "outbound_departure_time": "21:45", + "passengers": "3", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, your tickets could not be booked. Do you want help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "5:45 pm", + "quarter to 6 in the evening" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "9:45 pm", + "night 9:45" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. That will be all. Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am glad I could help. Have a great day." + } + ] + }, + { + "dialogue_id": "19_00108", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 21 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "New York City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to fly out of New York City. Do you think you can help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, when will you return? Do you have a set date to leave? Where will you travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "04:30" + ], + "slot": "inbound_departure_time", + "values": [ + "morning 4:30" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "3rd of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "destination_city", + "start": 27 + }, + { + "exclusive_end": 58, + "slot": "inbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 102, + "slot": "return_date", + "start": 90 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "morning 4:30" + ], + "origin_city": [ + "New York City" + ], + "return_date": [ + "3rd of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly Economy from Paris around early morning 4:30 am. I want to come back on the 3rd of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a favorite airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "11:00" + ], + "slot": "outbound_departure_time", + "values": [ + "morning 11" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LAX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 67, + "slot": "origin_city", + "start": 64 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "morning 4:30" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "morning 11" + ], + "return_date": [ + "3rd of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have miles I'm collecting from American Airlines. I can leave LAX in the morning 11 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date do you plan to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "Friday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "departure_date", + "start": 0 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Friday next week" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "morning 4:30" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "morning 11" + ], + "return_date": [ + "3rd of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Friday next week is the best possible date." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:00" + ], + "slot": "outbound_departure_time", + "values": [ + "11 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "04:30" + ], + "slot": "inbound_departure_time", + "values": [ + "4:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "origin_city", + "start": 42 + }, + { + "exclusive_end": 122, + "slot": "destination_city", + "start": 117 + }, + { + "exclusive_end": 107, + "slot": "departure_date", + "start": 96 + }, + { + "exclusive_end": 176, + "slot": "return_date", + "start": 158 + }, + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 156, + "slot": "inbound_departure_time", + "start": 149 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to be sure I've got it: You'll Leave Los Angeles at 11 am. You'll travel American Airlines next friday going to Paris. You'll head back home at 4:30 am. day after tomorrow on Economy. You just want 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Friday next week", + "next friday" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "4:30 am", + "morning 4:30" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "11 am", + "morning 11" + ], + "passengers": [ + "1" + ], + "return_date": [ + "3rd of March", + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's about it. Do you only get one stop on this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "Paris", + "inbound_departure_time": "04:30", + "origin_city": "Los Angeles", + "outbound_departure_time": "11:00", + "passengers": "1", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am so sorry but I couldn't book your ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "06:30" + ], + "slot": "inbound_departure_time", + "values": [ + "06:30" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "inbound_departure_time", + "start": 58 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Friday next week", + "next friday" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "06:30" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "11 am", + "morning 11" + ], + "passengers": [ + "1" + ], + "return_date": [ + "3rd of March", + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please try the same flight, but just leave around 06:30 just for the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:00" + ], + "slot": "outbound_departure_time", + "values": [ + "11 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:30" + ], + "slot": "inbound_departure_time", + "values": [ + "6:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_city", + "start": 45 + }, + { + "exclusive_end": 125, + "slot": "destination_city", + "start": 120 + }, + { + "exclusive_end": 110, + "slot": "departure_date", + "start": 99 + }, + { + "exclusive_end": 179, + "slot": "return_date", + "start": 161 + }, + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 159, + "slot": "inbound_departure_time", + "start": 152 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok Just to be sure I've got it: You'll Leave Los Angeles at 11 am. You'll travel American Airlines next friday going to Paris. You'll head back home at 6:30 am. day after tomorrow on Economy. You just want 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Friday next week", + "next friday" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "06:30", + "6:30 am" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "11 am", + "morning 11" + ], + "passengers": [ + "1" + ], + "return_date": [ + "3rd of March", + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's exactly right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "Paris", + "inbound_departure_time": "06:30", + "origin_city": "Los Angeles", + "outbound_departure_time": "11:00", + "passengers": "1", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am so sorry but that's not working either. The times don't match anything that's available." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Friday next week", + "next friday" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "06:30", + "6:30 am" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "11 am", + "morning 11" + ], + "passengers": [ + "1" + ], + "return_date": [ + "3rd of March", + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't really think you can help me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "19_00109", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm planning a short trip, can you help me buy flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "return_date", + "start": 17 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll get back on the 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time of day?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "21:30" + ], + "slot": "inbound_departure_time", + "values": [ + "night 9:30" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "inbound_departure_time", + "start": 16 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "inbound_departure_time": [ + "night 9:30" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll fly around night 9:30." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And how about when you'll depart? Where are you flying from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_departure_time", + "values": [ + "quarter past 2 in the afternoon" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "Ny" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 79, + "slot": "departure_date", + "start": 67 + }, + { + "exclusive_end": 63, + "slot": "outbound_departure_time", + "start": 32 + }, + { + "exclusive_end": 21, + "slot": "origin_city", + "start": 19 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of March" + ], + "inbound_departure_time": [ + "night 9:30" + ], + "origin_city": [ + "Ny" + ], + "outbound_departure_time": [ + "quarter past 2 in the afternoon" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm departing from Ny at around quarter past 2 in the afternoon on 9th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "United Airlines", + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines", + "Southwest Airlines" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any airline preferences? United Airlines, Southwest Airlines, anything else? Where are you visiting?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 17 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "night 9:30" + ], + "origin_city": [ + "Ny" + ], + "outbound_departure_time": [ + "quarter past 2 in the afternoon" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm traveling to Atlanta, GA, and I prefer United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_departure_time", + "values": [ + "2:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "21:30" + ], + "slot": "inbound_departure_time", + "values": [ + "9:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "origin_city", + "start": 59 + }, + { + "exclusive_end": 78, + "slot": "destination_city", + "start": 71 + }, + { + "exclusive_end": 134, + "slot": "departure_date", + "start": 125 + }, + { + "exclusive_end": 174, + "slot": "return_date", + "start": 164 + }, + { + "exclusive_end": 121, + "slot": "outbound_departure_time", + "start": 114 + }, + { + "exclusive_end": 160, + "slot": "inbound_departure_time", + "start": 153 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So I'll book an Economy ticket for 1 passenger to fly from New York to Atlanta with United Airlines, departing at 2:15 pm on March 9th, and returning at 9:30 pm on March 13th. Is that okay?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of March", + "March 9th" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "9:30 pm", + "night 9:30" + ], + "origin_city": [ + "New York", + "Ny" + ], + "outbound_departure_time": [ + "2:15 pm", + "quarter past 2 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good, but which airports will I be going to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "inbound_departure_time": "21:30", + "origin_city": "New York", + "outbound_departure_time": "14:15", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "00:02", + "inbound_departure_time": "21:40", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "20:21", + "outbound_departure_time": "14:40", + "passengers": "1", + "price": "210", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 131, + "slot": "destination_airport", + "start": 91 + }, + { + "exclusive_end": 76, + "slot": "origin_airport", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation was successful. You'll depart from JFK International Airport and arrive at Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of March", + "March 9th" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "9:30 pm", + "night 9:30" + ], + "origin_city": [ + "New York", + "Ny" + ], + "outbound_departure_time": [ + "2:15 pm", + "quarter past 2 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for your help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else you want help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of March", + "March 9th" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "9:30 pm", + "night 9:30" + ], + "origin_city": [ + "New York", + "Ny" + ], + "outbound_departure_time": [ + "2:15 pm", + "quarter past 2 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks, that's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "19_00110", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "March 8th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 98, + "slot": "return_date", + "start": 89 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking to go on a short trip. could you help me find something? I want to return on March 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be leaving? Where do you want to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:00" + ], + "slot": "inbound_departure_time", + "values": [ + "six am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 13 + }, + { + "exclusive_end": 67, + "slot": "inbound_departure_time", + "start": 61 + }, + { + "exclusive_end": 87, + "slot": "origin_city", + "start": 84 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "six am" + ], + "origin_city": [ + "ATL" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Seattle, WA. I want the return to be for around six am. I' coming from ATL." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you want to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "08:15" + ], + "slot": "outbound_departure_time", + "values": [ + "morning 8:15" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "outbound_departure_time", + "start": 7 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "six am" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "morning 8:15" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Around morning 8:15." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any preferred airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_city", + "start": 41 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "six am" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "morning 8:15" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, American Airlines. I'm leaving from LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "the 3rd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "departure_date", + "start": 3 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "six am" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "morning 8:15" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 3rd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:00" + ], + "slot": "inbound_departure_time", + "values": [ + "6 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "origin_city", + "start": 63 + }, + { + "exclusive_end": 57, + "slot": "destination_city", + "start": 50 + }, + { + "exclusive_end": 119, + "slot": "departure_date", + "start": 101 + }, + { + "exclusive_end": 146, + "slot": "return_date", + "start": 135 + }, + { + "exclusive_end": 183, + "slot": "outbound_departure_time", + "start": 176 + }, + { + "exclusive_end": 220, + "slot": "inbound_departure_time", + "start": 216 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, please confirm: You are travelling to Seattle from Los Angeles via American Airlines the day after tomorrow. You'll return next Friday. Your first flight leaves at 8:15 am and the return flight leaves at 6 am. There is 1 person travelling in economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "6 am", + "six am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:15 am", + "morning 8:15" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 8th", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, confirm. When does my return flight arrive? Is this refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Seattle", + "inbound_departure_time": "06:00", + "origin_city": "Los Angeles", + "outbound_departure_time": "08:15", + "passengers": "1", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I couldn't book that ticket. Is there anything else I can do?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "the 5th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "return_date", + "start": 51 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "6 am", + "six am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:15 am", + "morning 8:15" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 5th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can we amend this reservation? I want to return on the 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:00" + ], + "slot": "inbound_departure_time", + "values": [ + "6 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "origin_city", + "start": 40 + }, + { + "exclusive_end": 62, + "slot": "destination_city", + "start": 55 + }, + { + "exclusive_end": 115, + "slot": "departure_date", + "start": 97 + }, + { + "exclusive_end": 142, + "slot": "return_date", + "start": 130 + }, + { + "exclusive_end": 182, + "slot": "outbound_departure_time", + "start": 175 + }, + { + "exclusive_end": 217, + "slot": "inbound_departure_time", + "start": 213 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, please confirm: flight from Los Angeles to Seattle via American Airlines leaving the day after tomorrow.You'll return next Tuesday. Your outbound flight leaves at 8:15 am. Your return flight leaves at 6 am. There is 1 passenger travelling in economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver, BC" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "destination_city", + "start": 35 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Vancouver, BC" + ], + "inbound_departure_time": [ + "6 am", + "six am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:15 am", + "morning 8:15" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday", + "the 5th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's not right. I'm going to Vancouver, BC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "destination_city", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: flight to Vancouver for 1 person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "inbound_departure_time": [ + "6 am", + "six am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:15 am", + "morning 8:15" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday", + "the 5th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Vancouver", + "inbound_departure_time": "06:00", + "origin_city": "Los Angeles", + "outbound_departure_time": "08:15", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I couldn't book that ticket. Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "inbound_departure_time": [ + "6 am", + "six am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:15 am", + "morning 8:15" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday", + "the 5th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00111", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to buy some plane tickets for a short trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to leave and return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "09:30" + ], + "slot": "outbound_departure_time", + "values": [ + "9:30 in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "March 5th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "outbound_departure_time", + "start": 16 + }, + { + "exclusive_end": 62, + "slot": "return_date", + "start": 53 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "outbound_departure_time": [ + "9:30 in the morning" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave 9:30 in the morning and come home on March 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When exactly do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "departure_date", + "start": 0 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "outbound_departure_time": [ + "9:30 in the morning" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "1st of this month. I'm interested in booking with Southwest Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to go and when? Do you know what time you want to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LAX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:00" + ], + "slot": "inbound_departure_time", + "values": [ + "12 o\"clock in the afternoon" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "destination_city", + "start": 13 + }, + { + "exclusive_end": 100, + "slot": "inbound_departure_time", + "start": 73 + }, + { + "exclusive_end": 61, + "slot": "origin_city", + "start": 54 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "12 o\"clock in the afternoon" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:30 in the morning" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to LAX and would like to get back home from Chicago for around 12 o\"clock in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:30" + ], + "slot": "outbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:00" + ], + "slot": "inbound_departure_time", + "values": [ + "12 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "origin_city", + "start": 78 + }, + { + "exclusive_end": 100, + "slot": "destination_city", + "start": 89 + }, + { + "exclusive_end": 61, + "slot": "departure_date", + "start": 56 + }, + { + "exclusive_end": 124, + "slot": "return_date", + "start": 112 + }, + { + "exclusive_end": 72, + "slot": "outbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 133, + "slot": "inbound_departure_time", + "start": 128 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to make sure, you want a Southwest Airlines flight today at 9:30 am from Chicago to Los Angeles, returning next Tuesday at 12 pm. There's 1 passenger ticket in the Economy section." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "12 o\"clock in the afternoon", + "12 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:30 am", + "9:30 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds perfect, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "Los Angeles", + "inbound_departure_time": "12:00", + "origin_city": "Chicago", + "outbound_departure_time": "09:30", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "22:30", + "inbound_departure_time": "12:00", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "09:45", + "passengers": "1", + "price": "304", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "origin_city", + "start": 64 + }, + { + "exclusive_end": 86, + "slot": "destination_city", + "start": 75 + }, + { + "exclusive_end": 102, + "slot": "departure_date", + "start": 97 + }, + { + "exclusive_end": 129, + "slot": "return_date", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry, but I can't book your Southwest Airlines flight from Chicago to Los Angeles departing today and returning next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "12 o\"clock in the afternoon", + "12 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:30 am", + "9:30 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "Los Angeles", + "inbound_departure_time": "12:00", + "origin_city": "Chicago", + "outbound_departure_time": "09:30", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "22:30", + "inbound_departure_time": "12:00", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "09:45", + "passengers": "1", + "price": "304", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "origin_city", + "start": 64 + }, + { + "exclusive_end": 86, + "slot": "destination_city", + "start": 75 + }, + { + "exclusive_end": 102, + "slot": "departure_date", + "start": 97 + }, + { + "exclusive_end": 129, + "slot": "return_date", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry, but I can't book your Southwest Airlines flight from Chicago to Los Angeles departing today and returning next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "inbound_departure_time": [ + "12 o\"clock in the afternoon", + "12 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:30 am", + "9:30 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm all set, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "19_00112", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 124, + "slot": "origin_city", + "start": 122 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "LA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a short trip for the long weekend and need to buy some flight tickets. Can you get me Economy tickets out of LA?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your return date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "5th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "return_date", + "start": 29 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "LA" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to come back on the 5th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "United Airlines", + "British Airways" + ], + "slot": "airlines", + "values": [ + "United Airlines", + "British Airways" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What departure time and destination would you like? Do you have an airline in mind, like United Airlines, or British Airways?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:30" + ], + "slot": "outbound_departure_time", + "values": [ + "half past 1 in the afternoon" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 102, + "slot": "outbound_departure_time", + "start": 74 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "half past 1 in the afternoon" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to go to NYC on Southwest Airlines. Are there any flights around half past 1 in the afternoon?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What about your return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "the 1st" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:45" + ], + "slot": "inbound_departure_time", + "values": [ + "5:45 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "departure_date", + "start": 22 + }, + { + "exclusive_end": 44, + "slot": "inbound_departure_time", + "start": 37 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "5:45 pm" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "half past 1 in the afternoon" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to return on the 1st around 5:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:30" + ], + "slot": "outbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:45" + ], + "slot": "inbound_departure_time", + "values": [ + "5:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "origin_city", + "start": 31 + }, + { + "exclusive_end": 54, + "slot": "destination_city", + "start": 46 + }, + { + "exclusive_end": 60, + "slot": "departure_date", + "start": 55 + }, + { + "exclusive_end": 150, + "slot": "return_date", + "start": 138 + }, + { + "exclusive_end": 93, + "slot": "outbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 170, + "slot": "inbound_departure_time", + "start": 163 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: departure from Los Angeles to New York today on Southwest Airlines at 1:30 pm, Economy seating for 1 passenger. Return is next Tuesday, leaving at 5:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "NYC", + "New York" + ], + "inbound_departure_time": [ + "5:45 pm" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "1:30 pm", + "half past 1 in the afternoon" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I changed my mind. Let's try United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 1 passenger for United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "NYC", + "New York" + ], + "inbound_departure_time": [ + "5:45 pm" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "1:30 pm", + "half past 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, when does my flight back get here?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "New York", + "inbound_departure_time": "17:45", + "origin_city": "Los Angeles", + "outbound_departure_time": "13:30", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I couldn't get your ticket. 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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "NYC", + "New York" + ], + "inbound_departure_time": [ + "5:45 pm" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "1:30 pm", + "half past 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00113", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am planning a brief trip. Would you help me find flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, of course. When do you plan to leave, and when are you returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 23 + }, + { + "exclusive_end": 64, + "slot": "return_date", + "start": 56 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on the 7th of this month, and return on the 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any preferred time for your arrival and departure? Also, do you prefer any specific airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:30" + ], + "slot": "inbound_departure_time", + "values": [ + "half past 1 in the afternoon" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "09:45" + ], + "slot": "outbound_departure_time", + "values": [ + "9:45 in the morning" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 157, + "slot": "inbound_departure_time", + "start": 129 + }, + { + "exclusive_end": 90, + "slot": "outbound_departure_time", + "start": 71 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "inbound_departure_time": [ + "half past 1 in the afternoon" + ], + "outbound_departure_time": [ + "9:45 in the morning" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer Southwest Airlines if available. I plan to leave around 9:45 in the morning. I would like my return flight around half past 1 in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 19 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "inbound_departure_time": [ + "half past 1 in the afternoon" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:45 in the morning" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am flying out of Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "destination_city", + "start": 0 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "half past 1 in the afternoon" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:45 in the morning" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Seattle is my destination." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:45" + ], + "slot": "outbound_departure_time", + "values": [ + "9:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:30" + ], + "slot": "inbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 132, + "slot": "origin_city", + "start": 125 + }, + { + "exclusive_end": 50, + "slot": "destination_city", + "start": 43 + }, + { + "exclusive_end": 146, + "slot": "departure_date", + "start": 133 + }, + { + "exclusive_end": 186, + "slot": "return_date", + "start": 176 + }, + { + "exclusive_end": 157, + "slot": "outbound_departure_time", + "start": 150 + }, + { + "exclusive_end": 197, + "slot": "inbound_departure_time", + "start": 190 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: you are seeking tickets to Seattle for 1 passenger in Economy class on Southwest Airlines. You are departing Chicago next Thursday at 9:45 am. You'll return on March 12th at 1:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "1:30 pm", + "half past 1 in the afternoon" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:45 am", + "9:45 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's good. What time do I arrive in Seattle?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12:15" + ], + "slot": "outbound_arrival_time", + "values": [ + "12:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_city": "Seattle", + "inbound_departure_time": "13:30", + "origin_city": "Chicago", + "outbound_departure_time": "09:45", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "22:07", + "inbound_departure_time": "13:05", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "12:15", + "outbound_departure_time": "09:45", + "passengers": "1", + "price": "246", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 116, + "slot": "outbound_arrival_time", + "start": 108 + }, + { + "exclusive_end": 85, + "slot": "origin_city", + "start": 78 + }, + { + "exclusive_end": 96, + "slot": "destination_city", + "start": 89 + }, + { + "exclusive_end": 130, + "slot": "departure_date", + "start": 117 + }, + { + "exclusive_end": 166, + "slot": "return_date", + "start": 156 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I was not able to book that ticket. The Southwest Airlines flight from Chicago to Seattle arrives at 12:15 pm next Thursday, with a return flight on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "1:30 pm", + "half past 1 in the afternoon" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "9:45 am", + "9:45 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you, that's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00114", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me in buying flight tickets for my short trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What will be your destination, date of departure and return flight dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "the 1st" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "destination_city", + "start": 23 + }, + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 35 + }, + { + "exclusive_end": 89, + "slot": "return_date", + "start": 71 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Chi-town" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be traveling to Chi-town on the 1st and will return back on the 14th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "what will be your preferred flight, time and place of departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:30" + ], + "slot": "outbound_departure_time", + "values": [ + "7:30 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 91, + "slot": "outbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 80, + "slot": "origin_city", + "start": 69 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "7:30 am" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My preferred flight is Southwest Airlines and I will be leaving from Los Angeles at 7:30 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be returning back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:15" + ], + "slot": "inbound_departure_time", + "values": [ + "7:15 in the morning" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:15" + ], + "slot": "outbound_departure_time", + "values": [ + "5:15 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "inbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 28, + "slot": "outbound_departure_time", + "start": 21 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "7:15 in the morning" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "5:15 pm" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving at 5:15 pm and will return around 7:15 in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:15" + ], + "slot": "outbound_departure_time", + "values": [ + "5:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:15" + ], + "slot": "inbound_departure_time", + "values": [ + "7:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 130, + "slot": "origin_city", + "start": 119 + }, + { + "exclusive_end": 141, + "slot": "destination_city", + "start": 134 + }, + { + "exclusive_end": 151, + "slot": "departure_date", + "start": 146 + }, + { + "exclusive_end": 213, + "slot": "return_date", + "start": 203 + }, + { + "exclusive_end": 162, + "slot": "outbound_departure_time", + "start": 155 + }, + { + "exclusive_end": 225, + "slot": "inbound_departure_time", + "start": 218 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the details: You want me to book an Economy class flight ticket Southwest Airlines for 1 passenger from Los Angeles to Chicago for today at 5:15 pm. The date and time for return flight is March 14th and 7:15 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops", + "price" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "7:15 am", + "7:15 in the morning" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "5:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good. Tell me the cost and check if it has zero stop?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "Chicago", + "inbound_departure_time": "07:15", + "origin_city": "Los Angeles", + "outbound_departure_time": "17:15", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry Your ticket could not be booked. DO you need me to help you with something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "7:15 am", + "7:15 in the morning" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "5:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. That will be all. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am glad I could help. Have a great day." + } + ] + }, + { + "dialogue_id": "19_00115", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need flight tickets for a short trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What airlines do you prefer?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you departing? What time and date are you returning and when do you want to depart for your return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:15" + ], + "slot": "inbound_departure_time", + "values": [ + "2:15 in the afternoon" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "New Delhi" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "the 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 107, + "slot": "inbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 22, + "slot": "origin_city", + "start": 13 + }, + { + "exclusive_end": 44, + "slot": "return_date", + "start": 37 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "inbound_departure_time": [ + "2:15 in the afternoon" + ], + "origin_city": [ + "New Delhi" + ], + "return_date": [ + "the 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving New Delhi, returning on the 9th, and want that return flight to leave at 2:15 in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date and time are you leaving and where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "the 5th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "01:30" + ], + "slot": "outbound_departure_time", + "values": [ + "half past 1 in the morning" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "destination_city", + "start": 54 + }, + { + "exclusive_end": 50, + "slot": "departure_date", + "start": 43 + }, + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 75 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 5th" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "2:15 in the afternoon" + ], + "origin_city": [ + "New Delhi" + ], + "outbound_departure_time": [ + "half past 1 in the morning" + ], + "return_date": [ + "the 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to travel in Economy for my trip on the 5th to SFO. I want to leave half past 1 in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "Delhi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "01:30" + ], + "slot": "outbound_departure_time", + "values": [ + "1:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:15" + ], + "slot": "inbound_departure_time", + "values": [ + "2:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "origin_city", + "start": 40 + }, + { + "exclusive_end": 62, + "slot": "destination_city", + "start": 49 + }, + { + "exclusive_end": 117, + "slot": "departure_date", + "start": 105 + }, + { + "exclusive_end": 168, + "slot": "return_date", + "start": 159 + }, + { + "exclusive_end": 104, + "slot": "outbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 155, + "slot": "inbound_departure_time", + "start": 148 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 1 ticket in Economy class from Delhi to San Francisco on United Airlines that leaves at 1:30 am next Tuesday. The return flight departs at 2:15 pm on March 9th. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday", + "the 5th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "2:15 in the afternoon", + "2:15 pm" + ], + "origin_city": [ + "Delhi", + "New Delhi" + ], + "outbound_departure_time": [ + "1:30 am", + "half past 1 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th", + "the 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works. What airport does it depart from and does it have 1 stop?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Indira Gandhi International Airport" + ], + "slot": "origin_airport", + "values": [ + "Indira Gandhi International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_city": "San Francisco", + "inbound_departure_time": "14:15", + "origin_city": "Delhi", + "outbound_departure_time": "01:30", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "20:39", + "inbound_departure_time": "14:00", + "number_stops": "1", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "07:55", + "outbound_departure_time": "01:10", + "passengers": "1", + "price": "340", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "origin_airport", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight has 1 stop and departs from Indira Gandhi International Airport. Your flight has been booked." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday", + "the 5th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "2:15 in the afternoon", + "2:15 pm" + ], + "origin_city": [ + "Delhi", + "New Delhi" + ], + "outbound_departure_time": [ + "1:30 am", + "half past 1 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th", + "the 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any more help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday", + "the 5th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "2:15 in the afternoon", + "2:15 pm" + ], + "origin_city": [ + "Delhi", + "New Delhi" + ], + "outbound_departure_time": [ + "1:30 am", + "half past 1 in the morning" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th", + "the 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is all. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00116", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "03:15" + ], + "slot": "inbound_departure_time", + "values": [ + "3:15 in the morning" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "inbound_departure_time", + "start": 63 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "inbound_departure_time": [ + "3:15 in the morning" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning to go on a trip and I need flight tickets around 3:15 in the morning for a return flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "7th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "11:00" + ], + "slot": "outbound_departure_time", + "values": [ + "11 in the morning" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "return_date", + "start": 27 + }, + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 77 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "inbound_departure_time": [ + "3:15 in the morning" + ], + "outbound_departure_time": [ + "11 in the morning" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be returning on the 7th of March. For the 1st flight it can be around 11 in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver, BC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "destination_city", + "start": 24 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Vancouver, BC" + ], + "inbound_departure_time": [ + "3:15 in the morning" + ], + "outbound_departure_time": [ + "11 in the morning" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be travelling to Vancouver, BC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Air France", + "United Airlines" + ], + "slot": "airlines", + "values": [ + "Air France", + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the departure city and date of departure? Do you have a preferred airline such as Air France, United Airlines or any other airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "origin_city", + "start": 50 + }, + { + "exclusive_end": 78, + "slot": "departure_date", + "start": 61 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "inbound_departure_time": [ + "3:15 in the morning" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "11 in the morning" + ], + "passengers": [ + "2" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please book for Delta Airlines. I am leaving from NYC on the 1st of this month and there is two people in my travel group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:00" + ], + "slot": "outbound_departure_time", + "values": [ + "11 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "03:15" + ], + "slot": "inbound_departure_time", + "values": [ + "3:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 103, + "slot": "origin_city", + "start": 95 + }, + { + "exclusive_end": 116, + "slot": "destination_city", + "start": 107 + }, + { + "exclusive_end": 122, + "slot": "departure_date", + "start": 117 + }, + { + "exclusive_end": 160, + "slot": "return_date", + "start": 147 + }, + { + "exclusive_end": 131, + "slot": "outbound_departure_time", + "start": 126 + }, + { + "exclusive_end": 171, + "slot": "inbound_departure_time", + "start": 164 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: 2 Economy Seats on Delta Airlines. Departure flight from New York to Vancouver today at 11 am. Return flight next Thursday at 3:15 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "price" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "inbound_departure_time": [ + "3:15 am", + "3:15 in the morning" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "11 am", + "11 in the morning" + ], + "passengers": [ + "2" + ], + "return_date": [ + "7th of March", + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is correct, may I have the price?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "308" + ], + "slot": "price", + "values": [ + "$308" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "inbound_departure_time": "03:15", + "origin_city": "New York", + "outbound_departure_time": "11:00", + "passengers": "2", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "18:40", + "inbound_departure_time": "03:20", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "11:25", + "passengers": "2", + "price": "308", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "price", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed and the price is $308" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "inbound_departure_time": [ + "3:15 am", + "3:15 in the morning" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "11 am", + "11 in the morning" + ], + "passengers": [ + "2" + ], + "return_date": [ + "7th of March", + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I assist you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "inbound_departure_time": [ + "3:15 am", + "3:15 in the morning" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "11 am", + "11 in the morning" + ], + "passengers": [ + "2" + ], + "return_date": [ + "7th of March", + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day!" + } + ] + }, + { + "dialogue_id": "19_00117", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 38 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me buy flight tickets to San Fran on economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want the return to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:45" + ], + "slot": "inbound_departure_time", + "values": [ + "14:45" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "inbound_departure_time", + "start": 7 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "inbound_departure_time": [ + "14:45" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Around 14:45 please" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "departure_date", + "start": 7 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "inbound_departure_time": [ + "14:45" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 1st of this month" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any preffered airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "inbound_departure_time": [ + "14:45" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to leave and when are you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "13:30" + ], + "slot": "outbound_departure_time", + "values": [ + "half past 1 in the afternoon" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_departure_time", + "start": 23 + }, + { + "exclusive_end": 78, + "slot": "return_date", + "start": 68 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "inbound_departure_time": [ + "14:45" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "half past 1 in the afternoon" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave around half past 1 in the afternoon and get back on March 14th" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "ATL" + ], + "inbound_departure_time": [ + "14:45" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "half past 1 in the afternoon" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to ATL." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:30" + ], + "slot": "outbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:45" + ], + "slot": "inbound_departure_time", + "values": [ + "2:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "origin_city", + "start": 26 + }, + { + "exclusive_end": 50, + "slot": "destination_city", + "start": 43 + }, + { + "exclusive_end": 86, + "slot": "departure_date", + "start": 81 + }, + { + "exclusive_end": 157, + "slot": "return_date", + "start": 147 + }, + { + "exclusive_end": 97, + "slot": "outbound_departure_time", + "start": 90 + }, + { + "exclusive_end": 143, + "slot": "inbound_departure_time", + "start": 136 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Flight to San Francisco to Atlanta on American Airlines, Leaving today at 1:30 pm. The return flight will be leaving at 2:45 pm on March 14th. This flight is economy for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "14:45", + "2:45 pm" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "1:30 pm", + "half past 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport am I going from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "Atlanta", + "inbound_departure_time": "14:45", + "origin_city": "San Francisco", + "outbound_departure_time": "13:30", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "18:15", + "inbound_departure_time": "14:30", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "22:44", + "outbound_departure_time": "13:20", + "passengers": "1", + "price": "273", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirmed tickets, from SFO International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "14:45", + "2:45 pm" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "1:30 pm", + "half past 1 in the afternoon" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks thats all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great Day!" + } + ] + }, + { + "dialogue_id": "19_00118", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "the 4th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 94, + "slot": "return_date", + "start": 87 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "the 4th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need some plane tickets for a little trip I'm taking. Can you help? I will return on the 4th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "American Airlines", + "United Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines", + "United Airlines" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want tickets for American Airlines, United Airlines or a different line? When will you leave and when do you want the return flight departure time to be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "09:30" + ], + "slot": "inbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "15:45" + ], + "slot": "outbound_departure_time", + "values": [ + "quarter to 4 in the afternoon" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "inbound_departure_time", + "start": 40 + }, + { + "exclusive_end": 156, + "slot": "outbound_departure_time", + "start": 127 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "inbound_departure_time": [ + "9:30 am" + ], + "outbound_departure_time": [ + "quarter to 4 in the afternoon" + ], + "return_date": [ + "the 4th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly on United Airlines around 9:30 am for the return flight. Starting off I can depart from my home airport around a quarter to 4 in the afternoon." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want departure to be? Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "this saturday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "destination_city", + "start": 31 + }, + { + "exclusive_end": 70, + "slot": "departure_date", + "start": 57 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this saturday" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "9:30 am" + ], + "outbound_departure_time": [ + "quarter to 4 in the afternoon" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 4th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to visit my aunt in Atlanta, GA. I am leaving this saturday. I requre 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From what city will you depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 15 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this saturday" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "9:30 am" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "quarter to 4 in the afternoon" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 4th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My house is in Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:45" + ], + "slot": "outbound_departure_time", + "values": [ + "3:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:30" + ], + "slot": "inbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_city", + "start": 33 + }, + { + "exclusive_end": 128, + "slot": "destination_city", + "start": 121 + }, + { + "exclusive_end": 61, + "slot": "departure_date", + "start": 53 + }, + { + "exclusive_end": 155, + "slot": "return_date", + "start": 144 + }, + { + "exclusive_end": 51, + "slot": "outbound_departure_time", + "start": 44 + }, + { + "exclusive_end": 176, + "slot": "inbound_departure_time", + "start": 169 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I think I have it: You'll depart Seattle at 3:45 pm. tomorrow on United Airlines with 3 people on Economy class going to Atlanta. You'll return next Monday, boarding at 9:30 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this saturday", + "tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "9:30 am" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm", + "quarter to 4 in the afternoon" + ], + "passengers": [ + "3" + ], + "return_date": [ + "next Monday", + "the 4th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good as long as there are zero stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "inbound_departure_time": "09:30", + "origin_city": "Seattle", + "outbound_departure_time": "15:45", + "passengers": "3", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "15:21", + "inbound_departure_time": "09:40", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "04:21", + "outbound_departure_time": "16:10", + "passengers": "3", + "price": "329", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have your ticket but the number of stops is 1." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this saturday", + "tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "9:30 am" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm", + "quarter to 4 in the afternoon" + ], + "passengers": [ + "3" + ], + "return_date": [ + "next Monday", + "the 4th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I guess that will have to do, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any rental reservations or anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this saturday", + "tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "9:30 am" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm", + "quarter to 4 in the afternoon" + ], + "passengers": [ + "3" + ], + "return_date": [ + "next Monday", + "the 4th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, my aunt is picking me up and I'm staying with her." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good visit with your aunt." + } + ] + }, + { + "dialogue_id": "19_00119", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need some airline tickets for a quick trip" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course. What day are you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "return_date", + "start": 15 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll return on the 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, and I need the city you're leaving from and the times for your flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "16:30" + ], + "slot": "inbound_departure_time", + "values": [ + "4:30 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "06:45" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 79, + "slot": "inbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 40, + "slot": "outbound_departure_time", + "start": 35 + }, + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 21 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "inbound_departure_time": [ + "4:30 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "06:45" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving from SFO at around 06:45, with the return flight around 4:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Air France", + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Air France", + "Delta Airlines" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any preferred airline? Perhaps Air France, Delta Airlines, or anything else? What day will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "later today" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "departure_date", + "start": 33 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "later today" + ], + "inbound_departure_time": [ + "4:30 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "06:45" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer Delta Airlines, leaving later today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And going where?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "ATL" + ], + "inbound_departure_time": [ + "4:30 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "06:45" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to go to ATL" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:30" + ], + "slot": "inbound_departure_time", + "values": [ + "4:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_city", + "start": 30 + }, + { + "exclusive_end": 54, + "slot": "destination_city", + "start": 47 + }, + { + "exclusive_end": 89, + "slot": "departure_date", + "start": 84 + }, + { + "exclusive_end": 114, + "slot": "return_date", + "start": 104 + }, + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 129 + }, + { + "exclusive_end": 161, + "slot": "inbound_departure_time", + "start": 154 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: a flight from San Francisco to Atlanta on Delta Airlines, departing today and returning March 12th. Departing at 6:45 am and returning at 4:30 pm. Economy class for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "number_stops", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "later today", + "today" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "4:30 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "06:45", + "6:45 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's right. What is the departure airport and how many stops?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Atlanta", + "inbound_departure_time": "16:30", + "origin_city": "San Francisco", + "outbound_departure_time": "06:45", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "22:41", + "inbound_departure_time": "16:20", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:26", + "outbound_departure_time": "06:40", + "passengers": "1", + "price": "311", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "origin_airport", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight has been booked. It has 1 stop and departs from SFO International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "later today", + "today" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "4:30 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "06:45", + "6:45 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day" + } + ] + }, + { + "dialogue_id": "19_00120", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "20:45" + ], + "slot": "inbound_departure_time", + "values": [ + "8:45 in the night" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 109, + "slot": "inbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 81, + "slot": "origin_city", + "start": 76 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "inbound_departure_time": [ + "8:45 in the night" + ], + "origin_city": [ + "Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a trip. Can you help me with the tickets? I want to leave from Vegas at around 8:45 in the night." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any preferred airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "inbound_departure_time": [ + "8:45 in the night" + ], + "origin_city": [ + "Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day are you leaving and when do you plan to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "destination_city", + "start": 13 + }, + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 29 + }, + { + "exclusive_end": 82, + "slot": "return_date", + "start": 69 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Friday" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "8:45 in the night" + ], + "origin_city": [ + "Vegas" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to SF. I'm leaving next Friday and I want to return on the 14th of March. There's 2 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what time do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "22:30" + ], + "slot": "outbound_departure_time", + "values": [ + "22:30" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "outbound_departure_time", + "start": 41 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Friday" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "8:45 in the night" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "22:30" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "For the outbound trip I can leave around 22:30." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "22:30" + ], + "slot": "outbound_departure_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "20:45" + ], + "slot": "inbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "origin_city", + "start": 60 + }, + { + "exclusive_end": 86, + "slot": "destination_city", + "start": 73 + }, + { + "exclusive_end": 134, + "slot": "departure_date", + "start": 123 + }, + { + "exclusive_end": 162, + "slot": "return_date", + "start": 152 + }, + { + "exclusive_end": 202, + "slot": "outbound_departure_time", + "start": 194 + }, + { + "exclusive_end": 243, + "slot": "inbound_departure_time", + "start": 236 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No, problem, please confirm: Trip for 2 people leaving from Las Vegas to San Francisco via Delta Airlines. You are leaving next Friday and returning on March 14th. The outbound flight leaves at 10:30 pm and your return flight leaves at 8:45 pm. You are flying economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "price" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "8:45 in the night", + "8:45 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "10:30 pm", + "22:30" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I confirm. How much is that gonna cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "96" + ], + "slot": "price", + "values": [ + "$96" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_city": "San Francisco", + "inbound_departure_time": "20:45", + "origin_city": "Las Vegas", + "outbound_departure_time": "22:30", + "passengers": "2", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "22:25", + "inbound_departure_time": "20:50", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "00:25", + "outbound_departure_time": "22:50", + "passengers": "2", + "price": "96", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 16, + "slot": "price", + "start": 13 + }, + { + "exclusive_end": 45, + "slot": "origin_city", + "start": 36 + }, + { + "exclusive_end": 72, + "slot": "destination_city", + "start": 59 + }, + { + "exclusive_end": 122, + "slot": "departure_date", + "start": 111 + }, + { + "exclusive_end": 148, + "slot": "return_date", + "start": 138 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The price is $96. It's leaving from Las Vegas and going to San Francisco. It's with Delta Airlines and departs next Friday. It returns on March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "8:45 in the night", + "8:45 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "10:30 pm", + "22:30" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_city": "San Francisco", + "inbound_departure_time": "20:45", + "origin_city": "Las Vegas", + "outbound_departure_time": "22:30", + "passengers": "2", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "22:25", + "inbound_departure_time": "20:50", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "00:25", + "outbound_departure_time": "22:50", + "passengers": "2", + "price": "96", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "8:45 in the night", + "8:45 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "10:30 pm", + "22:30" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "8:45 in the night", + "8:45 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "10:30 pm", + "22:30" + ], + "passengers": [ + "2" + ], + "return_date": [ + "14th of March", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's it, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00121", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me book flights for a short trip? I am traveling in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you plan to leave and return? What time would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "the 6th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "16:00" + ], + "slot": "outbound_departure_time", + "values": [ + "16:00" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "departure_date", + "start": 16 + }, + { + "exclusive_end": 83, + "slot": "outbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 54, + "slot": "return_date", + "start": 46 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 6th" + ], + "outbound_departure_time": [ + "16:00" + ], + "return_date": [ + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving on the 6th and plan to return on the 12th. I can leave at around 16:00." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And in what time would you like to return from your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "00:15" + ], + "slot": "inbound_departure_time", + "values": [ + "morning 0:15" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "inbound_departure_time", + "start": 10 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 6th" + ], + "inbound_departure_time": [ + "morning 0:15" + ], + "outbound_departure_time": [ + "16:00" + ], + "return_date": [ + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At around morning 0:15." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "British Airways", + "United Airlines" + ], + "slot": "airlines", + "values": [ + "British Airways", + "United Airlines" + ] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a preferred airlines, like British Airways or United Airlines? Where will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "3rd of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "destination_city", + "start": 52 + }, + { + "exclusive_end": 28, + "slot": "departure_date", + "start": 16 + }, + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 35 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "morning 0:15" + ], + "origin_city": [ + "New York City" + ], + "outbound_departure_time": [ + "16:00" + ], + "return_date": [ + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving on 3rd of March, from New York City to Atlanta, GA. I prefer Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:00" + ], + "slot": "outbound_departure_time", + "values": [ + "4 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "00:15" + ], + "slot": "inbound_departure_time", + "values": [ + "0:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "origin_city", + "start": 39 + }, + { + "exclusive_end": 58, + "slot": "destination_city", + "start": 51 + }, + { + "exclusive_end": 126, + "slot": "departure_date", + "start": 108 + }, + { + "exclusive_end": 159, + "slot": "return_date", + "start": 149 + }, + { + "exclusive_end": 134, + "slot": "outbound_departure_time", + "start": 130 + }, + { + "exclusive_end": 170, + "slot": "inbound_departure_time", + "start": 163 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm! You want to leave from New York to Atlanta in a Delta Airlines plane. You plan to leave the day after tomorrow at 4 pm and return on March 12th at 0:15 am. You will travel in Economy and it's just 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "0:15 am", + "morning 0:15" + ], + "origin_city": [ + "New York", + "New York City" + ], + "outbound_departure_time": [ + "16:00", + "4 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, make it 2 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "So it is 2 passengers for the Delta Airlines trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "price", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "0:15 am", + "morning 0:15" + ], + "origin_city": [ + "New York", + "New York City" + ], + "outbound_departure_time": [ + "16:00", + "4 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's it. Is the ticket refundable? How much will it cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_city": "Atlanta", + "inbound_departure_time": "00:15", + "origin_city": "New York", + "outbound_departure_time": "16:00", + "passengers": "2", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I couldn't book it. Can I assist you in anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "0:15 am", + "morning 0:15" + ], + "origin_city": [ + "New York", + "New York City" + ], + "outbound_departure_time": [ + "16:00", + "4 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that was all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00122", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "the 12th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 92, + "slot": "return_date", + "start": 84 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go on a short trip. WOuld you help to find tickets? I'd like to return on the 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date and time do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "6th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "08:00" + ], + "slot": "outbound_departure_time", + "values": [ + "morning 8" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 25 + }, + { + "exclusive_end": 61, + "slot": "outbound_departure_time", + "start": 52 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "6th of this month" + ], + "outbound_departure_time": [ + "morning 8" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to leave on the 6th of this month at about morning 8." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like your return flight to leve?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "09:15" + ], + "slot": "inbound_departure_time", + "values": [ + "morning 9:15" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "destination_city", + "start": 22 + }, + { + "exclusive_end": 66, + "slot": "inbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 39, + "slot": "origin_city", + "start": 36 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "morning 9:15" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "morning 8" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to travel to Portland from SFO and can leave morning 9:15." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [ + "Southwest Airlines", + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines", + "Delta Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have a favorite airline? What about Southwest Airlines, Delta Airlines or something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "morning 9:15" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "morning 8" + ], + "passengers": [ + "2" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Delta Airlines. I will need 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:00" + ], + "slot": "outbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:15" + ], + "slot": "inbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "origin_city", + "start": 40 + }, + { + "exclusive_end": 65, + "slot": "destination_city", + "start": 57 + }, + { + "exclusive_end": 115, + "slot": "departure_date", + "start": 101 + }, + { + "exclusive_end": 154, + "slot": "return_date", + "start": 144 + }, + { + "exclusive_end": 123, + "slot": "outbound_departure_time", + "start": 119 + }, + { + "exclusive_end": 165, + "slot": "inbound_departure_time", + "start": 158 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you will leave from San Francisco to Portland on Delta Airlines. You will depart next Wednesday at 8 am. You will return on March 12th at 9:15 am. You need 2 economy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "9:15 am", + "morning 9:15" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "8 am", + "morning 8" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_city": "Portland", + "inbound_departure_time": "09:15", + "origin_city": "San Francisco", + "outbound_departure_time": "08:00", + "passengers": "2", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "14:11", + "inbound_departure_time": "09:35", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "12:08", + "outbound_departure_time": "08:00", + "passengers": "2", + "price": "191", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 99, + "slot": "origin_city", + "start": 86 + }, + { + "exclusive_end": 120, + "slot": "destination_city", + "start": 112 + }, + { + "exclusive_end": 135, + "slot": "departure_date", + "start": 121 + }, + { + "exclusive_end": 158, + "slot": "return_date", + "start": 148 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I was unable to book the flight. How about a Delta Airlines flight that leaves San Francisco and goes to Portland next Wednesday and returns March 12th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "9:15 am", + "morning 9:15" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "8 am", + "morning 8" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That should work." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_city": "Portland", + "inbound_departure_time": "09:15", + "origin_city": "San Francisco", + "outbound_departure_time": "08:00", + "passengers": "2", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "14:11", + "inbound_departure_time": "09:35", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "12:08", + "outbound_departure_time": "08:00", + "passengers": "2", + "price": "191", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "9:15 am", + "morning 9:15" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "8 am", + "morning 8" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Gret. Thank you, that is all I wanted." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one." + } + ] + }, + { + "dialogue_id": "19_00123", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "return_date", + "start": 47 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "can you buy flight tickets for a short trip on 11th of this month?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you want to leave? Do you have preferred airlines? When you want the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:45" + ], + "slot": "inbound_departure_time", + "values": [ + "quarter to 8 in the evening" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "morning 6:45" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 109, + "slot": "inbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 56, + "slot": "outbound_departure_time", + "start": 44 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "inbound_departure_time": [ + "quarter to 8 in the evening" + ], + "outbound_departure_time": [ + "morning 6:45" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer United Airlines. My onward trip in morning 6:45 and return flight around quarter to 8 in the evening." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "where will you be leaving from? Where is your visit? When you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "6th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 16 + }, + { + "exclusive_end": 45, + "slot": "departure_date", + "start": 28 + }, + { + "exclusive_end": 70, + "slot": "origin_city", + "start": 63 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "quarter to 8 in the evening" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "morning 6:45" + ], + "return_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving to Chi-town on 6th of this month and leaving from Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "19:45" + ], + "slot": "inbound_departure_time", + "values": [ + "7:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "origin_city", + "start": 37 + }, + { + "exclusive_end": 55, + "slot": "destination_city", + "start": 48 + }, + { + "exclusive_end": 73, + "slot": "departure_date", + "start": 59 + }, + { + "exclusive_end": 113, + "slot": "return_date", + "start": 103 + }, + { + "exclusive_end": 84, + "slot": "outbound_departure_time", + "start": 77 + }, + { + "exclusive_end": 124, + "slot": "inbound_departure_time", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm. United Airlines from Atlanta to Chicago on next wednesday at 6:45 am and the return on March 11th at 7:45 pm for 1 passenger in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "price", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "price", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month", + "next wednesday" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "7:45 pm", + "quarter to 8 in the evening" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "6:45 am", + "morning 6:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Is the ticket refundable? How much does it cost?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_city": "Chicago", + "inbound_departure_time": "19:45", + "origin_city": "Atlanta", + "outbound_departure_time": "06:45", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry i couldn't book your ticket. Shall i help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "origin_city", + "start": 44 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month", + "next wednesday" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "7:45 pm", + "quarter to 8 in the evening" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:45 am", + "morning 6:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to make the reservation leaving from Seattle, WA" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "19:45" + ], + "slot": "inbound_departure_time", + "values": [ + "7:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "origin_city", + "start": 37 + }, + { + "exclusive_end": 55, + "slot": "destination_city", + "start": 48 + }, + { + "exclusive_end": 73, + "slot": "departure_date", + "start": 59 + }, + { + "exclusive_end": 113, + "slot": "return_date", + "start": 103 + }, + { + "exclusive_end": 84, + "slot": "outbound_departure_time", + "start": 77 + }, + { + "exclusive_end": 124, + "slot": "inbound_departure_time", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm. United Airlines from Seattle to Chicago on next wednesday at 6:45 am and the return on March 11th at 7:45 pm for 1 passenger in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 22 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month", + "next wednesday" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "7:45 pm", + "quarter to 8 in the evening" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:45 am", + "morning 6:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No i am travelling to Phoenix" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "destination_city", + "start": 44 + }, + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm. The onward flight leaves to Phoenix at 6:45 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month", + "next wednesday" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "7:45 pm", + "quarter to 8 in the evening" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:45 am", + "morning 6:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "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": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_city": "Phoenix", + "inbound_departure_time": "19:45", + "origin_city": "Seattle", + "outbound_departure_time": "06:45", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry i couldn't book your ticket. Shall i help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month", + "next wednesday" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "7:45 pm", + "quarter to 8 in the evening" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:45 am", + "morning 6:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of this month", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thanks for your help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00124", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 99, + "slot": "return_date", + "start": 81 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to be traveling and I need some flight tickets. I expect to return the 14th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your departure date and at what time do you wish to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "11th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "09:45" + ], + "slot": "outbound_departure_time", + "values": [ + "9:45 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "departure_date", + "start": 43 + }, + { + "exclusive_end": 38, + "slot": "outbound_departure_time", + "start": 31 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of this month" + ], + "outbound_departure_time": [ + "9:45 am" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "If possible I want to leave at 9:45 am the 11th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Were will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of this month" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:45 am" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Atlanta, GA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your destination and at what time do you wish to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:45" + ], + "slot": "inbound_departure_time", + "values": [ + "night 8:45" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "destination_city", + "start": 19 + }, + { + "exclusive_end": 79, + "slot": "inbound_departure_time", + "start": 69 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "New York City" + ], + "inbound_departure_time": [ + "night 8:45" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:45 am" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be going to New York City and if possible I want to return at night 8:45." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you wish to fly with a specific airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "New York City" + ], + "inbound_departure_time": [ + "night 8:45" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:45 am" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like Delta Airlines if possible." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:45" + ], + "slot": "outbound_departure_time", + "values": [ + "9:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "20:45" + ], + "slot": "inbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 107, + "slot": "origin_city", + "start": 100 + }, + { + "exclusive_end": 80, + "slot": "destination_city", + "start": 72 + }, + { + "exclusive_end": 153, + "slot": "departure_date", + "start": 143 + }, + { + "exclusive_end": 167, + "slot": "return_date", + "start": 157 + }, + { + "exclusive_end": 187, + "slot": "outbound_departure_time", + "start": 180 + }, + { + "exclusive_end": 212, + "slot": "inbound_departure_time", + "start": 205 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 1 Economy class ticket from Delta Airlines. Destination New York and departing from Atlanta. The dates of the flights are from March 11th to March 14th. Leaving at 9:45 am and returning at 8:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "20:45" + ], + "slot": "outbound_departure_time", + "values": [ + "night 8:45" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 43 + }, + { + "exclusive_end": 94, + "slot": "origin_city", + "start": 81 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "New York", + "New York City" + ], + "inbound_departure_time": [ + "8:45 pm", + "night 8:45" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "8:45 pm", + "night 8:45" + ], + "return_date": [ + "14th of this month", + "March 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like my departing trip to leave at night 8:45 and if possible leave from San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "20:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "origin_city", + "start": 29 + }, + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: leaving from San Francisco at 8:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "New York", + "New York City" + ], + "inbound_departure_time": [ + "8:45 pm", + "night 8:45" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "8:45 pm", + "night 8:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sound great. To what airport is the flight going to arrive and return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_city": "New York", + "inbound_departure_time": "20:45", + "origin_city": "San Francisco", + "outbound_departure_time": "20:45", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, there was an error trying to book your flight. Is there anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "evening 5" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "inbound_departure_time", + "start": 60 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "New York", + "New York City" + ], + "inbound_departure_time": [ + "evening 5" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "8:45 pm", + "night 8:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to book the flight. I plan to return the same day at evening 5." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "20:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 113, + "slot": "origin_city", + "start": 100 + }, + { + "exclusive_end": 80, + "slot": "destination_city", + "start": 72 + }, + { + "exclusive_end": 159, + "slot": "departure_date", + "start": 149 + }, + { + "exclusive_end": 173, + "slot": "return_date", + "start": 163 + }, + { + "exclusive_end": 193, + "slot": "outbound_departure_time", + "start": 186 + }, + { + "exclusive_end": 215, + "slot": "inbound_departure_time", + "start": 211 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 1 Economy class ticket from Delta Airlines. Destination New York and departing from San Francisco. The dates of the flights are from March 11th to March 14th. Leaving at 8:45 pm and returning at 5 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "New York", + "New York City" + ], + "inbound_departure_time": [ + "5 pm", + "evening 5" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "8:45 pm", + "night 8:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_city": "New York", + "inbound_departure_time": "17:00", + "origin_city": "San Francisco", + "outbound_departure_time": "20:45", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, there was an error trying to book your flight. Is there anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "New York", + "New York City" + ], + "inbound_departure_time": [ + "5 pm", + "evening 5" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "8:45 pm", + "night 8:45" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that would be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00125", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm planning to go on a short trip, can you help me buy tickets for a flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you planning on returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "the 10th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "02:45" + ], + "slot": "inbound_departure_time", + "values": [ + "2:45 in the morning" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "return_date", + "start": 22 + }, + { + "exclusive_end": 76, + "slot": "inbound_departure_time", + "start": 57 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "inbound_departure_time": [ + "2:45 in the morning" + ], + "return_date": [ + "the 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back on the 10th, and want to leave around 2:45 in the morning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you have any airline preferences?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "inbound_departure_time": [ + "2:45 in the morning" + ], + "return_date": [ + "the 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer to go on a American Airlines flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning on visiting, and from which airport will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Ciudad de Mexico" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LAX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "destination_city", + "start": 30 + }, + { + "exclusive_end": 71, + "slot": "origin_city", + "start": 68 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "2:45 in the morning" + ], + "origin_city": [ + "LAX" + ], + "return_date": [ + "the 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning on visiting the Ciudad de Mexico, and will leave from LAX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date are you planning on leaving, and at what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:30" + ], + "slot": "outbound_departure_time", + "values": [ + "morning 7:30" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "departure_date", + "start": 13 + }, + { + "exclusive_end": 48, + "slot": "outbound_departure_time", + "start": 36 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "2:45 in the morning" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "morning 7:30" + ], + "return_date": [ + "the 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving next Wednesday, in the morning 7:30. Actually, I think for this trip I would prefer Southwest Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:30" + ], + "slot": "outbound_departure_time", + "values": [ + "7:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "02:45" + ], + "slot": "inbound_departure_time", + "values": [ + "2:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "origin_city", + "start": 51 + }, + { + "exclusive_end": 45, + "slot": "destination_city", + "start": 34 + }, + { + "exclusive_end": 148, + "slot": "departure_date", + "start": 134 + }, + { + "exclusive_end": 176, + "slot": "return_date", + "start": 166 + }, + { + "exclusive_end": 217, + "slot": "outbound_departure_time", + "start": 210 + }, + { + "exclusive_end": 260, + "slot": "inbound_departure_time", + "start": 253 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Understood, you want to travel to Mexico City from Los Angeles on a Southwest Airlines economy flight for 1, your planning on leaving next Wednesday and returning on March 10th. The onward flight will leave at 7:30 am, while the return flight leaves at 2:45 am, is that all correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Ciudad de Mexico", + "Mexico City" + ], + "inbound_departure_time": [ + "2:45 am", + "2:45 in the morning" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "7:30 am", + "morning 7:30" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that all sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination_city": "Mexico City", + "inbound_departure_time": "02:45", + "origin_city": "Los Angeles", + "outbound_departure_time": "07:30", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately, I could not book you ticket. Sorry for the inconvenience, can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Ciudad de Mexico", + "Mexico City" + ], + "inbound_departure_time": [ + "2:45 am", + "2:45 in the morning" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "7:30 am", + "morning 7:30" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you for your help anyways." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Once again sorry for inconvenience, have a wonderful day." + } + ] + }, + { + "dialogue_id": "19_00126", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to get some plane tickets - can you give me a hand?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "airlines", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are the details of your travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "15:30" + ], + "slot": "inbound_departure_time", + "values": [ + "afternoon 3:30" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "destination_city", + "start": 54 + }, + { + "exclusive_end": 130, + "slot": "inbound_departure_time", + "start": 116 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "afternoon 3:30" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to fly through United Airlines, traveling to Chi-town - I'd prefer it if the return flight left around the afternoon 3:30." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I'd like to get some more information from you: how many tickets would you like, what city are you leaving from, what time would you like to leave, and what date are you returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:00" + ], + "slot": "outbound_departure_time", + "values": [ + "1 in the afternoon" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 80, + "slot": "origin_city", + "start": 72 + }, + { + "exclusive_end": 121, + "slot": "return_date", + "start": 111 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "afternoon 3:30" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "1 in the afternoon" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to get 3 tickets - I'd be departing at 1 in the afternoon from San Fran, and the return date would be March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to catch your departing flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "the 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "departure_date", + "start": 22 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "afternoon 3:30" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "1 in the afternoon" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to depart on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:00" + ], + "slot": "outbound_departure_time", + "values": [ + "1 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:30" + ], + "slot": "inbound_departure_time", + "values": [ + "3:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 94, + "slot": "origin_city", + "start": 81 + }, + { + "exclusive_end": 105, + "slot": "destination_city", + "start": 98 + }, + { + "exclusive_end": 127, + "slot": "departure_date", + "start": 117 + }, + { + "exclusive_end": 149, + "slot": "return_date", + "start": 139 + }, + { + "exclusive_end": 113, + "slot": "outbound_departure_time", + "start": 109 + }, + { + "exclusive_end": 160, + "slot": "inbound_departure_time", + "start": 153 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To review: You would like to buy 3 tickets through United Airlines, leaving from San Francisco to Chicago at 1 pm on March 10th, returning March 12th at 3:30 pm. The tickets are economy class - does that sound right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "3:30 pm", + "afternoon 3:30" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "1 in the afternoon", + "1 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you check for tickets through Delta Airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "To review: You would like to buy 3 tickets through Delta Airlines, leaving from San Francisco to Chicago at 1 pm on March 10th, returning March 12th at 3:30 pm. Is that what you're looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "3:30 pm", + "afternoon 3:30" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "1 in the afternoon", + "1 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great, yeah." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_city": "Chicago", + "inbound_departure_time": "15:30", + "origin_city": "San Francisco", + "outbound_departure_time": "13:00", + "passengers": "3", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I wasn't able to get tickets that match your search - 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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "3:30 pm", + "afternoon 3:30" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "1 in the afternoon", + "1 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "19_00127", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 110, + "slot": "return_date", + "start": 101 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm planning to go on a short trip. Can you help me buy flight tickets? I would like to come back on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright. Where are you planning to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "destination_city", + "start": 26 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Atlanta" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to travel to Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_departure_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [ + "Air France", + "United Airlines" + ], + "slot": "airlines", + "values": [ + "Air France", + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great. What day and time would you like to leave? Also, if you have any preferred airlines such as Air France, or United Airlines, feel free to let me know." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "09:15" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 99, + "slot": "departure_date", + "start": 82 + }, + { + "exclusive_end": 113, + "slot": "outbound_departure_time", + "start": 108 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "09:15" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome. I would like to fly with United Airlines. Also, I will be leaving on the 2nd of this month, around 09:15." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_departure_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, and when would you like the return flight to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:00" + ], + "slot": "inbound_departure_time", + "values": [ + "morning 7" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "inbound_departure_time", + "start": 33 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "morning 7" + ], + "outbound_departure_time": [ + "09:15" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I was planning on leaving around morning 7 to return." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sounds great. Also, where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philly" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "morning 7" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "09:15" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Philly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:00" + ], + "slot": "inbound_departure_time", + "values": [ + "7 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "origin_city", + "start": 59 + }, + { + "exclusive_end": 83, + "slot": "destination_city", + "start": 76 + }, + { + "exclusive_end": 169, + "slot": "departure_date", + "start": 161 + }, + { + "exclusive_end": 212, + "slot": "return_date", + "start": 203 + }, + { + "exclusive_end": 243, + "slot": "outbound_departure_time", + "start": 236 + }, + { + "exclusive_end": 287, + "slot": "inbound_departure_time", + "start": 283 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Perfect! Just to confirm, you will be taking a flight from Philadelphia, to Atlanta, on United Airlines, for 1 passenger in Economy class. The departure date is tomorrow, and you would like to return on March 9th. The departure time is 9:15 am and the return flight is scheduled for 7 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "7 am", + "morning 7" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "09:15", + "9:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "inbound_departure_time": "07:00", + "origin_city": "Philadelphia", + "outbound_departure_time": "09:15", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "10:56", + "inbound_departure_time": "07:10", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "14:07", + "outbound_departure_time": "09:20", + "passengers": "1", + "price": "185", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 100, + "slot": "origin_city", + "start": 88 + }, + { + "exclusive_end": 117, + "slot": "destination_city", + "start": 110 + }, + { + "exclusive_end": 151, + "slot": "departure_date", + "start": 143 + }, + { + "exclusive_end": 178, + "slot": "return_date", + "start": 169 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately, I was unable to book your ticket. However, we do have a flight departing Philadelphia going to Atlanta, on United Airlines, for tomorrow and returning on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "7 am", + "morning 7" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "09:15", + "9:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright, that sounds good!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "inbound_departure_time": "07:00", + "origin_city": "Philadelphia", + "outbound_departure_time": "09:15", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "10:56", + "inbound_departure_time": "07:10", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "14:07", + "outbound_departure_time": "09:20", + "passengers": "1", + "price": "185", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Perfect. Your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "7 am", + "morning 7" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "09:15", + "9:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thanks for your help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. 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": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "7 am", + "morning 7" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "09:15", + "9:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks again!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day and enjoy your trip!" + } + ] + } +]