diff --git "a/datasets/schema_guided/dialogues_017.json" "b/datasets/schema_guided/dialogues_017.json" new file mode 100644--- /dev/null +++ "b/datasets/schema_guided/dialogues_017.json" @@ -0,0 +1,108612 @@ +[ + { + "dialogue_id": "17_00000", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you help me find some one-way flights?" + }, + { + "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": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving from Philadelphia." + }, + { + "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": "Where are you traveling to and when do you plan on leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, England" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 13 + }, + { + "exclusive_end": 48, + "slot": "departure_date", + "start": 36 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Traveling to London, England on the 2nd of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "314" + ], + "slot": "price", + "values": [ + "$314" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "London", + "origin_city": "Philadelphia" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "314", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "10:14", + "outbound_departure_time": "14:20", + "passengers": "1", + "price": "343", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "01:37", + "outbound_departure_time": "07:45", + "passengers": "1", + "price": "283", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "11:30", + "passengers": "1", + "price": "321", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "outbound_departure_time", + "start": 61 + }, + { + "exclusive_end": 90, + "slot": "price", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights. American Airlines has a flight leaving at 10:10 am with 1 stop for $314." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the departure airport and is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "origin_airport", + "values": [ + "PHL International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "origin_airport", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Departs from PHL International Airport but the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, that flight works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you ready to purchase the ticket now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I am ready." + }, + { + "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-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "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": 93, + "slot": "destination_city", + "start": 87 + }, + { + "exclusive_end": 65, + "slot": "departure_date", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, you need 1 Economy ticket with American Airlines for tomorrow from Philadelphia to London. 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": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "2nd of March", + "tomorrow" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "03:14" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:14 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "London", + "origin_city": "Philadelphia", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "314", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_arrival_time", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed and the flight arrives at 3:14 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "2nd of March", + "tomorrow" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great. Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure. Have a great day." + } + ] + }, + { + "dialogue_id": "17_00001", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to book a one way flight for 1 ticket in Premium Economy. Would you be willing to help me?" + }, + { + "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 will you be flying and when would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "departure_date", + "start": 41 + }, + { + "exclusive_end": 37, + "slot": "destination_city", + "start": 26 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to travel to Seattle, WA on 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": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Toronto" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will fly from Toronto." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:05" + ], + "slot": "outbound_departure_time", + "values": [ + "10:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "366" + ], + "slot": "price", + "values": [ + "$366" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Seattle", + "origin_city": "Toronto", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "18:05", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "366", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "09:37", + "outbound_departure_time": "02:10", + "passengers": "1", + "price": "523", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 97, + "slot": "price", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 flights for you. One is an American Airlines flight at 10:05 am and has 1 stop for $366." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Toronto" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does this flight leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto Pearson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Toronto Pearson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Toronto Pearson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Toronto" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The flight sounds good to me. I am really looking forward to my trip. Will you help me purchase the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto" + ] + }, + { + "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-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "origin_city", + "start": 47 + }, + { + "exclusive_end": 65, + "slot": "destination_city", + "start": 58 + }, + { + "exclusive_end": 100, + "slot": "departure_date", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you would like to fly from Toronto to Seattle on American Airlines, next Tuesday. This purchase is for 1 passenger in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "Toronto" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_city": "Seattle", + "origin_city": "Toronto", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "18:05", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "366", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "Toronto" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need my 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": [ + "American Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "Toronto" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you. You have been a great help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00002", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 92, + "slot": "origin_city", + "start": 89 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up. Can you assist me in finding one way flights that depart out of ATL?" + }, + { + "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 on leaving? Where is the destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "departure_date", + "start": 29 + }, + { + "exclusive_end": 83, + "slot": "destination_city", + "start": 72 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning on leaving the day after tomorrow. I will be traveling to Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "177" + ], + "slot": "price", + "values": [ + "$177" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:34", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "177", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:19", + "outbound_departure_time": "22:20", + "passengers": "1", + "price": "194", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:29", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "173", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:34", + "outbound_departure_time": "08:35", + "passengers": "1", + "price": "189", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 39, + "slot": "outbound_departure_time", + "start": 32 + }, + { + "exclusive_end": 99, + "slot": "price", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an available flight at 9:35 am out of ATL. There are 0 stops and the tickets start at $177. It will be an American Airlines plane." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "If I changed my mind, would I be able to get a refund on my ticket? When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "11:34" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:34 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_arrival_time", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, the ticket is refundable. The onward flight arrives at 11:34 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "9:35 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I think that flight will work for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you want to purchase tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "9:35 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to book a ticket for that flight." + }, + { + "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-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "origin_city", + "start": 67 + }, + { + "exclusive_end": 102, + "slot": "destination_city", + "start": 91 + }, + { + "exclusive_end": 226, + "slot": "departure_date", + "start": 208 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: The flight will be departing Atlanta and arriving in Los Angeles. You will be flying American Airlines in Economy seating. You will need 1 ticket and will be leaving the day after tomorrow." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, can I please book a Premium Economy seat?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: You will be flying with American Airlines in a Premium Economy seat." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, but I will only need 1 ticket for myself." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "departure_date", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Your departure date is the day after tomorrow and you want to purchase 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "origin_city": "Atlanta", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:34", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "276", + "refundable": "True", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your airline 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for the help, that will be all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00003", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "destination_city", + "start": 39 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me any one way flights to San Francisco?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you plan on leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "the 14th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to leave the 14th." + }, + { + "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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving from Chicago. I prefer American Airlines." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "191" + ], + "slot": "price", + "values": [ + "$191" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_city": "San Francisco", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "09:52", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "191", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 78, + "slot": "outbound_departure_time", + "start": 71 + }, + { + "exclusive_end": 124, + "slot": "price", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 suitable flight. There's American Airlines flight leaving at 7:05 am with 0 stops. The price of the ticket is $191." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does this flight depart from? Also, is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "origin_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from O'Hare International Airport. Unfortunately there are no refunds." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good. Can you assist me in buying a one-way flight ticket? There will be 2 people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "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-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "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": 43, + "slot": "origin_city", + "start": 36 + }, + { + "exclusive_end": 69, + "slot": "destination_city", + "start": 56 + }, + { + "exclusive_end": 132, + "slot": "departure_date", + "start": 122 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to confirm, the flight is from Chicago and goes to San Francisco. The flight is American Airlines and it will depart March 14th. It's economy and will be for 2 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 14th", + "the 14th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. There's one person in my group and I like to travel 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": "Just to confirm, It's premium economy for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 14th", + "the 14th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Which airport does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "09:52" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:52 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_city": "San Francisco", + "origin_city": "Chicago", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "09:52", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "267", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "outbound_arrival_time", + "start": 80 + }, + { + "exclusive_end": 76, + "slot": "destination_airport", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You one way ticket is confirmed. It will arrive at SFO International Airport at 9:52 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 14th", + "the 14th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for you 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": "17_00004", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one way ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be flying from Seattle" + }, + { + "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": "But what are your travel dates and destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "March 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 81, + "slot": "destination_city", + "start": 76 + }, + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wanna leave on March 8th and going to one of my favorite European cities, Paris" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "432" + ], + "slot": "price", + "values": [ + "$432" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Paris", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:18", + "outbound_departure_time": "08:15", + "passengers": "1", + "price": "432", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:18", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "426", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "07:58", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "384", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:18", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "429", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 97, + "slot": "price", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an American Airlines flight that leaves at 8:15 am and has 1 stop that will cost you $432" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anything else on those dates?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "426" + ], + "slot": "price", + "values": [ + "$426" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 81, + "slot": "outbound_departure_time", + "start": 74 + }, + { + "exclusive_end": 103, + "slot": "price", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Well there's one Delta Airlines flight that also has 1 stop and leaves at 8:45 am and will run you $426" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it leave from? And when does that flight arrive in Paris?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "11:18" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:18 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 88, + "slot": "outbound_arrival_time", + "start": 80 + }, + { + "exclusive_end": 51, + "slot": "origin_airport", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It leaves from Seattle-Tacoma International Airport and will arrive in Paris at 11:18 am" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other options do I have?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "384" + ], + "slot": "price", + "values": [ + "$384" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 92, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Southwest Airlines flight that leaves at 5:25 am and has 1 stop and will cost $384" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "5:25 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about helping me fine a one-way economy flight" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "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": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "origin_city", + "start": 31 + }, + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 42 + }, + { + "exclusive_end": 89, + "slot": "departure_date", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So a economy ticket for 1 from Seattle to Paris on Southwest Airlines leaving next Friday, that's right, right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's good. When does that flight arrive, and which airport is it leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:58" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:58 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_city": "Paris", + "origin_city": "Seattle", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "07:58", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "384", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "outbound_arrival_time", + "start": 34 + }, + { + "exclusive_end": 94, + "slot": "origin_airport", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've booked it! And it arrives at 7:58 am and leaves from Seattle-Tacoma International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for assisting me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Any more assistance needed?" + }, + { + "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 8th", + "next Friday" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, we're good here" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, I hope you enjoy your trip" + } + ] + }, + { + "dialogue_id": "17_00005", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am going on a trip and need help finding oneway flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What's your location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "origin_city", + "start": 8 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am in Atlanta." + }, + { + "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 are you leaving and where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "March 4th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "departure_date", + "start": 45 + }, + { + "exclusive_end": 41, + "slot": "destination_city", + "start": 34 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Atlanta" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are four of us traveling to Toronto on March 4th." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "204" + ], + "slot": "price", + "values": [ + "$204" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Toronto", + "origin_city": "Atlanta", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "15:25", + "passengers": "4", + "price": "204", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "15:40", + "passengers": "4", + "price": "188", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "12:33", + "outbound_departure_time": "04:35", + "passengers": "4", + "price": "222", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "12:33", + "outbound_departure_time": "06:15", + "passengers": "4", + "price": "222", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 55, + "slot": "price", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have an American Airlines flight with 1 stop for $204. It leaves at 3:25 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Atlanta" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Would I be able to cancel and get a refund? And when does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:28" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:28 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 79, + "slot": "outbound_arrival_time", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Tickets are not refundable. The onward flight is scheduled to arrive at 8:28 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3:25 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is just the flight we need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please book the tickets for Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "origin_city", + "start": 77 + }, + { + "exclusive_end": 101, + "slot": "destination_city", + "start": 94 + }, + { + "exclusive_end": 124, + "slot": "departure_date", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, just need confirmation. American Airlines flight with point of origin at Atlanta going to Toronto. Departure next Monday with 4 passengers in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 4th", + "next Monday" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's correct. What are the origin and destination airports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto Pearson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Toronto Pearson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_city": "Toronto", + "origin_city": "Atlanta", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "15:25", + "passengers": "4", + "price": "204", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "destination_airport", + "start": 38 + }, + { + "exclusive_end": 136, + "slot": "origin_airport", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ticket confirmed. Destination will be Toronto Pearson International Airport. Flight leaves from Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 4th", + "next Monday" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much for your assistance." + }, + { + "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 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": [ + "March 4th", + "next Monday" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "3:25 pm" + ], + "passengers": [ + "4" + ], + "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": "Have a nice day." + } + ] + }, + { + "dialogue_id": "17_00006", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please help me find flights because I have a trip coming up, I prefer flights from Delta Airlines." + }, + { + "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-12" + ], + "slot": "departure_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to leave on the 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you come from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philly" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 12th" + ], + "origin_city": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be coming from Philly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you plan to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "destination_city", + "start": 41 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "New York City" + ], + "origin_city": [ + "Philly" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We are a group of two persons leaving to New York City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:40" + ], + "slot": "outbound_departure_time", + "values": [ + "4:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "57" + ], + "slot": "price", + "values": [ + "$57" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_city": "New York", + "origin_city": "Philadelphia", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "17:31", + "outbound_departure_time": "16:40", + "passengers": "2", + "price": "57", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a flight from Delta Airlines that departs at 4:40 pm with 0 stops. It costs $57." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "New York City" + ], + "origin_city": [ + "Philly" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which will it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK international Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "destination_airport", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will arrive at JFK international Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "New York City" + ], + "origin_city": [ + "Philly" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will be arrive at New York? Is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:31" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:31 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_arrival_time", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No, sorry but it is not refundable. You will arrive at 5:31 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "New York City" + ], + "origin_city": [ + "Philly" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please check flight from Southwest Airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:45" + ], + "slot": "outbound_departure_time", + "values": [ + "7:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "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": "SearchOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_city": "New York", + "origin_city": "Philadelphia", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "08:36", + "outbound_departure_time": "07:45", + "passengers": "2", + "price": "73", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 116, + "slot": "price", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 flight that is best for you from Southwest Airlines, it departs at 7:45 am with 0 stops. It costs $73." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "New York City" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "7:45 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds good. Please help me book one way flight ticket with Economy seating." + }, + { + "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": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "origin_city", + "start": 66 + }, + { + "exclusive_end": 90, + "slot": "destination_city", + "start": 82 + }, + { + "exclusive_end": 155, + "slot": "departure_date", + "start": 145 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please do confirm the following details: you will be leaving from Philadelphia to New York. Flight is from Southwest Airlines that will leave on March 12th. Tickets are for 2 persons, economy seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "New York", + "New York City" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "7:45 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_city": "New York", + "origin_city": "Philadelphia", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "08:36", + "outbound_departure_time": "07:45", + "passengers": "2", + "price": "73", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Booking 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "New York", + "New York City" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "7:45 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "17_00007", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "departure_date", + "start": 56 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of March" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be taking a trip with 2 people, departing on the 1st of March. Please find me a oneway flight." + }, + { + "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": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "SD" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 108, + "slot": "departure_date", + "start": 90 + }, + { + "exclusive_end": 22, + "slot": "destination_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "SD" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The trip will be to SD and I would prefer to travel Premium Economy. I need to depart the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the departure airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "CDMX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to depart from CDMX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "348" + ], + "slot": "price", + "values": [ + "$348" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "San Diego", + "origin_city": "Mexico City", + "passengers": "2", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "12:34", + "outbound_departure_time": "08:40", + "passengers": "2", + "price": "348", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "00:05", + "outbound_departure_time": "16:40", + "passengers": "2", + "price": "411", + "refundable": "True", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 99, + "slot": "outbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 132, + "slot": "price", + "start": 128 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 2 flights that meet your needs. One is an American Airlines flight that leaves at 8:40 am with 1 stop and the cost is $348." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "2" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would rather fly with Delta Airlines. Please check for any other options and find a refundable ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:40" + ], + "slot": "outbound_departure_time", + "values": [ + "4:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "411" + ], + "slot": "price", + "values": [ + "$411" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_city": "San Diego", + "origin_city": "Mexico City", + "passengers": "2", + "refundable": "True", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "00:05", + "outbound_departure_time": "16:40", + "passengers": "2", + "price": "411", + "refundable": "True", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "outbound_departure_time", + "start": 43 + }, + { + "exclusive_end": 71, + "slot": "price", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a Delta Airlines flight leaving at 4:40 pm with 1 stop for $411." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "2" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect. Please purchase the oneway ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + }, + { + "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": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 151, + "slot": "origin_city", + "start": 140 + }, + { + "exclusive_end": 164, + "slot": "destination_city", + "start": 155 + }, + { + "exclusive_end": 116, + "slot": "departure_date", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, just to confirm the details. I will be purchasing a oneway Premium Economy ticket leaving the day after tomorrow on Delta Airlines from Mexico City to San Diego for 2 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "SD", + "San Diego" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "2" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is correct. Please send me the departing airport and the arrival time." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "origin_airport", + "values": [ + "Benito Juarez International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "00:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "0:05 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_city": "San Diego", + "origin_city": "Mexico City", + "passengers": "2", + "refundable": "True", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "00:05", + "outbound_departure_time": "16:40", + "passengers": "2", + "price": "411", + "refundable": "True", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "origin_airport", + "start": 33 + }, + { + "exclusive_end": 88, + "slot": "outbound_arrival_time", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have confirmed the ticket from Benito Juarez International Airport arriving at 0:05 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "SD", + "San Diego" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "2" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate your help. That will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "17_00008", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you get me info. on some flights?" + }, + { + "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 will you leave? Do you know where you'll go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Nairobi" + ], + "slot": "destination_city", + "values": [ + "Nairobi" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "departure_date", + "start": 13 + }, + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 40 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Nairobi" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving 1st of this month to go to Nairobi." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From where will you leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "origin_city", + "start": 12 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Nairobi" + ], + "origin_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving Atlanta then." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "438" + ], + "slot": "price", + "values": [ + "$438" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Nairobi", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:57", + "outbound_departure_time": "15:25", + "passengers": "1", + "price": "438", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:57", + "outbound_departure_time": "14:10", + "passengers": "1", + "price": "448", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:57", + "outbound_departure_time": "13:25", + "passengers": "1", + "price": "423", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:57", + "outbound_departure_time": "12:50", + "passengers": "1", + "price": "426", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 122, + "slot": "price", + "start": 118 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, there are 4 choices. How about flying American Airlines, leaving at 3:25 pm with 1 stop? The price for that is $438." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Nairobi" + ], + "origin_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hmmm, I'm looking for something better, is there a better option?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:10" + ], + "slot": "outbound_departure_time", + "values": [ + "2:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "448" + ], + "slot": "price", + "values": [ + "$448" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "outbound_departure_time", + "start": 34 + }, + { + "exclusive_end": 70, + "slot": "price", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Delta Airlines, leaving 2:10 pm, 1 stop. Their price is $448." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Nairobi" + ], + "origin_city": [ + "Atlanta" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like something different. I like Economy the best." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:25" + ], + "slot": "outbound_departure_time", + "values": [ + "1:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "423" + ], + "slot": "price", + "values": [ + "$423" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Nairobi", + "origin_city": "Atlanta", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:57", + "outbound_departure_time": "15:25", + "passengers": "1", + "price": "438", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:57", + "outbound_departure_time": "14:10", + "passengers": "1", + "price": "448", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:57", + "outbound_departure_time": "13:25", + "passengers": "1", + "price": "423", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:57", + "outbound_departure_time": "12:50", + "passengers": "1", + "price": "426", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How would you like Southwest Airlines departing at 1:25 pm with one stop? The cost on that one is $423?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Nairobi" + ], + "origin_city": [ + "Atlanta" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is that ticket one I can get my money back on if I don't want to travel then?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately no. You can't get a refund." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Nairobi" + ], + "origin_city": [ + "Atlanta" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does that plane arrive in Nairobi? Where will I depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Jomo Kenyatta International Airport" + ], + "slot": "destination_airport", + "values": [ + "Jomo Kenyatta International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:57" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:57 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "destination_airport", + "start": 29 + }, + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 5:57 pm at the Jomo Kenyatta International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Nairobi" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, I think I'll lock in on that option. Get me a oneway ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Nairobi" + ], + "slot": "destination_city", + "values": [ + "Nairobi" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "origin_city", + "start": 67 + }, + { + "exclusive_end": 134, + "slot": "destination_city", + "start": 127 + }, + { + "exclusive_end": 116, + "slot": "departure_date", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Fine, just to make sure I'm getting everything right: You'll leave Atlanta, 1 passenger, on Southwest Airlines today, going to Nairobi on Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Nairobi" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's a winner, great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "Nairobi", + "origin_city": "Atlanta", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:57", + "outbound_departure_time": "13:25", + "passengers": "1", + "price": "423", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Nairobi" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a safe journey." + } + ] + }, + { + "dialogue_id": "17_00009", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My friend and I want to take a trip. We'd only need a oneway flight for the two of us." + }, + { + "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": "Where do you want to go? Where will you leave from? When would you like to go on your trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SF" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "origin_city", + "start": 35 + }, + { + "exclusive_end": 22, + "slot": "departure_date", + "start": 13 + }, + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 27 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving March 9th for SF from Seattle. American Airlines would be my first choice." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:25" + ], + "slot": "outbound_departure_time", + "values": [ + "10:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "120" + ], + "slot": "price", + "values": [ + "$120" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_city": "San Francisco", + "origin_city": "Seattle", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "00:36", + "outbound_departure_time": "22:25", + "passengers": "2", + "price": "120", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 99, + "slot": "outbound_departure_time", + "start": 91 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There 1 American Airlines flight that fits your requirements. It has 0 stops and leaves at 10:25 pm. It costs $120." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will work. I want to buy it now. Can you help me buy an Economy ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "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-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 115, + "slot": "origin_city", + "start": 108 + }, + { + "exclusive_end": 142, + "slot": "destination_city", + "start": 129 + }, + { + "exclusive_end": 155, + "slot": "departure_date", + "start": 146 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Let me make sure I have this right- You'd like 2 Economy tickets on American Airlines that leave from Seattle and to go to San Francisco on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_city": "San Francisco", + "origin_city": "Seattle", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "00:36", + "outbound_departure_time": "22:25", + "passengers": "2", + "price": "120", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is all booked." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will I leave from for my trip?" + }, + { + "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": "You leave from Seattle-Tacoma International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks! That's all I needed to do right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "17_00010", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a trip soon, can you find me a one way flight?" + }, + { + "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": "When do you plan to leave and where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "12th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "origin_city", + "start": 16 + }, + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 29 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of March" + ], + "origin_city": [ + "Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving Las Vegas on the 12th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "SD" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to SD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:20" + ], + "slot": "outbound_departure_time", + "values": [ + "8:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "98" + ], + "slot": "price", + "values": [ + "$98" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "San Diego", + "origin_city": "Las Vegas" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "09:34", + "outbound_departure_time": "08:20", + "passengers": "1", + "price": "98", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "21:04", + "outbound_departure_time": "19:50", + "passengers": "1", + "price": "82", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "16:24", + "outbound_departure_time": "15:10", + "passengers": "1", + "price": "85", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "10:49", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "86", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 121, + "slot": "outbound_departure_time", + "start": 114 + }, + { + "exclusive_end": 155, + "slot": "price", + "start": 152 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights that match your criteria. The first flight is an American Airlines flight. The flight leaves at 8:20 am and has 0 stops. The price is $98 dollars." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "8:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds great. I'm going to be travelling soon, can you buy the ticket for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "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-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "origin_city", + "start": 59 + }, + { + "exclusive_end": 81, + "slot": "destination_city", + "start": 72 + }, + { + "exclusive_end": 146, + "slot": "departure_date", + "start": 136 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Could you please confirm that you would like a flight from Las Vegas to San Diego on American Airlines. You would like 1 ticket leaving March 12th in the Economy section?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of March", + "March 12th" + ], + "destination_city": [ + "SD", + "San Diego" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great, which airport is the flight departing from and when does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "destination_airport", + "values": [ + "SAN International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "McCarran International Airport" + ], + "slot": "origin_airport", + "values": [ + "McCarran International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_city": "San Diego", + "origin_city": "Las Vegas", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "09:34", + "outbound_departure_time": "08:20", + "passengers": "1", + "price": "98", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 152, + "slot": "destination_airport", + "start": 127 + }, + { + "exclusive_end": 94, + "slot": "origin_airport", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have confirmed your ticket. Your flight is departing from the McCarran International Airport and you will be arriving at the SAN International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of March", + "March 12th" + ], + "destination_city": [ + "SD", + "San Diego" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a lovely day!" + } + ] + }, + { + "dialogue_id": "17_00011", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me one-way flights for a trip I have coming up?" + }, + { + "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": "When do you plan to leave and where are you planning to visit." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "5th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, Australia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "departure_date", + "start": 66 + }, + { + "exclusive_end": 35, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "Sydney, Australia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to Sydney, Australia, and I plan on leaving on the 5th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from for your trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "NY" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from NY, preferably on a Economy flight." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "376" + ], + "slot": "price", + "values": [ + "$376" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Sydney", + "origin_city": "New York", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "07:22", + "outbound_departure_time": "04:05", + "passengers": "1", + "price": "376", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:30", + "passengers": "1", + "price": "412", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "06:50", + "passengers": "1", + "price": "408", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 109, + "slot": "price", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight, that leaves at 4:05 am and has only 1 stop, with a ticket price of $376." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "NY" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does the flight arrive for its destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kingsford Smith International Airport" + ], + "slot": "destination_airport", + "values": [ + "Kingsford Smith International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "destination_airport", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will arrive at the Kingsford Smith International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds all good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please book me the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_city", + "start": 33 + }, + { + "exclusive_end": 51, + "slot": "destination_city", + "start": 45 + }, + { + "exclusive_end": 95, + "slot": "departure_date", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Understood, you wish to fly from New York to Sydney on an American Airlines flight next Tuesday, and the ticket is an Economy seating for a total of 1 passengers correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Everything sounds good, but is the ticket refundable and where does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "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": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_city": "Sydney", + "origin_city": "New York", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "07:22", + "outbound_departure_time": "04:05", + "passengers": "1", + "price": "376", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 115, + "slot": "origin_airport", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket has been confirmed, and can be refunded if needed. The flight will depart from JFK International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for that, much appreciated." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "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_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, everything was answered thoroughly, thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your welcome, have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00012", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have an upcoming trip. Can you find me one way flights?" + }, + { + "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 are you leaving from? When do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "New Delhi" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "later today" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 57, + "slot": "departure_date", + "start": 46 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "later today" + ], + "origin_city": [ + "New Delhi" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from New Delhi and want to leave later today. I prefer United Airlines and want refundable tickets only." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philly" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "New Delhi" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to Philly with 4 people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:40" + ], + "slot": "outbound_departure_time", + "values": [ + "3:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "292" + ], + "slot": "price", + "values": [ + "$292" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "Philadelphia", + "origin_city": "Delhi", + "passengers": "4", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "19:26", + "outbound_departure_time": "15:40", + "passengers": "4", + "price": "292", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 112, + "slot": "outbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 154, + "slot": "price", + "start": 150 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 possible flight for you. It is a United Airlines flight that has an outbound flight leaving at 3:40 pm and has 1 stop. The ticket will cost $292." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "New Delhi" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Indira Gandhi International Airport" + ], + "slot": "origin_airport", + "values": [ + "Indira Gandhi International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Indira Gandhi International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "New Delhi" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "later today" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "New Delhi" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to book the tickets. Either business or economy class are fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "Delhi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philadelphia" + ] + }, + { + "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": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "origin_city", + "start": 49 + }, + { + "exclusive_end": 70, + "slot": "destination_city", + "start": 58 + }, + { + "exclusive_end": 131, + "slot": "departure_date", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm these details: The flight is from Delhi to Philadelphia. The airline is United Airlines. The departure date is today. The number of passengers is 4 people with Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "later today", + "today" + ], + "destination_city": [ + "Philadelphia", + "Philly" + ], + "origin_city": [ + "Delhi", + "New Delhi" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "Philadelphia", + "origin_city": "Delhi", + "passengers": "4", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "19:26", + "outbound_departure_time": "15:40", + "passengers": "4", + "price": "292", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "later today", + "today" + ], + "destination_city": [ + "Philadelphia", + "Philly" + ], + "origin_city": [ + "Delhi", + "New Delhi" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "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": "17_00013", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland, OR" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "origin_city", + "start": 59 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a trip, can you find me a one way flight from Portland, OR?" + }, + { + "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 planning to go and when do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "this Sunday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 93, + "slot": "departure_date", + "start": 82 + }, + { + "exclusive_end": 106, + "slot": "destination_city", + "start": 97 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Portland, OR" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My plans aren't solid, so I want refundable tickets only. I'm going to be leaving this Sunday to Vancouver." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:45" + ], + "slot": "outbound_departure_time", + "values": [ + "10:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "216" + ], + "slot": "price", + "values": [ + "$216" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Vancouver", + "origin_city": "Portland", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "15:32", + "outbound_departure_time": "10:45", + "passengers": "1", + "price": "216", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 90, + "slot": "price", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight that leaves at 10:45 am with 1 stop. The price is $216." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Portland, OR" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the flight arrive at the destination? And where does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "15:32" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:32 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_airport", + "start": 24 + }, + { + "exclusive_end": 72, + "slot": "outbound_arrival_time", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from PDX International Airport and arrives at 3:32 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Portland, OR" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great with me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I buy the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Portland, OR" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, book an economy ticket please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "origin_city", + "start": 42 + }, + { + "exclusive_end": 63, + "slot": "destination_city", + "start": 54 + }, + { + "exclusive_end": 132, + "slot": "departure_date", + "start": 114 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm these details: Flight from Portland to Vancouver with American Airlines. The departure date is the day after tomorrow for 1 passenger on Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Portland", + "Portland, OR" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Vancouver", + "origin_city": "Portland", + "passengers": "1", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "15:32", + "outbound_departure_time": "10:45", + "passengers": "1", + "price": "216", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Portland", + "Portland, OR" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport do I arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "destination_airport", + "values": [ + "YVR International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "destination_airport", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You arrive at YVR International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Portland", + "Portland, OR" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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", + "this Sunday" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Portland", + "Portland, OR" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "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 wonderful day." + } + ] + }, + { + "dialogue_id": "17_00014", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am going on a trip soon, can you find some one way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you traveling to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris, France" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Paris, France" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to Paris, France." + }, + { + "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": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LAX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "LAX" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We are departing from LAX. There are 4 people in my group." + }, + { + "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-11" + ], + "slot": "departure_date", + "values": [ + "11th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "LAX" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We will be leaving on the 11th of March. I prefer American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:40" + ], + "slot": "outbound_departure_time", + "values": [ + "9:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "267" + ], + "slot": "price", + "values": [ + "$267" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_city": "Paris", + "origin_city": "Los Angeles", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "07:58", + "outbound_departure_time": "09:40", + "passengers": "4", + "price": "267", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 95, + "slot": "outbound_departure_time", + "start": 88 + }, + { + "exclusive_end": 117, + "slot": "price", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight matching the criteria. There is an American Airlines flight leaving at 9:40 am with 0 stops for $267." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "9:40 am" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight works for us. Can you book the reservation for the group?" + }, + { + "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-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 80, + "slot": "origin_city", + "start": 69 + }, + { + "exclusive_end": 113, + "slot": "destination_city", + "start": 108 + }, + { + "exclusive_end": 91, + "slot": "departure_date", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following flight details. The flight is departing Los Angeles March 11th and arriving in Paris on American Airlines for 4 passengers in economy." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "9:40 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, we want the Premium Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "origin_city", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirm the following changes. The flight is departing from Los Angeles in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "9:40 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_city": "Paris", + "origin_city": "Los Angeles", + "passengers": "4", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "07:58", + "outbound_departure_time": "09:40", + "passengers": "4", + "price": "430", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have successfully confirmed the reservation." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "9:40 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "9:40 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium 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": "17_00015", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "the 14th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "departure_date", + "start": 59 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please help me find one way flight for my upcoming trip on the 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be coming from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 14th" + ], + "origin_city": [ + "Seattle, WA" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Seattle, WA but I am not yet sure of the details so please book me refundable tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you plan to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SF" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We are travelling to SF and we're a group of 3 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:45" + ], + "slot": "outbound_departure_time", + "values": [ + "7:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "117" + ], + "slot": "price", + "values": [ + "$117" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "San Francisco", + "origin_city": "Seattle", + "passengers": "3", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "09:56", + "outbound_departure_time": "07:45", + "passengers": "3", + "price": "117", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:06", + "outbound_departure_time": "16:55", + "passengers": "3", + "price": "116", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 88, + "slot": "price", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a flight from Delta Airlines that departs at 7:45 am with 0 stops. It costs $117." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please help me find flights from united Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:55" + ], + "slot": "outbound_departure_time", + "values": [ + "4:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "116" + ], + "slot": "price", + "values": [ + "$116" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_city": "San Francisco", + "origin_city": "Seattle", + "passengers": "3", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:06", + "outbound_departure_time": "16:55", + "passengers": "3", + "price": "116", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "outbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 126, + "slot": "price", + "start": 122 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 flight that is best for you from United Airlines, it departs at 4:55 pm and returns with 0 stops. It costs $116." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where will it aarive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "destination_airport", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It'll arrive at SFO International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will we arrive at the SFO International Airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:06" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:06 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "outbound_arrival_time", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You will arrive at AF at 7:06 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "4:55 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want be to book the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "4:55 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "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-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "origin_city", + "start": 60 + }, + { + "exclusive_end": 84, + "slot": "destination_city", + "start": 71 + }, + { + "exclusive_end": 138, + "slot": "departure_date", + "start": 128 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please do confirm the following details: the flight is from Seattle to San Francisco by United Airlines. You will be leaving on March 14th, 3 passenger in Economy seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 14th", + "the 14th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "4:55 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right. What airport we will be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_city": "San Francisco", + "origin_city": "Seattle", + "passengers": "3", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:06", + "outbound_departure_time": "16:55", + "passengers": "3", + "price": "116", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 109, + "slot": "origin_airport", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Booking of one way ticket has been confirmed. You will be departing from Seattle-Tacoma International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 14th", + "the 14th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "4:55 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright, thank you! That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "17_00016", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "destination_city", + "start": 34 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me oneway flights to Seattle, WA for my upcoming trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, where will you leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, when will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "the 14th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "departure_date", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Atlanta" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on the 14th. I'd like to travel in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "295" + ], + "slot": "price", + "values": [ + "$295" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "Seattle", + "origin_city": "Atlanta", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:07", + "outbound_departure_time": "21:35", + "passengers": "1", + "price": "295", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "21:52", + "outbound_departure_time": "19:20", + "passengers": "1", + "price": "318", + "refundable": "True", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "13:27", + "outbound_departure_time": "10:55", + "passengers": "1", + "price": "290", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 111, + "slot": "outbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 150, + "slot": "price", + "start": 146 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright. I have 3 suitable flights for you, with the best flight being of American Airlines, leaving at 9:35 pm with 0 stops. The ticket price is $295." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Atlanta" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights, preferably in Economy with United Airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:20" + ], + "slot": "outbound_departure_time", + "values": [ + "5:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "187" + ], + "slot": "price", + "values": [ + "$187" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_city": "Seattle", + "origin_city": "Atlanta", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:52", + "outbound_departure_time": "17:20", + "passengers": "1", + "price": "187", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "outbound_departure_time", + "start": 56 + }, + { + "exclusive_end": 103, + "slot": "price", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, there's 1 flight by United Airlines that leaves at 5:20 pm and has 0 stops, with the price at $187" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 14th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "5:20 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me. I'll be traveling soon, so can you assist me in buying a oneway ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "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-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 29 + }, + { + "exclusive_end": 57, + "slot": "destination_city", + "start": 50 + }, + { + "exclusive_end": 71, + "slot": "departure_date", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. The flight leaves from Atlanta, heading for Seattle on March 14th. It's an Economy class seat with United Airlines for 1 passenger, is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 14th", + "the 14th" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "5:20 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_city": "Seattle", + "origin_city": "Atlanta", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:52", + "outbound_departure_time": "17:20", + "passengers": "1", + "price": "187", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 14th", + "the 14th" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "5:20 pm" + ], + "passengers": [ + "1" + ], + "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": "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": [ + "March 14th", + "the 14th" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "5:20 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that'll be all. 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": "17_00017", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a oneway flight for a trip I have coming up." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your starting point?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Getting out of Washington for a bit." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Date of departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "14th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 76, + "slot": "departure_date", + "start": 58 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "origin_city": [ + "Washington" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need refundable tickets only, in case plans change. the 14th of this month is when I am leaving." + }, + { + "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": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 8, + "slot": "destination_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Washington" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Chi-town bound! Business or economy will work for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:30" + ], + "slot": "outbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "117" + ], + "slot": "price", + "values": [ + "$117" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "Chicago", + "origin_city": "Washington", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "14:28", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "117", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 112, + "slot": "price", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight for you. United Airlines outbound flight leaves at 1:30 pm and it has 0 stops. The cost is $117." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Washington" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arrival time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:28" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:28 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "outbound_arrival_time", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "2:28 pm is the arrival time." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to get a ticket please. 1 person in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "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-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "origin_city", + "start": 28 + }, + { + "exclusive_end": 49, + "slot": "destination_city", + "start": 42 + }, + { + "exclusive_end": 108, + "slot": "departure_date", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Flight from Washington to Chicago on United Airlines. 1 passenger, economy class, March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of this month", + "March 14th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "2" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. Need tickets for two people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: March 14th departure; 2 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of this month", + "March 14th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "2" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_city": "Chicago", + "origin_city": "Washington", + "passengers": "2", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "14:28", + "outbound_departure_time": "13:30", + "passengers": "2", + "price": "117", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Oneway 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of this month", + "March 14th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "2" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That covers it. Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00018", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm planning a trip pretty soon. Can you please help me book a oneway flight?" + }, + { + "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": "Where would you like to fly to and on what date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "the 11th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 25 + }, + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wanna travel to ATL on the 11th if it's posible." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what is your departure date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "origin_city", + "start": 24 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to be leaving San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:55" + ], + "slot": "outbound_departure_time", + "values": [ + "3:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "185" + ], + "slot": "price", + "values": [ + "$185" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "Atlanta", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "00:21", + "outbound_departure_time": "15:55", + "passengers": "1", + "price": "185", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "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": "286", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "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": "186", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "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": "272", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "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", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 97, + "slot": "outbound_departure_time", + "start": 90 + }, + { + "exclusive_end": 147, + "slot": "price", + "start": 143 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You have 5 possible options for your flight. One suitable flight is on Alaska Airlines at 3:55 pm and it has 0 stops. The flight will cost you $185." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "3:55 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. That flight sounds like a good deal to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to book the flight for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "3:55 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please go ahead and book the flight for me." + }, + { + "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": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "origin_city", + "start": 70 + }, + { + "exclusive_end": 94, + "slot": "destination_city", + "start": 87 + }, + { + "exclusive_end": 147, + "slot": "departure_date", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Tell me if the following details are correct. You wish to travel from San Francisco to Atlanta on Alaska Airlines. The departure date is March 11th for 1 passenger in the Economy seating class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "All of that sounds correct. Can you tell me what airport the flight departs 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": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_city": "Atlanta", + "origin_city": "San Francisco", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "00:21", + "outbound_departure_time": "15:55", + "passengers": "1", + "price": "185", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "origin_airport", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your confirmed flight departs from SFO International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help. I appreciate it." + }, + { + "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": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will be all for today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you and have a good evening." + } + ] + }, + { + "dialogue_id": "17_00019", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you look for oneway flights for my upcoming trip? Any airline is fine." + }, + { + "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 to leave and where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "the 13th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 25 + }, + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Atlanta on the 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London, England" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "London, England" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from London, England. Business or economy is fine. There are 2 people traveling." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:35" + ], + "slot": "outbound_departure_time", + "values": [ + "8:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "210" + ], + "slot": "price", + "values": [ + "$210" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-13", + "destination_city": "Atlanta", + "origin_city": "London", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "02:39", + "outbound_departure_time": "20:35", + "passengers": "2", + "price": "210", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "British Airways", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "21:27", + "outbound_departure_time": "09:15", + "passengers": "2", + "price": "339", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "20:21", + "outbound_departure_time": "08:00", + "passengers": "2", + "price": "303", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "04:29", + "outbound_departure_time": "22:25", + "passengers": "2", + "price": "244", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 136, + "slot": "price", + "start": 132 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 flights that match your trip. There is an American Airlines flight that leaves at 8:35 pm and has 0 stops. The price is $210 per ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "London, England" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights that match my requirements?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "British Airways" + ], + "slot": "airlines", + "values": [ + "British Airways" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "339" + ], + "slot": "price", + "values": [ + "$339" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a British Airways flight that leaves at 9:15 am with 1 stop. The price is $339." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "origin_city", + "start": 61 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "New York" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other flights that match my trip? I'm leaving from New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:25" + ], + "slot": "outbound_departure_time", + "values": [ + "11:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "124" + ], + "slot": "price", + "values": [ + "$124" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-13", + "destination_city": "Atlanta", + "origin_city": "New York", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:42", + "outbound_departure_time": "11:20", + "passengers": "2", + "price": "114", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:47", + "outbound_departure_time": "11:25", + "passengers": "2", + "price": "124", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "11:27", + "outbound_departure_time": "09:05", + "passengers": "2", + "price": "129", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 98, + "slot": "outbound_departure_time", + "start": 90 + }, + { + "exclusive_end": 130, + "slot": "price", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights that match your trip. There is a Delta Airlines flight that leaves at 11:25 am with 0 stops. The price is $124." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "New York" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does it depart from and when does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:47" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:47 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_airport", + "start": 16 + }, + { + "exclusive_end": 82, + "slot": "outbound_arrival_time", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It departs from JFK International Airport and the onward flight arrives at 1:47 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "11:25 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me. Can you find oneway flight tickets?" + }, + { + "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-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 40 + }, + { + "exclusive_end": 59, + "slot": "destination_city", + "start": 52 + }, + { + "exclusive_end": 108, + "slot": "departure_date", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: the flight departs from New York to Atlanta via Delta Airlines. The flight leaves March 13th for 2 people in economy seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 13th", + "the 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "11:25 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great. What airport does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_city": "Atlanta", + "origin_city": "New York", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:47", + "outbound_departure_time": "11:25", + "passengers": "2", + "price": "124", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "destination_airport", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been confirmed. The flight arrives at Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 13th", + "the 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "11:25 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 13th", + "the 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "11:25 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's it. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "17_00020", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find a flight for my upcoming trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is your departure from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland, OR" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 24 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be flying out of Portland, OR." + }, + { + "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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to travel to San Diego on American Airlines." + }, + { + "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-12" + ], + "slot": "departure_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "departure_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly on the 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "208" + ], + "slot": "price", + "values": [ + "$208" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_city": "San Diego", + "origin_city": "Portland" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "12:00", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "208", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 66 + }, + { + "exclusive_end": 99, + "slot": "price", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a flight with 1 stop on American Airlines that leaves at 7:20 am and the ticket costs $208." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland, OR" + ], + "outbound_departure_time": [ + "7:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like that flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to confirm it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland, OR" + ], + "outbound_departure_time": [ + "7:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please buy the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "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-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 115, + "slot": "origin_city", + "start": 107 + }, + { + "exclusive_end": 128, + "slot": "destination_city", + "start": 119 + }, + { + "exclusive_end": 101, + "slot": "departure_date", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you want 1 ticket for Economy class on the American Airlines flight on March 12th from Portland to San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland", + "Portland, OR" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please, which airport does it fly from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_city": "San Diego", + "origin_city": "Portland", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "12:00", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "208", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_airport", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket from PDX International Airport is successful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland", + "Portland, OR" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can the ticket be refunded, and when does it land?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:00" + ], + "slot": "outbound_arrival_time", + "values": [ + "12 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_arrival_time", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is non-refundable and will arrive at 12 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland", + "Portland, OR" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I provide 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": [ + "American Airlines" + ], + "departure_date": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland", + "Portland, OR" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "1" + ], + "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": "17_00021", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up, can you book me a oneway flight?" + }, + { + "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": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chi-town" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 32, + "slot": "destination_city", + "start": 24 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "NYC" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from NYC to Chi-town with two people in my group" + }, + { + "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-01" + ], + "slot": "departure_date", + "values": [ + "March 1st" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "departure_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "NYC" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On March 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:25" + ], + "slot": "outbound_departure_time", + "values": [ + "5:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "137" + ], + "slot": "price", + "values": [ + "$137" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Chicago", + "origin_city": "New York", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "06:44", + "outbound_departure_time": "05:25", + "passengers": "2", + "price": "137", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "07:19", + "outbound_departure_time": "06:00", + "passengers": "2", + "price": "129", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "05:39", + "outbound_departure_time": "04:20", + "passengers": "2", + "price": "108", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "15:59", + "outbound_departure_time": "14:40", + "passengers": "2", + "price": "116", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 84, + "slot": "outbound_departure_time", + "start": 77 + }, + { + "exclusive_end": 109, + "slot": "price", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights for you. There's an American Airlines flight that leves at 5:25 am and has 0 stops for $137." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "NYC" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight get there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "06:44" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:44 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "outbound_arrival_time", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 6:44 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "NYC" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does it depart from? and is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_airport", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It departs from JFK International Airport and it's not refundable, sorry." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I feel like traveling soon. Can you help me buy a oneway ticket?" + }, + { + "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-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "origin_city", + "start": 53 + }, + { + "exclusive_end": 72, + "slot": "destination_city", + "start": 65 + }, + { + "exclusive_end": 101, + "slot": "departure_date", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to confirm, you want to get a flight for 2 from New York to Chicago from American Airlines today in the economy class?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, which airport does the flight arrive in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "Chicago", + "origin_city": "New York", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "06:44", + "outbound_departure_time": "05:25", + "passengers": "2", + "price": "137", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "destination_airport", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's been booked. It arrives at O'Hare International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "March 1st", + "today" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "2" + ], + "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": "17_00022", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 176, + "slot": "origin_city", + "start": 174 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "NY" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hello, I am hoping to plan a trip for myself but may also arrange it for friends if it works out that there is enough room for everyone. So, I will need 1 oneway flight from NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, where are you planning on going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "NY" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Los Angeles, if possible I would make up to four reservations if they are available." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, what day are you wanting to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "6th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 24 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "NY" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We want to leave on the 6th of this month. If United Airlines has flights I would like to use them because I am a rewards member." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:10" + ], + "slot": "outbound_departure_time", + "values": [ + "12:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "220" + ], + "slot": "price", + "values": [ + "$220" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_city": "Los Angeles", + "origin_city": "New York", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "15:20", + "outbound_departure_time": "12:10", + "passengers": "4", + "price": "220", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "outbound_departure_time", + "start": 71 + }, + { + "exclusive_end": 115, + "slot": "price", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, it does look like there is a United Airlines flight that leaves at 12:10 pm with 0 stops. The ticket costs $220." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "NY" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, which airport does the flight depart from and what time does the flight arrive in LA?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "15:20" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:20 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_airport", + "start": 24 + }, + { + "exclusive_end": 72, + "slot": "outbound_arrival_time", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from JFK International Airport and arrives at 3:20 pm in LA. Does that work for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "12:10 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works great! Are there enough seats for my group of 4?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes there are 4 available. Would you like to book?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "12:10 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would. Thanks!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "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-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 89, + "slot": "origin_city", + "start": 81 + }, + { + "exclusive_end": 104, + "slot": "destination_city", + "start": 93 + }, + { + "exclusive_end": 150, + "slot": "departure_date", + "start": 136 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, could you please confirm that you are booking a flight for 4 passengers from New York to Los Angeles with United Airlines departing next Wednesday. These are Economy class seats." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "12:10 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great! Also, I can't remember if you told me which airport the flight arrives at in LA. And are the tickets refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_city": "Los Angeles", + "origin_city": "New York", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "15:20", + "outbound_departure_time": "12:10", + "passengers": "4", + "price": "220", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "destination_airport", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, the tickets are refundable and you will arrive at LAX International Airport. I have confirmed the tickets for you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "12:10 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "OK, thanks for your 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": [ + "United Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "12:10 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, please enjoy the rest of your day!" + } + ] + }, + { + "dialogue_id": "17_00023", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to find a oneway flight for an upcoming trip." + }, + { + "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": "What is your departure and arrival locations and date of travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "the 13th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philly" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_city", + "start": 38 + }, + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 24 + }, + { + "exclusive_end": 51, + "slot": "destination_city", + "start": 45 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be travelling on the 13th from ATL TO Philly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:25" + ], + "slot": "outbound_departure_time", + "values": [ + "6:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "150" + ], + "slot": "price", + "values": [ + "$150" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-13", + "destination_city": "Philadelphia", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:36", + "outbound_departure_time": "06:25", + "passengers": "1", + "price": "150", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:31", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "184", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "16:36", + "outbound_departure_time": "12:50", + "passengers": "1", + "price": "184", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 99, + "slot": "outbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 120, + "slot": "price", + "start": 116 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights matching your requirements. American Airlines has a flight departing at 6:25 am with 1 stop for $150." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have any other flights?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "184" + ], + "slot": "price", + "values": [ + "$184" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 74, + "slot": "price", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight departing at 3:40 pm with 1 stop for $184." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At which airport and at what time does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "destination_airport", + "values": [ + "PHL International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:31" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:31 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "destination_airport", + "start": 23 + }, + { + "exclusive_end": 59, + "slot": "outbound_arrival_time", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "That flight arrives at PHL International Airport at 8:31 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3:40 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect. Can you help me book a flight in the near future." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "origin_city", + "start": 77 + }, + { + "exclusive_end": 113, + "slot": "destination_city", + "start": 101 + }, + { + "exclusive_end": 127, + "slot": "departure_date", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you want me to book 1 passenger on Delta Airlines depart from Atlanta and arriving at Philadelphia on March 13th on Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 13th", + "the 13th" + ], + "destination_city": [ + "Philadelphia", + "Philly" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_city": "Philadelphia", + "origin_city": "Atlanta", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:31", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "184", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 13th", + "the 13th" + ], + "destination_city": [ + "Philadelphia", + "Philly" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks that is all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "17_00024", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up, can you find me a one way flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 8, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From ATL. I prefet Delta Airlines by the way" + }, + { + "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-06" + ], + "slot": "departure_date", + "values": [ + "6th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "departure_date", + "start": 7 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 6th of this month" + }, + { + "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": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "destination_city", + "start": 9 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Going to Toronto" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "209" + ], + "slot": "price", + "values": [ + "$209" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_city": "Toronto", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "209", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "outbound_departure_time", + "start": 43 + }, + { + "exclusive_end": 78, + "slot": "price", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 Delta Airlines flight leaving at 3:40 pm with 1 Stop that costs $209" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does that flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "20:28" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:28 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 8:28 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "origin_airport", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It leaves from Hartsfield-Jackson International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3:40 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, just book for one" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "origin_city", + "start": 52 + }, + { + "exclusive_end": 70, + "slot": "destination_city", + "start": 63 + }, + { + "exclusive_end": 85, + "slot": "departure_date", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirming 1 economy ticket via Delta Airlines from Atlanta to Toronto next Wednesday" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's right" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_city": "Toronto", + "origin_city": "Atlanta", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "209", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "17_00025", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one way ticket on Premium Economy?" + }, + { + "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 leaving? where are you going? Where are you traveling from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "the 4th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto, Canada" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 20 + }, + { + "exclusive_end": 53, + "slot": "departure_date", + "start": 46 + }, + { + "exclusive_end": 42, + "slot": "destination_city", + "start": 27 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "Toronto, Canada" + ], + "origin_city": [ + "SFO" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling from SFO to Toronto, Canada on the 4th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:30" + ], + "slot": "outbound_departure_time", + "values": [ + "4:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "401" + ], + "slot": "price", + "values": [ + "$401" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Toronto", + "origin_city": "San Francisco", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:58", + "outbound_departure_time": "04:30", + "passengers": "1", + "price": "401", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:19", + "outbound_departure_time": "06:45", + "passengers": "1", + "price": "387", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "21:54", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "413", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 33, + "slot": "outbound_departure_time", + "start": 26 + }, + { + "exclusive_end": 61, + "slot": "price", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Alaska Airlines leaves at 4:30 am with 1 stop. This cost $401" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "departure_date", + "start": 48 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Toronto, Canada" + ], + "origin_city": [ + "SFO" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights? I want to leave on March 12th." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "441" + ], + "slot": "price", + "values": [ + "$441" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Toronto", + "origin_city": "San Francisco", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:58", + "outbound_departure_time": "08:35", + "passengers": "1", + "price": "441", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:58", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "441", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:19", + "outbound_departure_time": "07:10", + "passengers": "1", + "price": "436", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 107, + "slot": "price", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found additional 3 flights that are on American Airlines leaving at 7:05 am with 1 stop. The cost is $441." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Toronto, Canada" + ], + "origin_city": [ + "SFO" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other flights available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:10" + ], + "slot": "outbound_departure_time", + "values": [ + "7:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "436" + ], + "slot": "price", + "values": [ + "$436" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "outbound_departure_time", + "start": 29 + }, + { + "exclusive_end": 58, + "slot": "price", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Southwest Airlines depart at 7:10 am with 1 stop cost $436" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Toronto, Canada" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "7:10 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me. Can you book a one way ticket for me please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 51 + }, + { + "exclusive_end": 97, + "slot": "destination_city", + "start": 90 + }, + { + "exclusive_end": 111, + "slot": "departure_date", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm your booking detail: Traveling from San Francisco on Southwest Airlines to Toronto on March 12th. This will be on Premium Economy with 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Toronto", + "Toronto, Canada" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "7:10 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This sounds good, What is the arrival time and what airport will i arrive" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto Pearson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Toronto Pearson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:19" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:19 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_city": "Toronto", + "origin_city": "San Francisco", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:19", + "outbound_departure_time": "07:10", + "passengers": "1", + "price": "436", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "destination_airport", + "start": 39 + }, + { + "exclusive_end": 106, + "slot": "outbound_arrival_time", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is booked with destination Toronto Pearson International Airport. Your arrival time is 7:19 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Toronto", + "Toronto, Canada" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "7:10 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else i can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Toronto", + "Toronto, Canada" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "7:10 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is it" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day" + } + ] + }, + { + "dialogue_id": "17_00026", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a one-way flight." + }, + { + "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": "What is the departure city and the arrival city, and for what date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "departure_date", + "start": 51 + }, + { + "exclusive_end": 30, + "slot": "destination_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be going to Seattle, WA and I want to leave next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what is the departure city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from San Fran and I want to travel in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:55" + ], + "slot": "outbound_departure_time", + "values": [ + "2:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "119" + ], + "slot": "price", + "values": [ + "$119" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Seattle", + "origin_city": "San Francisco", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "14:55", + "passengers": "1", + "price": "119", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "07:31", + "outbound_departure_time": "05:20", + "passengers": "1", + "price": "129", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:11", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "118", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:36", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "127", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "16:31", + "outbound_departure_time": "14:20", + "passengers": "1", + "price": "123", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 88, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 142, + "slot": "price", + "start": 138 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Alaska Airlines flight from San Francisco to Seattle that departs at 2:55 pm with 0 stops. The price of the one-way ticket is $119." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, England" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "destination_city", + "start": 45 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about the same day from San Francisco to London, England?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "395" + ], + "slot": "price", + "values": [ + "$395" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "London", + "origin_city": "San Francisco", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "04:30", + "passengers": "1", + "price": "386", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "06:37", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "395", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:44", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "370", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "05:35", + "passengers": "1", + "price": "411", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 146, + "slot": "price", + "start": 142 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight that departs San Francisco at 7:05 am to London, England with 1 stop. The price of the economy ticket is $395." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does that flight arrive in London? And did you say it departs from San Francisco?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:37" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:37 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 90, + "slot": "origin_airport", + "start": 65 + }, + { + "exclusive_end": 39, + "slot": "outbound_arrival_time", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives in London at 6:37 am. The flight departs from SFO International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights? Maybe something that departs a little later in the morning?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "370" + ], + "slot": "price", + "values": [ + "$370" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "outbound_departure_time", + "start": 44 + }, + { + "exclusive_end": 108, + "slot": "price", + "start": 104 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Delta Airlines has a flight that departs at 10:05 am. It has 1 stop. The price of the economy ticket is $370." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that sounds good. I want to purchase that one-way ticket to London, England." + }, + { + "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": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 98, + "slot": "origin_city", + "start": 85 + }, + { + "exclusive_end": 136, + "slot": "destination_city", + "start": 130 + }, + { + "exclusive_end": 113, + "slot": "departure_date", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 1 economy ticket, Delta Airlines flight departing from San Francisco next Wednesday and arriving in London, England." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Did you say one ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, 1 economy ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. Just wondering, is that ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_city": "London", + "origin_city": "San Francisco", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:44", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "370", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been purchased. No, the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. That will work. That's it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your trip." + } + ] + }, + { + "dialogue_id": "17_00027", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to find oneway flights for a trip coming up." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning on going for your trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NY" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be going to NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From what city will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "March 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 29 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will leave from Seattle on March 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:25" + ], + "slot": "outbound_departure_time", + "values": [ + "8:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "271" + ], + "slot": "price", + "values": [ + "$271" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "New York", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:34", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "271", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "02:14", + "outbound_departure_time": "16:00", + "passengers": "1", + "price": "299", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "01:09", + "outbound_departure_time": "15:15", + "passengers": "1", + "price": "295", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:40", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "312", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "23:20", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "346", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 55 + }, + { + "exclusive_end": 77, + "slot": "price", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Alaska Airlines has a flight with 1 stop. It leaves at 8:25 am and costs $271." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Seattle" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is that the only flight? There is just 1 person in my group. Business class or economy are fine." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "299" + ], + "slot": "price", + "values": [ + "$299" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "New York", + "origin_city": "Seattle", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:34", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "271", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "02:14", + "outbound_departure_time": "16:00", + "passengers": "1", + "price": "299", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "01:09", + "outbound_departure_time": "15:15", + "passengers": "1", + "price": "295", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:40", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "312", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 116, + "slot": "price", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 flights I found. There is a flight with American Airlines that leaves at 4 pm with 1 stop. It costs $299." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Seattle" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any flights with Southwest Airlines?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "312" + ], + "slot": "price", + "values": [ + "$312" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_city": "New York", + "origin_city": "Seattle", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:40", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "312", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 94, + "slot": "price", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight with Southwest Airlines that leaves at 5:25 am. It has 1 stop and costs $312." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight will work. I would like to leave soon, can you help me purchase a oneway ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "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-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "origin_city", + "start": 80 + }, + { + "exclusive_end": 110, + "slot": "destination_city", + "start": 102 + }, + { + "exclusive_end": 122, + "slot": "departure_date", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Is this flight information correct? On Southwest Airlines, you will depart from Seattle and arrive in New York next Friday. You would like to purchase 1 Economy ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "NY", + "New York" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is correct. What airport will I be using for the outbound flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_city": "New York", + "origin_city": "Seattle", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:40", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "312", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "origin_airport", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have purchased your ticket. It will depart from the Seattle-Tacoma International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "NY", + "New York" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you. That is all I will need now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "17_00028", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to book a one-way flight for an upcoming trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, when are you planning on leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "departure_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving 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": "And where are you traveling to and from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_city", + "start": 38 + }, + { + "exclusive_end": 32, + "slot": "destination_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be traveling to Los Angeles from 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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "75" + ], + "slot": "price", + "values": [ + "$75" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Los Angeles", + "origin_city": "Las Vegas" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "12:05", + "outbound_departure_time": "10:55", + "passengers": "1", + "price": "75", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:30", + "outbound_departure_time": "12:20", + "passengers": "1", + "price": "76", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "15:45", + "outbound_departure_time": "14:35", + "passengers": "1", + "price": "71", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:15", + "outbound_departure_time": "12:05", + "passengers": "1", + "price": "81", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found an American Airlines flight that leaves at 10:55 am. It has 0 stops, and the ticket costs $75." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport will the flight land at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "destination_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'd be landing at the LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, that flight sounds good to me!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets for this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please. I'd prefer Economy seating." + }, + { + "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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "origin_city", + "start": 78 + }, + { + "exclusive_end": 102, + "slot": "destination_city", + "start": 91 + }, + { + "exclusive_end": 72, + "slot": "departure_date", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So you would like a ticket for the American Airlines flight on March 9th from Las Vegas to Los Angeles for 1 passenger, and you'd like that with Economy seating. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that's right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_city": "Los Angeles", + "origin_city": "Las Vegas", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "12:05", + "outbound_departure_time": "10:55", + "passengers": "1", + "price": "75", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all I needed, thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, enjoy your trip!" + } + ] + }, + { + "dialogue_id": "17_00029", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need some oneway flights for an upcoming trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you wanting to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "destination_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Los Angeles is calling my name!" + }, + { + "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 and when will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "origin_city", + "start": 28 + }, + { + "exclusive_end": 9, + "slot": "departure_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "March 9th I am leaving from Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:45" + ], + "slot": "outbound_departure_time", + "values": [ + "9:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "221" + ], + "slot": "price", + "values": [ + "$221" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Los Angeles", + "origin_city": "Washington" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "12:30", + "outbound_departure_time": "09:45", + "passengers": "1", + "price": "221", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "12:45", + "outbound_departure_time": "10:00", + "passengers": "1", + "price": "190", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "17:35", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "192", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "00:32", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "274", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 107, + "slot": "price", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found you 4 of them. American Airlines has an outbound flight leaving at 9:45 am with 0 stops. Costs $221." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any others?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:00" + ], + "slot": "outbound_departure_time", + "values": [ + "10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "190" + ], + "slot": "price", + "values": [ + "$190" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 83, + "slot": "price", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Delta Airlines has an outbound flight leaving at 10 am with 0 stops. Ticket is $190." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When is the onward flight arriving and which airport will it be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_arrival_time", + "values": [ + "12:45 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "destination_airport", + "start": 47 + }, + { + "exclusive_end": 8, + "slot": "outbound_arrival_time", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "12:45 pm is the arrival and the destination is LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like Economy and I need 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "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-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 16 + }, + { + "exclusive_end": 41, + "slot": "destination_city", + "start": 30 + }, + { + "exclusive_end": 88, + "slot": "departure_date", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Washington to Los Angeles on Delta Airlines. Departure date is March 9th. Economy class for 3 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. Is it a refundable ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_city": "Los Angeles", + "origin_city": "Washington", + "passengers": "3", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "12:45", + "outbound_departure_time": "10:00", + "passengers": "3", + "price": "190", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ticket is confirmed, but unfortunately not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "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_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that was all. Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00030", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 37 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a oneway flight from Las Vegas" + }, + { + "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 and when?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "the 2nd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "departure_date", + "start": 20 + }, + { + "exclusive_end": 16, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to ATL on the 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:40" + ], + "slot": "outbound_departure_time", + "values": [ + "6:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "283" + ], + "slot": "price", + "values": [ + "$283" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "origin_city": "Las Vegas" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "18:31", + "outbound_departure_time": "06:40", + "passengers": "1", + "price": "283", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "01:24", + "outbound_departure_time": "14:35", + "passengers": "1", + "price": "240", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "01:51", + "outbound_departure_time": "15:05", + "passengers": "1", + "price": "289", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "outbound_departure_time", + "start": 41 + }, + { + "exclusive_end": 59, + "slot": "price", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "A 1 stop ticket on American Airlines for 6:40 am costs $283" + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airports will you be at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson international airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "McCarran International Airport" + ], + "slot": "origin_airport", + "values": [ + "McCarran International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 99, + "slot": "destination_airport", + "start": 59 + }, + { + "exclusive_end": 43, + "slot": "origin_airport", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Leaving from McCarran International Airport and landing at Hartsfield-Jackson international airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "6:40 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "6:40 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I would" + }, + { + "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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "origin_city", + "start": 56 + }, + { + "exclusive_end": 76, + "slot": "destination_city", + "start": 69 + }, + { + "exclusive_end": 93, + "slot": "departure_date", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 1 American Airlines economy ticket from Las Vegas to Atlanta leaving tomorrow" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd", + "tomorrow" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "6:40 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "origin_city": "Las Vegas", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "18:31", + "outbound_departure_time": "06:40", + "passengers": "1", + "price": "283", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Oneway ticket confirmed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd", + "tomorrow" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "6:40 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arrival time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:31" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:31 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "outbound_arrival_time", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "6:31 pm arrival time" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd", + "tomorrow" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "6:40 am" + ], + "passengers": [ + "1" + ], + "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": "Is there nything 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": [ + "the 2nd", + "tomorrow" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "6:40 am" + ], + "passengers": [ + "1" + ], + "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": "17_00031", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me oneway flights for my upcoming trip. My preferred airline is American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you departing from?" + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American 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": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what date are you leaving and where is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 16 + }, + { + "exclusive_end": 55, + "slot": "destination_city", + "start": 44 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris, France" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving on March 10th and traveling to Los Angeles and I prefer to travel in Premium Economy." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "538" + ], + "slot": "price", + "values": [ + "$538" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_city": "Los Angeles", + "origin_city": "Paris", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "04:05", + "passengers": "1", + "price": "538", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 89, + "slot": "price", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight on American Airlines that leaves at 4:05 am and has 1 stop and cots $538." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to book four tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris" + ] + }, + { + "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-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "origin_city", + "start": 39 + }, + { + "exclusive_end": 59, + "slot": "destination_city", + "start": 48 + }, + { + "exclusive_end": 104, + "slot": "departure_date", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that the flight is from Paris to Los Angeles on American Airlines departing on March 10th for 4 passengers on Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great. Will the ticket be refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_city": "Los Angeles", + "origin_city": "Paris", + "passengers": "4", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "04:05", + "passengers": "4", + "price": "538", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I've confirmed your oneway ticket but unfortunately is is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, thank you for all your help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No but thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "17_00032", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm getting ready to take a trip. Can you help me find oneway flights please?" + }, + { + "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": "Sure! When are you planning to leave? Where are you going? Which city do you want to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "San Diego" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "the 1st" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 31 + }, + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 57 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from San Diego, on the 1st. I'll be visiting Phoenix, AZ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:45" + ], + "slot": "outbound_departure_time", + "values": [ + "5:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "91" + ], + "slot": "price", + "values": [ + "$91" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Phoenix", + "origin_city": "San Diego" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "07:05", + "outbound_departure_time": "05:45", + "passengers": "1", + "price": "91", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "16:35", + "outbound_departure_time": "15:15", + "passengers": "1", + "price": "89", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "18:25", + "outbound_departure_time": "17:05", + "passengers": "1", + "price": "97", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "14:40", + "outbound_departure_time": "13:20", + "passengers": "1", + "price": "97", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "12:20", + "outbound_departure_time": "11:00", + "passengers": "1", + "price": "88", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "outbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 112, + "slot": "price", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, great. There's an outbound Alaska Airlines flight that leaves at 5:45 am. It has 0 layovers. The cost is $91." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it leave from? When does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "origin_airport", + "values": [ + "SAN International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:05 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_airport", + "start": 16 + }, + { + "exclusive_end": 72, + "slot": "outbound_arrival_time", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It departs from SAN International Airport. The flight arrives at 7:05 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want the ticket for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I want to book the ticket for that flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "San Diego" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 106, + "slot": "origin_city", + "start": 97 + }, + { + "exclusive_end": 123, + "slot": "destination_city", + "start": 116 + }, + { + "exclusive_end": 148, + "slot": "departure_date", + "start": 143 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, great. Please confirm the following details: It's an Alaska Airlines flight that leaves from San Diego going to Phoenix. Departure date is today. Number of passengers is 1, in Economy class seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination_city": "Phoenix", + "origin_city": "San Diego", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "07:05", + "outbound_departure_time": "05:45", + "passengers": "1", + "price": "91", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, your oneway ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will I arrive at? Is my ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "destination_airport", + "values": [ + "Sky Harbor International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "destination_airport", + "start": 17 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'll arrive at Sky Harbor International Airport. Yes, the ticket is refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "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_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ], + "passengers": [ + "1" + ], + "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 fantastic day and enjoy your trip!" + } + ] + }, + { + "dialogue_id": "17_00033", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up. Could you find me a oneway flight?" + }, + { + "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? Where are you planning to visist?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "13th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 88, + "slot": "departure_date", + "start": 70 + }, + { + "exclusive_end": 53, + "slot": "destination_city", + "start": 42 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Mexico City" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to take an Economy flight to Mexico City, leaving on the 13th of this month." + }, + { + "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": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Portland" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:55" + ], + "slot": "outbound_departure_time", + "values": [ + "7:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "242" + ], + "slot": "price", + "values": [ + "$242" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-13", + "destination_city": "Mexico City", + "origin_city": "Portland", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "07:55", + "passengers": "1", + "price": "242", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "258", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "260", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "02:05", + "outbound_departure_time": "16:55", + "passengers": "1", + "price": "281", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "10:35", + "passengers": "1", + "price": "256", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 119, + "slot": "price", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found a flight with Alaska Airlines that leaves at 7:55 am and has only 1 stop. The price for the flight is $242." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Portland" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from? Which airport does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "destination_airport", + "values": [ + "Benito Juarez International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "destination_airport", + "start": 22 + }, + { + "exclusive_end": 104, + "slot": "origin_airport", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You will be flying to Benito Juarez International Airport and will depart from PDX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me. I feel like traveling soon. Can you assist me in buying a oneway ticket? There are 4 people in my group, so i will need 4 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "origin_city", + "start": 79 + }, + { + "exclusive_end": 112, + "slot": "destination_city", + "start": 101 + }, + { + "exclusive_end": 173, + "slot": "departure_date", + "start": 163 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details about your trip: you will be leaving from Portland and going to Mexico City, flying with Alaska Airlines which will depart on March 13th, with 4 passengers on an Economy flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good. When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:53" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:53 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-13", + "destination_city": "Mexico City", + "origin_city": "Portland", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "07:55", + "passengers": "4", + "price": "242", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "outbound_arrival_time", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is confirmed. The onward flight arrives at 6:53 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good to know, thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "Alaska Airlines" + ], + "departure_date": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "4" + ], + "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, and thank you for booking your flight with us!" + } + ] + }, + { + "dialogue_id": "17_00034", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up, can you find me oneway flights?" + }, + { + "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": "When and where do you plan to leave from? Where are you visiting?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NY" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 27 + }, + { + "exclusive_end": 59, + "slot": "destination_city", + "start": 57 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from LA on the 8th of March and traveling to NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:30" + ], + "slot": "outbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "195" + ], + "slot": "price", + "values": [ + "$195" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "New York", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "18:40", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "195", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "03:30", + "outbound_departure_time": "18:20", + "passengers": "1", + "price": "216", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "03:15", + "outbound_departure_time": "18:05", + "passengers": "1", + "price": "197", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "18:34", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "258", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "05:25", + "outbound_departure_time": "20:15", + "passengers": "1", + "price": "181", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Alaska Airlines flight, it leaves at 9:30 am. It has 0 stops and costs $195." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it arrive at? And how about the onward flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:40" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:40 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "destination_airport", + "start": 12 + }, + { + "exclusive_end": 75, + "slot": "outbound_arrival_time", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It lands at JFK International Airport. The onward flight gets in at 6:40 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other available flights?" + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "216" + ], + "slot": "price", + "values": [ + "$216" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 90, + "slot": "price", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight that leaves at 6:20 pm. It has 0 stops and costs $216." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "LA" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about other flights?" + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "314" + ], + "slot": "price", + "values": [ + "$314" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "New York", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "18:40", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "195", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "03:30", + "outbound_departure_time": "18:20", + "passengers": "1", + "price": "216", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "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": "314", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "18:34", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "258", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "05:25", + "outbound_departure_time": "20:15", + "passengers": "1", + "price": "181", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 105, + "slot": "price", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight that leaves at 10:55 pm, it has 0 stops. The price of the ticket is $314." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "10:55 pm" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good. Can you help me to buy a ticket." + }, + { + "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": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "origin_city", + "start": 61 + }, + { + "exclusive_end": 90, + "slot": "destination_city", + "start": 82 + }, + { + "exclusive_end": 144, + "slot": "departure_date", + "start": 133 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm the following details. The flight leaves fro Los Angeles, goes to New York and Delta Airlines. The departure date is next Friday for 1 passenger and Economy seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "NY", + "New York" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "10:55 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are actually 4 people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "departure_date", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm that the departure date is next Friday, for 4 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "NY", + "New York" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "10:55 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_city": "New York", + "origin_city": "Los Angeles", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "08:05", + "outbound_departure_time": "22:55", + "passengers": "4", + "price": "314", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "NY", + "New York" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "10:55 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "17_00035", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hi, can you help me find two one way tickets please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, on what date will you be taking this trip, and where are you departing from and where would you like to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philly" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "origin_city", + "start": 27 + }, + { + "exclusive_end": 76, + "slot": "departure_date", + "start": 58 + }, + { + "exclusive_end": 45, + "slot": "destination_city", + "start": 37 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Philly" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like a flight from Philly to New York leaving the 14th of this month please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:45" + ], + "slot": "outbound_departure_time", + "values": [ + "4:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "60" + ], + "slot": "price", + "values": [ + "$60" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "New York", + "origin_city": "Philadelphia", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "17:36", + "outbound_departure_time": "16:45", + "passengers": "2", + "price": "60", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "20:16", + "outbound_departure_time": "19:25", + "passengers": "2", + "price": "63", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "08:36", + "outbound_departure_time": "07:45", + "passengers": "2", + "price": "61", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "13:46", + "outbound_departure_time": "12:55", + "passengers": "2", + "price": "54", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 105, + "slot": "outbound_departure_time", + "start": 98 + }, + { + "exclusive_end": 141, + "slot": "price", + "start": 138 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have located a flight that is through American Airlines. The outbound flight will be leaving at 4:45 pm. This flight has 0 stops and is $60 per ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Philly" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are those tickets refundable and what apart are we departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "origin_airport", + "values": [ + "PHL International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "origin_airport", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This flight departs from PHL International Airport, and sorry these tickets are not refundable." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Philly" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have any other flights available with Economy seats?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:25" + ], + "slot": "outbound_departure_time", + "values": [ + "7:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "63" + ], + "slot": "price", + "values": [ + "$63" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "New York", + "origin_city": "Philadelphia", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "17:36", + "outbound_departure_time": "16:45", + "passengers": "2", + "price": "60", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "20:16", + "outbound_departure_time": "19:25", + "passengers": "2", + "price": "63", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "08:36", + "outbound_departure_time": "07:45", + "passengers": "2", + "price": "61", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "13:46", + "outbound_departure_time": "12:55", + "passengers": "2", + "price": "54", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "outbound_departure_time", + "start": 83 + }, + { + "exclusive_end": 66, + "slot": "price", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, I also have a flight with Delta Airlines with 0 stops for $63 that departs at 7:25 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Philly" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not a huge fan of Delta, are there any other flights? I am not really concerned about the time." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:45" + ], + "slot": "outbound_departure_time", + "values": [ + "7:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "61" + ], + "slot": "price", + "values": [ + "$61" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "New York", + "origin_city": "Philadelphia", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "17:36", + "outbound_departure_time": "16:45", + "passengers": "2", + "price": "60", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "20:16", + "outbound_departure_time": "19:25", + "passengers": "2", + "price": "63", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "08:36", + "outbound_departure_time": "07:45", + "passengers": "2", + "price": "61", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "13:46", + "outbound_departure_time": "12:55", + "passengers": "2", + "price": "54", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 118, + "slot": "outbound_departure_time", + "start": 111 + }, + { + "exclusive_end": 88, + "slot": "price", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have also located a flight with Southwest Airlines with 0 stops. These tickets are $61 and departure time is 7:45 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "7:45 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is the flight I am more interested in." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like for me to make your ticket reservations?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "7:45 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please and thank you." + }, + { + "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": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 128, + "slot": "origin_city", + "start": 116 + }, + { + "exclusive_end": 150, + "slot": "destination_city", + "start": 142 + }, + { + "exclusive_end": 164, + "slot": "departure_date", + "start": 154 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I would just need you to confirm 2 Economy class tickets with Southwest Airlines, that will be departing from Philadelphia and going to New York on March 14th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "14th of this month", + "March 14th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "7:45 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is correct. Also are these tickets refundable and when does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "08:36" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:36 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-14", + "destination_city": "New York", + "origin_city": "Philadelphia", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-14", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "08:36", + "outbound_departure_time": "07:45", + "passengers": "2", + "price": "61", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "outbound_arrival_time", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I have confirmed your ticket reservations. The onward flight will be arriving at 8:36 am, and sorry these tickets are not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "14th of this month", + "March 14th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "7:45 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "14th of this month", + "March 14th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "7:45 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, that would be it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you and have a safe trip." + } + ] + }, + { + "dialogue_id": "17_00036", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "March 7th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 27 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up on March 7th and need a oneway flight." + }, + { + "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 you like to go and from which airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, England" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "origin_city", + "start": 56 + }, + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to London, England and I'll be departing from ATL." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "269" + ], + "slot": "price", + "values": [ + "$269" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "London", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:44", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "269", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "06:54", + "outbound_departure_time": "16:50", + "passengers": "1", + "price": "283", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:49", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "352", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:34", + "outbound_departure_time": "10:30", + "passengers": "1", + "price": "228", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "We have found 4 options. An American Airlines flight is leaving at 8:40 pm. It is a direct flight with 0 stops and costs $269." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is that refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No. Unfortunately it isn't a refundable ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "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": [ + "16:50" + ], + "slot": "outbound_departure_time", + "values": [ + "4:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "283" + ], + "slot": "price", + "values": [ + "$283" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "outbound_departure_time", + "start": 38 + }, + { + "exclusive_end": 101, + "slot": "price", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "A Delta Airlines flight is leaving at 4:50 pm. It is also a direct flight with 0 stops and costs $283." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "4:50 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "4:50 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Please go ahead and make that booking." + }, + { + "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-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "origin_city", + "start": 78 + }, + { + "exclusive_end": 101, + "slot": "destination_city", + "start": 95 + }, + { + "exclusive_end": 72, + "slot": "departure_date", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following information: Flight departing next Thursday from Atlanta going to London. An Economy seat with Delta Airlines for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 7th", + "next Thursday" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "4:50 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that works for me. What is the departure airport and when will the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:54" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:54 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_city": "London", + "origin_city": "Atlanta", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "06:54", + "outbound_departure_time": "16:50", + "passengers": "1", + "price": "283", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 98, + "slot": "origin_airport", + "start": 58 + }, + { + "exclusive_end": 139, + "slot": "outbound_arrival_time", + "start": 132 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is confirmed. Your flight departs from Hartsfield-Jackson International Airport and the onward flight arrives at 6:54 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 7th", + "next Thursday" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "4:50 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's great thanks. I think that is everything I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "17_00037", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to search for one way flights for an upcoming 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": "What day are you planning to depart and what is your final destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 25 + }, + { + "exclusive_end": 63, + "slot": "destination_city", + "start": 56 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving on the 9th of this month traveling to Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto, Ontario" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "origin_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Toronto, Ontario" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be flying from Toronto, Ontario." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:40" + ], + "slot": "outbound_departure_time", + "values": [ + "4:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "207" + ], + "slot": "price", + "values": [ + "$207" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "origin_city": "Toronto" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "207", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "203", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "237", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "209", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 66 + }, + { + "exclusive_end": 115, + "slot": "price", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have located 4 available flights from Air Canada. It departs at 4:40 pm and has 1 layover. The total cost is $207." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, can you assist me in purchasing a flight in economy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "origin_city", + "start": 31 + }, + { + "exclusive_end": 57, + "slot": "destination_city", + "start": 50 + }, + { + "exclusive_end": 85, + "slot": "departure_date", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Departure from Toronto leaving to Atlanta via Air Canada on March 9th. The number of seats reserved in economy is 1." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sure that is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Air Canada", + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "origin_city": "Toronto", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "207", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Congratulations your seat has been confirmed!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "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 there anything else I can assist 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": [ + "Air Canada" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "1" + ], + "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 trip!" + } + ] + }, + { + "dialogue_id": "17_00038", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to find some Oneway Flights for my upcoming trip." + }, + { + "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 planning to make a trip, please mention the destination and departure points? When do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "the 10th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico city" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 55, + "slot": "departure_date", + "start": 47 + }, + { + "exclusive_end": 43, + "slot": "destination_city", + "start": 32 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Mexico city" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving form Washington to Mexico city on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "243" + ], + "slot": "price", + "values": [ + "$243" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Mexico City", + "origin_city": "Washington" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "10:15", + "passengers": "1", + "price": "243", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "10:00", + "passengers": "1", + "price": "355", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "02:05", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "323", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 152, + "slot": "price", + "start": 148 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is search results for your requirement, American Airlines outbound flight is leaves at 10:15 am and it has 1 stop. The price of the ticket is $243." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Mexico city" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which Airport does the flight depart from? Does the Ticket refund option is available?" + }, + { + "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": 126, + "slot": "origin_airport", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately ticket refund option is not available for your trip and the flight departs from the Dulles International airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Mexico city" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want tickets for 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": [ + "the 10th" + ], + "destination_city": [ + "Mexico city" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "American Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Mexico city" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10:15 am" + ] + } + } + } + ], + "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 nice day." + } + ] + }, + { + "dialogue_id": "17_00039", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to search for oneway flights for an upcoming 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 and when are you going." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NY" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "departure_date", + "start": 40 + }, + { + "exclusive_end": 64, + "slot": "destination_city", + "start": 62 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "NY" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm traveling with 1 in my group on the 10th of this month to NY. I'd like to use Alaska Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From where are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:25" + ], + "slot": "outbound_departure_time", + "values": [ + "8:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "283" + ], + "slot": "price", + "values": [ + "$283" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-10", + "destination_city": "New York", + "origin_city": "Seattle", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-10", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:34", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "283", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight on Alaska Airlines leaving at 8:25 am with 1 stop for a total of $283." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does the flight leave from? Is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "origin_airport", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves from Seattle-Tacoma International Airport but it is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:25 am" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving soon. Can you help me buy a oneway ticket in Economy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "origin_city", + "start": 65 + }, + { + "exclusive_end": 94, + "slot": "destination_city", + "start": 86 + }, + { + "exclusive_end": 108, + "slot": "departure_date", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. To confirm: this is an Alaska Airlines flight leaving from Seattle and going to New York on March 10th. The ticket will be for 1 passenger in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "10th of this month", + "March 10th" + ], + "destination_city": [ + "NY", + "New York" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-10", + "destination_city": "New York", + "origin_city": "Seattle", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-10", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:34", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "283", + "refundable": "False", + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "10th of this month", + "March 10th" + ], + "destination_city": [ + "NY", + "New York" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "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": "17_00040", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a one way flight for a trip." + }, + { + "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": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "destination_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to travel to LA." + }, + { + "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 are you leaving from and which date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "origin_city", + "start": 8 + }, + { + "exclusive_end": 44, + "slot": "departure_date", + "start": 27 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Atlanta, GA" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving Atlanta, GA on the 1st of this month. But, I need a refundable ticket as this may change." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "184" + ], + "slot": "price", + "values": [ + "$184" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Los Angeles", + "origin_city": "Atlanta", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:34", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "184", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:19", + "outbound_departure_time": "22:20", + "passengers": "1", + "price": "185", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "23:30", + "outbound_departure_time": "17:55", + "passengers": "1", + "price": "264", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:34", + "outbound_departure_time": "08:35", + "passengers": "1", + "price": "169", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 100, + "slot": "price", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 flights. An American Airlines flight leaves at 9:35 am with 0 stops and the cost is $184." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Atlanta, GA" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "11:34" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:34 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "outbound_arrival_time", + "start": 11 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Arrival is 11:34 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": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Atlanta, GA" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the departure and arrival airports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 100, + "slot": "destination_airport", + "start": 75 + }, + { + "exclusive_end": 55, + "slot": "origin_airport", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Departure from Hartsfield-Jackson International Airport and destination is LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I book the tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please do." + }, + { + "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-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 90, + "slot": "origin_city", + "start": 83 + }, + { + "exclusive_end": 124, + "slot": "destination_city", + "start": 113 + }, + { + "exclusive_end": 96, + "slot": "departure_date", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirming information: 1 passenger for an American Airlines flight departing from Atlanta today and arriving at Los Angeles with seat in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There is one person in my group and I prefer Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, 1 passenger seating in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "Los Angeles", + "origin_city": "Atlanta", + "passengers": "1", + "refundable": "True", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:34", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "259", + "refundable": "True", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "17_00041", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me oneway flights?" + }, + { + "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": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "destination_city": [ + "Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to Vegas. I'm not particulaur on the airline." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do yo uplan to leave." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "the 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 30 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Vancouver" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Vancouver on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:45" + ], + "slot": "outbound_departure_time", + "values": [ + "4:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "221" + ], + "slot": "price", + "values": [ + "$221" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Las Vegas", + "origin_city": "Vancouver" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-10", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "16:45", + "passengers": "1", + "price": "221", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "12:55", + "passengers": "1", + "price": "199", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "22:40", + "outbound_departure_time": "18:05", + "passengers": "1", + "price": "232", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 100, + "slot": "outbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 137, + "slot": "price", + "start": 133 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 suitable flights for you. There is Air Canada flight. The outbound flight leave at 4:45 pm and it has 1 stop. The price is $221." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Vancouver" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:55" + ], + "slot": "outbound_departure_time", + "values": [ + "12:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "199" + ], + "slot": "price", + "values": [ + "$199" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight. The outbound flight leave at 12:55 pm with 1 stop. The price is $199." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Vancouver" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about the other flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:05" + ], + "slot": "outbound_departure_time", + "values": [ + "6:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "232" + ], + "slot": "price", + "values": [ + "$232" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "outbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 109, + "slot": "price", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a United Airlines flight. The outbound flight leaves at 6:05 pm and it has 1 stop. The price is $232." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "6:05 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy a ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "6:05 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I would. Make sure it's an Economy ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 96, + "slot": "destination_city", + "start": 87 + }, + { + "exclusive_end": 163, + "slot": "departure_date", + "start": 153 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: the flight is from Vancouver. The flight goes to Las Vegas. the airlines is United Airlines. The departure date is March 10th. the number of passengers is 1. The seating class is Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "6:05 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good. Whcih airport does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "origin_airport", + "values": [ + "YVR International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_city": "Las Vegas", + "origin_city": "Vancouver", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "22:40", + "outbound_departure_time": "18:05", + "passengers": "1", + "price": "232", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "origin_airport", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is confirmed, the flight departs from YVR International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "6:05 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "6:05 pm" + ], + "passengers": [ + "1" + ], + "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": "17_00042", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "Thursday next week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 99, + "slot": "departure_date", + "start": 81 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hi, can you help me find a flight for my upcoming trip? I would like to leave on Thursday next week and I would like to travel Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 20 + }, + { + "exclusive_end": 94, + "slot": "destination_city", + "start": 85 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing from Seattle, WA. There are three of us traveling and we are going to Las Vegas." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "327" + ], + "slot": "price", + "values": [ + "$327" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Las Vegas", + "origin_city": "Seattle", + "passengers": "3", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "14:35", + "outbound_departure_time": "08:45", + "passengers": "3", + "price": "327", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "22:40", + "outbound_departure_time": "18:50", + "passengers": "3", + "price": "337", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "22:40", + "outbound_departure_time": "17:10", + "passengers": "3", + "price": "335", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 106, + "slot": "price", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 flights. Delta Airlines has an outbound flight with 1 stop leaving at 8:45 am. The price is $327." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_city", + "start": 49 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Chicago" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other options? I am departing from Chicago and I like American Airlines." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "398" + ], + "slot": "price", + "values": [ + "$398" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Las Vegas", + "origin_city": "Chicago", + "passengers": "3", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "12:25", + "outbound_departure_time": "07:05", + "passengers": "3", + "price": "398", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 American Airlines flight with 1 stop departing at 7:05 am. The price is $398." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Chicago" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, which airport does it depart from and where does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "McCarran International Airport" + ], + "slot": "destination_airport", + "values": [ + "McCarran International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "origin_airport", + "values": [ + "O'Hare International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 91, + "slot": "destination_airport", + "start": 61 + }, + { + "exclusive_end": 46, + "slot": "origin_airport", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will depart at O'Hare International Airport and arrive at McCarran International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy a ticket?" + }, + { + "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": [ + "Thursday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium 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 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": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm all set." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "17_00043", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_city", + "start": 35 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a oneway flight to Las Vegas, where I am going on a trip?" + }, + { + "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 are you planning on taking off from and what is your departure date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "Wednesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 20 + }, + { + "exclusive_end": 51, + "slot": "departure_date", + "start": 32 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing from Chi-town on Wednesday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:35" + ], + "slot": "outbound_departure_time", + "values": [ + "10:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "243" + ], + "slot": "price", + "values": [ + "$243" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Las Vegas", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "16:15", + "outbound_departure_time": "10:35", + "passengers": "1", + "price": "243", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 103, + "slot": "outbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 153, + "slot": "price", + "start": 149 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I located 1 flight that meets your requirements. It is a United Airlines flight what leaves at 10:35 am and has 1 stop. The charge for the ticket is $243." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "10:35 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will suit my needs. I would like to travel soon. Would you be able to help me buy a one way air ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 106, + "slot": "origin_city", + "start": 99 + }, + { + "exclusive_end": 119, + "slot": "destination_city", + "start": 110 + }, + { + "exclusive_end": 93, + "slot": "departure_date", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "These are the details you need to confirm: The United Airlines' flight departs next Wednesday from Chicago to Las Vegas. Number of passengers is 1 and the class is Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Wednesday next week", + "next Wednesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "10:35 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great that sounds correct. Can you tell me if the ticket is refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_city": "Las Vegas", + "origin_city": "Chicago", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "16:15", + "outbound_departure_time": "10:35", + "passengers": "1", + "price": "243", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way ticket has been confirmed and unfortunately, not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Wednesday next week", + "next Wednesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "10:35 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your assistance with all my needs." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a lovely day." + } + ] + }, + { + "dialogue_id": "17_00044", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you assist me in finding a one-way flight for my upcoming trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you plan to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, Australia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "origin_city", + "start": 63 + }, + { + "exclusive_end": 85, + "slot": "departure_date", + "start": 75 + }, + { + "exclusive_end": 33, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 11th" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to visit Sydney, Australia and I will be departing from Portland on March 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "323" + ], + "slot": "price", + "values": [ + "$323" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "Sydney", + "origin_city": "Portland" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "323", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "09:26", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "328", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "13:06", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "303", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "13:06", + "outbound_departure_time": "10:35", + "passengers": "1", + "price": "318", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 114, + "slot": "outbound_departure_time", + "start": 106 + }, + { + "exclusive_end": 179, + "slot": "price", + "start": 175 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 flights based on your requirements, one of which is an Alaska Airlines flight which leaves at 10:10 am with 1 intermediary stop. The price of the flight ticket is $323." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "March 11th" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At which airport does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kingsford Smith International Airport" + ], + "slot": "destination_airport", + "values": [ + "Kingsford Smith International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "destination_airport", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will arrive at Kingsford Smith International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 11th" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other available flights for 3 passengers?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "328" + ], + "slot": "price", + "values": [ + "$328" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "Sydney", + "origin_city": "Portland", + "passengers": "3" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "10:10", + "passengers": "3", + "price": "323", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "09:26", + "outbound_departure_time": "07:20", + "passengers": "3", + "price": "328", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "13:06", + "outbound_departure_time": "08:45", + "passengers": "3", + "price": "303", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "13:06", + "outbound_departure_time": "10:35", + "passengers": "3", + "price": "318", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "outbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Alternatively, there is an American Airlines flight which departs at 7:20 am with 1 intermediary stop costing $328." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 11th" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the onward flight arrive and at which airport does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kingsford Smith International Airport" + ], + "slot": "destination_airport", + "values": [ + "Kingsford Smith International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "09:26" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:26 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 77, + "slot": "destination_airport", + "start": 40 + }, + { + "exclusive_end": 36, + "slot": "outbound_arrival_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight arrives at 9:26 am at Kingsford Smith International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 11th" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase the flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 11th" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, could you help me to get Economy class flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 133, + "slot": "origin_city", + "start": 125 + }, + { + "exclusive_end": 156, + "slot": "destination_city", + "start": 150 + }, + { + "exclusive_end": 194, + "slot": "departure_date", + "start": 184 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm your purchase of Economy class flight tickets for 3 passengers on the American Airlines flight departing from Portland and arriving at Sydney. The flight will depart on March 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 11th" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good! Is the ticket refundable and at which airport does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_city": "Sydney", + "origin_city": "Portland", + "passengers": "3", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "09:26", + "outbound_departure_time": "07:20", + "passengers": "3", + "price": "328", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 126, + "slot": "origin_airport", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been made. Unfortunately, the ticket is non-refundable. The flight departs from PDX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 11th" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that's all the help I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome, have a great day ahead!" + } + ] + }, + { + "dialogue_id": "17_00045", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "4th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 97, + "slot": "departure_date", + "start": 80 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a business trip coming up soon. I'd like to get a one way flight for the 4th of this month." + }, + { + "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": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of this month" + ], + "origin_city": [ + "Vancouver" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm flying out of Vancouver." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you plan to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Atlanta, and I'd like to go on Air Canada." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:35" + ], + "slot": "outbound_departure_time", + "values": [ + "1:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "201" + ], + "slot": "price", + "values": [ + "$201" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Air Canada", + "departure_date": "2019-03-04", + "destination_city": "Atlanta", + "origin_city": "Vancouver" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "22:16", + "outbound_departure_time": "13:35", + "passengers": "1", + "price": "201", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_departure_time", + "start": 61 + }, + { + "exclusive_end": 38, + "slot": "price", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Air Canada flight for $201. The flight leaves at 1:35 pm and has 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "1:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like the sound of that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to book the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "1:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I'd like to book the flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_city", + "start": 31 + }, + { + "exclusive_end": 108, + "slot": "destination_city", + "start": 101 + }, + { + "exclusive_end": 123, + "slot": "departure_date", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: departure from Vancouver on Air Canada for 1 passenger, Economy seating, arriving in Atlanta on next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "4th of this month", + "next Monday" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me. What is the arrival time? Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "22:16" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:16 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Air Canada", + "departure_date": "2019-03-04", + "destination_city": "Atlanta", + "origin_city": "Vancouver", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "22:16", + "outbound_departure_time": "13:35", + "passengers": "1", + "price": "201", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_arrival_time", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway flight is confirmed, with an arrival time of 10:16 pm. The ticket is refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "4th of this month", + "next Monday" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help, 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": "17_00046", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I've got a trip soon. Can you find oneway flights? I might change my plans, so look for refundable tickets." + }, + { + "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": "Where do you want to come and go from? When are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "San Diego" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "Saturday this week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_city", + "start": 34 + }, + { + "exclusive_end": 93, + "slot": "departure_date", + "start": 75 + }, + { + "exclusive_end": 56, + "slot": "destination_city", + "start": 47 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Diego" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are four of us leaving from San Diego to Las Vegas. We want to leave Saturday this week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:40" + ], + "slot": "outbound_departure_time", + "values": [ + "4:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "83" + ], + "slot": "price", + "values": [ + "$83" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Las Vegas", + "origin_city": "San Diego", + "passengers": "4", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "17:54", + "outbound_departure_time": "16:40", + "passengers": "4", + "price": "83", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "19:59", + "outbound_departure_time": "18:45", + "passengers": "4", + "price": "79", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 87 + }, + { + "exclusive_end": 115, + "slot": "price", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 2 flights that work. The first is an American Airlines flight that leaves at 4:40 pm with 0 stops for $83." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Diego" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the other one?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "79" + ], + "slot": "price", + "values": [ + "$79" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 91, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The other flight is a Southwest Airlines flight that leaves at 6:45 pm with 0 stops for $79." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Diego" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the onward flight arrive and what airport does the flight arrive in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "McCarran International Airport" + ], + "slot": "destination_airport", + "values": [ + "McCarran International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:59" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:59 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_airport", + "start": 14 + }, + { + "exclusive_end": 89, + "slot": "outbound_arrival_time", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at McCarran International Airport and the onward flight will arrive at 7:59 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "6:45 pm" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy the tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "6:45 pm" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, buy them for me. I prefer Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "San Diego" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 95, + "slot": "origin_city", + "start": 86 + }, + { + "exclusive_end": 108, + "slot": "destination_city", + "start": 99 + }, + { + "exclusive_end": 129, + "slot": "departure_date", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to confirm, I'm getting 4 economy tickets for the Southwest Airlines flight from San Diego to Las Vegas that leaves tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "6:45 pm" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that works." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_city": "Las Vegas", + "origin_city": "San Diego", + "passengers": "4", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "19:59", + "outbound_departure_time": "18:45", + "passengers": "4", + "price": "79", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The oneway tickets have been confirmed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "6:45 pm" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help. 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": "17_00047", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "Thursday next week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 99, + "slot": "departure_date", + "start": 81 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me oneway flights? I have a trip coming up and I will be leaving on Thursday next week. Business or economy tickets are fine with me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Absolutely. Where are you taking the trip to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, Australia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "destination_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Sydney, Australia" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be traveling to Sydney, Australia. Also, I prefer Delta Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great. Where are you going to be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "New York City" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from New York City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:30" + ], + "slot": "outbound_departure_time", + "values": [ + "7:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "372" + ], + "slot": "price", + "values": [ + "$372" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_city": "Sydney", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:30", + "passengers": "1", + "price": "372", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 88, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 137, + "slot": "price", + "start": 133 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright. I found 1 Delta Airlines flight for you. The outbound flight departs at 7:30 am, with 1 stops. The price for this ticket is $372." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "New York City" + ], + "outbound_departure_time": [ + "7:30 am" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me! Are you able to help me with buying a oneway flight ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "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-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "origin_city", + "start": 55 + }, + { + "exclusive_end": 79, + "slot": "destination_city", + "start": 73 + }, + { + "exclusive_end": 158, + "slot": "departure_date", + "start": 145 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to confirm the flight details: The flight is from New York going to Sydney, on Delta Airlines, in Economy class. The departure date will be next Thursday, for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "origin_city": [ + "New York", + "New York City" + ], + "outbound_departure_time": [ + "7:30 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good! Also, which airport will I be arriving at and at what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kingsford Smith International Airport" + ], + "slot": "destination_airport", + "values": [ + "Kingsford Smith International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:32" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:32 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_city": "Sydney", + "origin_city": "New York", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:30", + "passengers": "1", + "price": "372", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "destination_airport", + "start": 64 + }, + { + "exclusive_end": 137, + "slot": "outbound_arrival_time", + "start": 130 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Great! Your oneway ticket is confirmed! The arriving airport is Kingsford Smith International Airport and you will be arriving at 1:32 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "origin_city": [ + "New York", + "New York City" + ], + "outbound_departure_time": [ + "7:30 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect. Thank you for your help, that's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your trip and have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00048", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "destination_city", + "start": 79 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up. Can you find me some oneway flights? I'm traveling to SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Where will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving from LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "departure_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:50" + ], + "slot": "outbound_departure_time", + "values": [ + "5:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "97" + ], + "slot": "price", + "values": [ + "$97" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "San Francisco", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "19:15", + "outbound_departure_time": "17:50", + "passengers": "1", + "price": "97", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "07:55", + "outbound_departure_time": "06:30", + "passengers": "1", + "price": "89", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "80", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "23:45", + "outbound_departure_time": "22:20", + "passengers": "1", + "price": "77", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "11:30", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "173", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Alaska Airlines flight that leaves at 5:50 pm and has 0 stops. The price of the ticket is $97." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight arrive? Which airport does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:15" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:15 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_airport", + "start": 24 + }, + { + "exclusive_end": 87, + "slot": "outbound_arrival_time", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from LAX International Airport. The onward flight arrives at 7:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "5:50 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "5:50 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, there are 4 people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 35 + }, + { + "exclusive_end": 84, + "slot": "destination_city", + "start": 71 + }, + { + "exclusive_end": 150, + "slot": "departure_date", + "start": 140 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: The flight is from Los Angeles. The flight is going to San Francisco. The airline is Alaska Airlines. The departure date is March 12th. The number of passengers is 4. The seating is Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "5:50 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_city": "San Francisco", + "origin_city": "Los Angeles", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "19:15", + "outbound_departure_time": "17:50", + "passengers": "4", + "price": "97", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "5:50 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for you 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": "17_00049", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to book a oneway flight for my next trip." + }, + { + "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": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on 8th of this month and I wish to fly with United Airlines." + }, + { + "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": "What is your departure city and where are you headed to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 38, + "slot": "destination_city", + "start": 33 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Philadelphia to Paris." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:55" + ], + "slot": "outbound_departure_time", + "values": [ + "12:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "288" + ], + "slot": "price", + "values": [ + "$288" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_city": "Paris", + "origin_city": "Philadelphia" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "06:17", + "outbound_departure_time": "12:55", + "passengers": "1", + "price": "288", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 119, + "slot": "price", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 United Airlines flight good for you, it leaves at 12:55 pm and it makes 1 stop. The ticket will cost you $288." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airports the flight leaves from and land to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Charles de Gaulle International Airport" + ], + "slot": "destination_airport", + "values": [ + "Charles de Gaulle International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "origin_airport", + "values": [ + "PHL International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 100, + "slot": "destination_airport", + "start": 61 + }, + { + "exclusive_end": 48, + "slot": "origin_airport", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves from PHL International Airport and land to Charles de Gaulle International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "12:55 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It works for me, can you help me during the buying procedure?" + }, + { + "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": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 136, + "slot": "origin_city", + "start": 124 + }, + { + "exclusive_end": 169, + "slot": "destination_city", + "start": 164 + }, + { + "exclusive_end": 148, + "slot": "departure_date", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "yes, tell me if I got this right. You want to book a flight for 1 passenger in Economy with United Airlines. It leaves from Philadelphia next Friday and it land in Paris." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of this month", + "next Friday" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "12:55 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, you got everything right. What is the time on the landing in Paris?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "06:17" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:17 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_city": "Paris", + "origin_city": "Philadelphia", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "06:17", + "outbound_departure_time": "12:55", + "passengers": "1", + "price": "288", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "outbound_arrival_time", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The procedure is completed, the onward flight is scheduled to arrive at 6:17 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of this month", + "next Friday" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "12:55 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your assistance. I'm done." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "17_00050", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a oneway flight for an upcoming flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "11th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Kuala Lumpur" + ], + "slot": "destination_city", + "values": [ + "KL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "departure_date", + "start": 69 + }, + { + "exclusive_end": 43, + "slot": "destination_city", + "start": 41 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "KL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like a United Airlines flight to KL that is departing on the 11th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you be departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "KL" + ], + "origin_city": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:25" + ], + "slot": "outbound_departure_time", + "values": [ + "6:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "358" + ], + "slot": "price", + "values": [ + "$358" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_city": "Kuala Lumpur", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "KLIA International Airport", + "destination_city": "Kuala Lumpur", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:42", + "outbound_departure_time": "06:25", + "passengers": "1", + "price": "358", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "outbound_departure_time", + "start": 73 + }, + { + "exclusive_end": 112, + "slot": "price", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight available. It is 1 stop on United Airlines, leaving at 6:25 am. The cost of the ticket is $358." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "KL" + ], + "origin_city": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It arrives at which airport and when does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "KLIA International Airport" + ], + "slot": "destination_airport", + "values": [ + "KLIA International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:42" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:42 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "destination_airport", + "start": 33 + }, + { + "exclusive_end": 29, + "slot": "outbound_arrival_time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at 7:42 pm at KLIA International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "KL" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "6:25 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight seems great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to purchase the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "KL" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "6:25 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I want the tickets for Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Kuala Lumpur" + ], + "slot": "destination_city", + "values": [ + "Kuala Lumpur" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "origin_city", + "start": 69 + }, + { + "exclusive_end": 99, + "slot": "destination_city", + "start": 87 + }, + { + "exclusive_end": 133, + "slot": "departure_date", + "start": 123 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I would like to confirm the following information: the flight leaves San Francisco for Kuala Lumpur via United Airlines on March 11th. The ticket is for 1 passenger in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "KL", + "Kuala Lumpur" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "6:25 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's incorrect. There are two individuals in the group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 99, + "slot": "origin_city", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I would like to confirm the following information: the flight for 2 passengers leaves San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "KL", + "Kuala Lumpur" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "6:25 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That seems great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_city": "Kuala Lumpur", + "origin_city": "San Francisco", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "KLIA International Airport", + "destination_city": "Kuala Lumpur", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:42", + "outbound_departure_time": "06:25", + "passengers": "2", + "price": "358", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "KL", + "Kuala Lumpur" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "6:25 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate your assistance. That would be all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "17_00051", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to book a one way flight on United Airlines for a trip coming up." + }, + { + "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": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "destination_city": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver, BC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Vancouver, BC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to depart from Vancouver, BC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Vancouver, BC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on the 9th of March" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "337" + ], + "slot": "price", + "values": [ + "$337" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_city": "New York", + "origin_city": "Vancouver" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "15:12", + "outbound_departure_time": "03:15", + "passengers": "1", + "price": "337", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 91, + "slot": "price", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight with United Airlines leaving at 3:15 am with 1 stop. The ticket costs $337." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Vancouver, BC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight arrive, and at which airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "15:12" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:12 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "destination_airport", + "start": 57 + }, + { + "exclusive_end": 36, + "slot": "outbound_arrival_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight arrives at 3:12 pm. The destination is JFK International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Vancouver, BC" + ], + "outbound_departure_time": [ + "3:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you assist me in buying a one-way flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "origin_city", + "start": 49 + }, + { + "exclusive_end": 70, + "slot": "destination_city", + "start": 62 + }, + { + "exclusive_end": 83, + "slot": "departure_date", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To confirm, you would like a one-way flight from Vancouver to New York on March 9th. The flight is for 1 passenger, Economy class, with United Airlines. Is this correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of March", + "March 9th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Vancouver", + "Vancouver, BC" + ], + "outbound_departure_time": [ + "3:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_city": "New York", + "origin_city": "Vancouver", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "15:12", + "outbound_departure_time": "03:15", + "passengers": "1", + "price": "337", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight has been successfully booked." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "9th of March", + "March 9th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Vancouver", + "Vancouver, BC" + ], + "outbound_departure_time": [ + "3:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you! That is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure, have a great day!" + } + ] + }, + { + "dialogue_id": "17_00052", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm planning to go on a trip. Can you help me book a one-way plane ticket?" + }, + { + "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, where to and from? And when do you want to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "origin_city", + "start": 30 + }, + { + "exclusive_end": 65, + "slot": "departure_date", + "start": 55 + }, + { + "exclusive_end": 51, + "slot": "destination_city", + "start": 42 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a ticket from Portland to Vancouver on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "221" + ], + "slot": "price", + "values": [ + "$221" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Vancouver", + "origin_city": "Portland" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "221", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "15:15", + "passengers": "1", + "price": "244", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 56 + }, + { + "exclusive_end": 85, + "slot": "price", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 options. There's an Alaska Airlines flight at 10:10 am with 1 stop for $221." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is available? This is for two people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:15" + ], + "slot": "outbound_departure_time", + "values": [ + "3:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "244" + ], + "slot": "price", + "values": [ + "$244" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Vancouver", + "origin_city": "Portland", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "10:10", + "passengers": "2", + "price": "221", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "15:15", + "passengers": "2", + "price": "244", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_departure_time", + "start": 44 + }, + { + "exclusive_end": 72, + "slot": "price", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's also a Southwest Airlines flight at 3:15 pm with 1 stop for $244." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about flights to New York?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:00" + ], + "slot": "outbound_departure_time", + "values": [ + "5 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "307" + ], + "slot": "price", + "values": [ + "$307" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "New York", + "origin_city": "Portland", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "23:20", + "outbound_departure_time": "10:10", + "passengers": "2", + "price": "292", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "05:00", + "passengers": "2", + "price": "307", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "04:50", + "outbound_departure_time": "16:55", + "passengers": "2", + "price": "307", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "outbound_departure_time", + "start": 39 + }, + { + "exclusive_end": 64, + "slot": "price", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an American Airlines flight at 5 am with 1 stop for $307." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does that fly to and when does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:01" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:01 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_airport", + "start": 19 + }, + { + "exclusive_end": 55, + "slot": "outbound_arrival_time", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It would arrive at JFK International Airport at 6:01 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5 am" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, in Economy class please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "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-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 103, + "slot": "origin_city", + "start": 95 + }, + { + "exclusive_end": 115, + "slot": "destination_city", + "start": 107 + }, + { + "exclusive_end": 89, + "slot": "departure_date", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, just to confirm, I'm buying 2 tickets in Economy with American Airlines on March 12th from Portland to New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_city": "New York", + "origin_city": "Portland", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "05:00", + "passengers": "2", + "price": "307", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, your one-way tickets have been booked." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5 am" + ], + "passengers": [ + "2" + ], + "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": "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": [ + "March 12th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5 am" + ], + "passengers": [ + "2" + ], + "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": "17_00053", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have an upcoming trip. Can you help me find one-way flights?" + }, + { + "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 are you travelling to? When would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "13th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 20 + }, + { + "exclusive_end": 57, + "slot": "departure_date", + "start": 39 + }, + { + "exclusive_end": 86, + "slot": "destination_city", + "start": 77 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing from Phoenix, AZ on the 13th of this month. I am traveling to Vancouver." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "238" + ], + "slot": "price", + "values": [ + "$238" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-13", + "destination_city": "Vancouver", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:59", + "outbound_departure_time": "07:35", + "passengers": "1", + "price": "238", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "239", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:59", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "236", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:59", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "249", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 88, + "slot": "price", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight departing at 7:35 am with 1 stop. The price is $238." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately, the ticket is non-refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights available? I prefer United Airlines and like traveling Premium Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:05" + ], + "slot": "outbound_departure_time", + "values": [ + "11:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "379" + ], + "slot": "price", + "values": [ + "$379" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_city": "Vancouver", + "origin_city": "Phoenix", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "11:05", + "passengers": "1", + "price": "379", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 81, + "slot": "outbound_departure_time", + "start": 73 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 suitable flight. There is a United Airlines flight that leaves 11:05 am with 1 stop. The price for a ticket is $379." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will I arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "destination_airport", + "values": [ + "YVR International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_airport", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is YVR International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:05 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase a ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:05 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes,I would." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_city", + "start": 49 + }, + { + "exclusive_end": 69, + "slot": "destination_city", + "start": 60 + }, + { + "exclusive_end": 95, + "slot": "departure_date", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: the flight is from Phoenix to Vancouver and departs on March 13th. The flight is with United Airlines and you have 1 Premium Economy class ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_city": "Vancouver", + "origin_city": "Phoenix", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "11:05", + "passengers": "1", + "price": "379", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one-way ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Sky Harbor International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that is all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "17_00054", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you please help me in finding oneway flight for my upcoming trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "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 is your visiting plan? When will you leave and where from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "5th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "origin_city", + "start": 52 + }, + { + "exclusive_end": 46, + "slot": "departure_date", + "start": 29 + }, + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am moving to Washington on 5th of this month from NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:05" + ], + "slot": "outbound_departure_time", + "values": [ + "6:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "82" + ], + "slot": "price", + "values": [ + "$82" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Washington", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "07:15", + "outbound_departure_time": "06:05", + "passengers": "1", + "price": "82", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "08:30", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "79", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "19:05", + "outbound_departure_time": "17:55", + "passengers": "1", + "price": "78", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "06:20", + "outbound_departure_time": "05:10", + "passengers": "1", + "price": "80", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_departure_time", + "start": 44 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is an American Airlines flight leaves at 6:05 am and it has 0 stopping. The cost of the flight is $82." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arriving time of onward flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:15" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:15 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "outbound_arrival_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight reaches at 7:15 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It is good for me. Please help me in buying oneway flight ticket for two people. I wish to travel in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + }, + { + "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": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "origin_city", + "start": 59 + }, + { + "exclusive_end": 81, + "slot": "destination_city", + "start": 71 + }, + { + "exclusive_end": 111, + "slot": "departure_date", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please ensure that, it is an American Airlines flight from New York to Washington. It departure on next Tuesday. It is for 2 people with Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of this month", + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. It is good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_city": "Washington", + "origin_city": "New York", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "07:15", + "outbound_departure_time": "06:05", + "passengers": "2", + "price": "82", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of this month", + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any other 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": [ + "American Airlines" + ], + "departure_date": [ + "5th of this month", + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "2" + ], + "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 fantastic day." + } + ] + }, + { + "dialogue_id": "17_00055", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one-way flight for an upcoming trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "Next Thursday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 13, + "slot": "departure_date", + "start": 0 + }, + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Next Thursday" + ], + "destination_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Next Thursday, to Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kuala Lumpur" + ], + "slot": "origin_city", + "values": [ + "KL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 2, + "slot": "origin_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Next Thursday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "KL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "KL." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:45" + ], + "slot": "outbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "464" + ], + "slot": "price", + "values": [ + "$464" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Washington", + "origin_city": "Kuala Lumpur" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "1", + "origin_airport": "KLIA International Airport", + "origin_city": "Kuala Lumpur", + "outbound_arrival_time": "02:55", + "outbound_departure_time": "13:45", + "passengers": "1", + "price": "464", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 51, + "slot": "price", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight through American Airlines for $464 leaving at 1:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "Next Thursday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "KL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable - where does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "KLIA International Airport" + ], + "slot": "origin_airport", + "values": [ + "KLIA International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "origin_airport", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It departs from KLIA International Airport, unfortunately it is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Thursday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "KL" + ], + "outbound_departure_time": [ + "1:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to be - can you help me get the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Kuala Lumpur" + ], + "slot": "origin_city", + "values": [ + "Kuala Lumpur" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "origin_city", + "start": 30 + }, + { + "exclusive_end": 56, + "slot": "destination_city", + "start": 46 + }, + { + "exclusive_end": 109, + "slot": "departure_date", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To review: The flight is from Kuala Lumpur to Washington, through American Airlines, you depart next Thursday and there is 1 passenger in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Thursday", + "next Thursday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "KL", + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Washington", + "origin_city": "Kuala Lumpur", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "1", + "origin_airport": "KLIA International Airport", + "origin_city": "Kuala Lumpur", + "outbound_arrival_time": "02:55", + "outbound_departure_time": "13:45", + "passengers": "1", + "price": "464", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Thursday", + "next Thursday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "KL", + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "02:55" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:55 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 2:55 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Thursday", + "next Thursday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "KL", + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "Next Thursday", + "next Thursday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "KL", + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "17_00056", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "March 1st" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "departure_date", + "start": 60 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 1st" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a trip soon, can you get me some one way flights for March 1st?" + }, + { + "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 going to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 33, + "slot": "destination_city", + "start": 28 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Atlanta" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Atlanta to Vegas. I prefer Economy." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "237" + ], + "slot": "price", + "values": [ + "$237" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Las Vegas", + "origin_city": "Atlanta", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "17:40", + "passengers": "1", + "price": "237", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "12:25", + "outbound_departure_time": "06:30", + "passengers": "1", + "price": "282", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:50", + "outbound_departure_time": "15:00", + "passengers": "1", + "price": "255", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about a Delta Airlines flight that leaves at 5:40 pm with 1 stop? It will cost $237." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Atlanta" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I refund the ticket? When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "21:35" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:35 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "outbound_arrival_time", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately, it's not refundable. The onward flight arrives at 9:35 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Atlanta" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "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:30" + ], + "slot": "outbound_departure_time", + "values": [ + "6:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "282" + ], + "slot": "price", + "values": [ + "$282" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 79, + "slot": "price", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Southwest Airlines flight that leaves at 6:30 am with 1 stop for $282." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "6:30 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works, I want to travel soon. Can you buy it for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "origin_city", + "start": 76 + }, + { + "exclusive_end": 96, + "slot": "destination_city", + "start": 87 + }, + { + "exclusive_end": 111, + "slot": "departure_date", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to make sure, you want 1 Southwest Airlines Economy flight ticket from Atlanta to Las Vegas, leaving today?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "6:30 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that works." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "Las Vegas", + "origin_city": "Atlanta", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "12:25", + "outbound_departure_time": "06:30", + "passengers": "1", + "price": "282", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket's been confirmed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "6:30 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "6:30 am" + ], + "passengers": [ + "1" + ], + "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": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00057", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Need oneway flights...going out of town." + }, + { + "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 and when will the flight leave from? What is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "origin_city", + "start": 8 + }, + { + "exclusive_end": 55, + "slot": "departure_date", + "start": 43 + }, + { + "exclusive_end": 35, + "slot": "destination_city", + "start": 28 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving Phoenix, heading to Seattle on the 9th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "226" + ], + "slot": "price", + "values": [ + "$226" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:40", + "passengers": "1", + "price": "226", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "222", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "12:42", + "outbound_departure_time": "07:25", + "passengers": "1", + "price": "228", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "23:43", + "outbound_departure_time": "18:10", + "passengers": "1", + "price": "196", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 102, + "slot": "outbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 126, + "slot": "price", + "start": 122 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 that could work. American Airlines flight has a suitable flight. Outbound leaving at 8:40 am with 1 stop. Costs $226." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_city", + "start": 35 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any others? I am leaving Portland, looking to travel in Economy." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "76" + ], + "slot": "price", + "values": [ + "$76" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "Portland", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "22:13", + "outbound_departure_time": "21:15", + "passengers": "1", + "price": "71", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "10:33", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "76", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "05:38", + "outbound_departure_time": "04:40", + "passengers": "1", + "price": "68", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 109, + "slot": "price", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 s:uitable flights. Delta Airlines has an outbound flight leaving at 9:35 am with 0 stops. Costs $76." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anything else? I am open to any airline." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:40" + ], + "slot": "outbound_departure_time", + "values": [ + "4:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "68" + ], + "slot": "price", + "values": [ + "$68" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "Portland", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "22:13", + "outbound_departure_time": "21:15", + "passengers": "1", + "price": "71", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "10:33", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "76", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "outbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 103, + "slot": "price", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 for you. Southwest Airlines has an outbound flight leaving at 4:40 am with 0 stops. Costs $68." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it refundable? Which airport is it at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "destination_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Seattle-Tacoma International Airport is the destination. The ticket is not refundable, unfortunately." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "4:40 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I feel like going soon and that flight sounds good. Can you help me buy a oneway flight ticket?" + }, + { + "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": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 28 + }, + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 40 + }, + { + "exclusive_end": 112, + "slot": "departure_date", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Flight from Portland to Seattle on Southwest Airlines. 1 passenger in Economy class on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of March", + "March 9th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "4:40 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Need two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 2 passengers heading to Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of March", + "March 9th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "4:40 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. When is the onward flight coming in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "05:38" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:38 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "Portland", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "05:38", + "outbound_departure_time": "04:40", + "passengers": "2", + "price": "68", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_arrival_time", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Oneway ticket confirmed. Onward flight arrives at 5:38 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of March", + "March 9th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "4:40 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport is the departure from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "PDX International Airport is the where the flight departs from." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of March", + "March 9th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "4:40 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all I needed. Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "17_00058", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you look for a oneway flight for me?" + }, + { + "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": "When do you want to leave and what is the desired departure and arrival location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London, UK" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "12th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 13 + }, + { + "exclusive_end": 49, + "slot": "departure_date", + "start": 31 + }, + { + "exclusive_end": 74, + "slot": "destination_city", + "start": 63 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving from London, UK on the 12th of this month and going to Seattle, WA." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "406" + ], + "slot": "price", + "values": [ + "$406" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Seattle", + "origin_city": "London" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "02:32", + "outbound_departure_time": "15:05", + "passengers": "1", + "price": "406", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "18:20", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "337", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "outbound_departure_time", + "start": 36 + }, + { + "exclusive_end": 97, + "slot": "price", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 2 flights. One departs at 3:05 pm on American Airlines with 1 stop with a price of $406." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "this Sunday" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 94, + "slot": "departure_date", + "start": 83 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "London, UK" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer to travel in Premium Economy. Are there other flights and i need to leave this Sunday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "British Airways" + ], + "slot": "airlines", + "values": [ + "British Airways" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:00" + ], + "slot": "outbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "663" + ], + "slot": "price", + "values": [ + "$663" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Seattle", + "origin_city": "London", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "09:37", + "outbound_departure_time": "00:10", + "passengers": "1", + "price": "629", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "British Airways", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "18:52", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "663", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 47, + "slot": "outbound_departure_time", + "start": 43 + }, + { + "exclusive_end": 108, + "slot": "price", + "start": 104 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, there are 2 other flights. There is an 8 am departure ith 1 stop on British Airways with a price of $663." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "London, UK" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you see if there are any other options?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:00" + ], + "slot": "outbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "667" + ], + "slot": "price", + "values": [ + "$667" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "outbound_departure_time", + "start": 12 + }, + { + "exclusive_end": 79, + "slot": "price", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an 8 am departure on Delta Airlines with 1 stop. The ticket costs $667." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "8 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is the one I want." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I purchase the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, and there is only one in the group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "origin_city", + "start": 39 + }, + { + "exclusive_end": 56, + "slot": "destination_city", + "start": 49 + }, + { + "exclusive_end": 97, + "slot": "departure_date", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirming information, departing from London to Seattle on Delta Airlines the day after tomorrow. 1 passenger with a seat in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, that is great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_city": "Seattle", + "origin_city": "London", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "18:05", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "667", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "17_00059", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need some oneway flights with refundable tickets. I have a trip coming up, but my plans may change." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where were you wanting to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 8, + "slot": "destination_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Portland" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Portland is where I want to go." + }, + { + "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? When were you wanting to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "Saturday this week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "origin_city", + "start": 37 + }, + { + "exclusive_end": 18, + "slot": "departure_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "New York City" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Saturday this week I am leaving from New York City. I like Economy." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "315" + ], + "slot": "price", + "values": [ + "$315" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Portland", + "origin_city": "New York", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "09:55", + "outbound_departure_time": "04:05", + "passengers": "1", + "price": "315", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "21:33", + "outbound_departure_time": "14:35", + "passengers": "1", + "price": "327", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 81, + "slot": "price", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Found an American Airlines flight outbound at 4:05 am with 1 stop. Ticket is $315." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "New York City" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight come in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "09:55" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:55 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 9:55 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "New York City" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like a plan." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "New York City" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, let's book the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "origin_city", + "start": 39 + }, + { + "exclusive_end": 59, + "slot": "destination_city", + "start": 51 + }, + { + "exclusive_end": 79, + "slot": "departure_date", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: American Airlines from New York to Portland. Departing tomorrow. 1 passenger, Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "New York", + "New York City" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I have four people going." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "departure_date", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 4 passengers departing tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "New York", + "New York City" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Portland", + "origin_city": "New York", + "passengers": "4", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "09:55", + "outbound_departure_time": "04:05", + "passengers": "4", + "price": "315", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "New York", + "New York City" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "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_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "New York", + "New York City" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you. Your help is appreciated." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome. Have a wonderful day and enjoy your flight!" + } + ] + }, + { + "dialogue_id": "17_00060", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a one way flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the destination of the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, NSW" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "destination_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Sydney, NSW" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The destination is Sydney, NSW." + }, + { + "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 do you want the departure date of the flight and from where will it be departing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "4th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "origin_city", + "start": 63 + }, + { + "exclusive_end": 43, + "slot": "departure_date", + "start": 31 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The departure date will be the 4th of March and departing from Phoenix." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "289" + ], + "slot": "price", + "values": [ + "$289" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Sydney", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:35", + "passengers": "1", + "price": "289", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "291", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "285", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 139, + "slot": "outbound_departure_time", + "start": 132 + }, + { + "exclusive_end": 106, + "slot": "price", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights that match your criteria. There is a flight from American Airlines with a cost of $289. The flight takes off at 7:35 am and it has 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At what time does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "13:32" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:32 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 1:32 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "To what airport does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kingsford Smith International Airport" + ], + "slot": "destination_airport", + "values": [ + "Kingsford Smith International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "destination_airport", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at Kingsford Smith International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "7:35 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It sound great. I want to buy an Economy class ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "origin_city", + "start": 78 + }, + { + "exclusive_end": 112, + "slot": "destination_city", + "start": 106 + }, + { + "exclusive_end": 147, + "slot": "departure_date", + "start": 136 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 1 Economy class ticket from American Airlines, departing from Phoenix with destination to Sydney. The departure date is next Monday." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Sydney", + "Sydney, NSW" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "7:35 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer Premium economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "destination_city", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Premium economy class ticket to Sydney." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Sydney", + "Sydney, NSW" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "7:35 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is correct. Where does it depart from and is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_city": "Sydney", + "origin_city": "Phoenix", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:35", + "passengers": "1", + "price": "468", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 109, + "slot": "origin_airport", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket has been booked. The ticket is not refundable and it departs from Sky Harbor International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Sydney", + "Sydney, NSW" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "7:35 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot, 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": "17_00061", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need a oneway flight Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you flying from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 28 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of March" + ], + "origin_city": [ + "NYC" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am flying from NYC on the 1st of March preferably Southwest Airlines." + }, + { + "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": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "destination_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "NYC" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Vancouver but I need a refundable ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:10" + ], + "slot": "outbound_departure_time", + "values": [ + "3:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "295" + ], + "slot": "price", + "values": [ + "$295" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "origin_city": "New York", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "22:56", + "outbound_departure_time": "15:10", + "passengers": "1", + "price": "295", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 48, + "slot": "price", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight on Southwest Airlines for $295 leaving at 3:10 pm with 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "3:10 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to travel soon. I need a one way flight ticket for 3 people." + }, + { + "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": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 38 + }, + { + "exclusive_end": 59, + "slot": "destination_city", + "start": 50 + }, + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So 3 are traveling Economy today from New York to Vancouver on Southwest Airlines, right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of March", + "today" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "3:10 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Exactly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "origin_city": "New York", + "passengers": "3", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "22:56", + "outbound_departure_time": "15:10", + "passengers": "3", + "price": "295", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "1st of March", + "today" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "3:10 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Your such a great help.I don't need anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the day." + } + ] + }, + { + "dialogue_id": "17_00062", + "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": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you look for one-way flights in Economy for my upcoming trip? I'd like to fly United Airlines." + }, + { + "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": "From where to where?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London, England" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "origin_city", + "start": 15 + }, + { + "exclusive_end": 41, + "slot": "destination_city", + "start": 34 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "London, England" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going from London, England to Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "On what date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "departure_date", + "start": 4 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "London, England" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The 8th of March." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "378" + ], + "slot": "price", + "values": [ + "$378" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "origin_city": "London", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "09:42", + "outbound_departure_time": "00:25", + "passengers": "1", + "price": "378", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 93, + "slot": "price", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 United Airlines flight that leaves at 0:25 am. It has 1 stop and the ticket is $378." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "London, England" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does the flight leave from? Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "origin_airport", + "values": [ + "Heathrow International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 95, + "slot": "origin_airport", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, but the ticket is not refundable. The flight departs from Heathrow International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "London, England" + ], + "outbound_departure_time": [ + "0:25 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to book the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "London, England" + ], + "outbound_departure_time": [ + "0:25 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please book the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 101, + "slot": "origin_city", + "start": 95 + }, + { + "exclusive_end": 112, + "slot": "destination_city", + "start": 105 + }, + { + "exclusive_end": 124, + "slot": "departure_date", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: 1 economy class ticket for a United Airlines flight from London to Atlanta next Friday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "London", + "London, England" + ], + "outbound_departure_time": [ + "0:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "origin_city": "London", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "09:42", + "outbound_departure_time": "00:25", + "passengers": "1", + "price": "378", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one ticket purchase is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "London", + "London, England" + ], + "outbound_departure_time": [ + "0:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00063", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Im seraching for one way Flights can you help me?" + }, + { + "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 do you wanna visit and from where will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_city", + "start": 34 + }, + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Im travelling to Atlanta, GA from London" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "On which date are you planning to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "13th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "departure_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "London" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On 13th of March I would like to take United Airlines in Economy" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:25" + ], + "slot": "outbound_departure_time", + "values": [ + "10:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "244" + ], + "slot": "price", + "values": [ + "$244" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_city": "Atlanta", + "origin_city": "London", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "04:29", + "outbound_departure_time": "22:25", + "passengers": "1", + "price": "244", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "outbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 120, + "slot": "price", + "start": 116 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I saw 1 suitable flights for you which is an United Airlines flight which leaves at 10:25 pm and has 0 stops, costs $244" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "London" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "origin_airport", + "values": [ + "Heathrow International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_airport", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departing from Heathrow International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "London" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there any refundable available ? WHen is the flight arrival?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "04:29" + ], + "slot": "outbound_arrival_time", + "values": [ + "4:29 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_arrival_time", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No sir there is no refundable right now. The flight arrives at 4:29 am" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats perfect for me. Can you help me to buy the ticket? I like travelling soon. There are three people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "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-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "origin_city", + "start": 41 + }, + { + "exclusive_end": 58, + "slot": "destination_city", + "start": 51 + }, + { + "exclusive_end": 121, + "slot": "departure_date", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm this : The flight is from London to Atlanta , which is an United Airlines. The depature date is March 13th will be Economy class for 3 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of March", + "March 13th" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No There are only 1 people" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "destination_city", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Oh Okay please confirm : The flight goes to Atlanta for 1 passenger" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of March", + "March 13th" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes perfect and great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_city": "Atlanta", + "origin_city": "London", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "04:29", + "outbound_departure_time": "22:25", + "passengers": "1", + "price": "244", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way ticket is reserved successfully." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of March", + "March 13th" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything should I assist?" + }, + { + "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": [ + "13th of March", + "March 13th" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thats all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day ahead." + } + ] + }, + { + "dialogue_id": "17_00064", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please find me oneway flights in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "4th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "4th of this month" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I leave on the 4th of this month and would like to fly Delta Airlines." + }, + { + "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": "Please tell me the city you are leaving from and headed to." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 23 + }, + { + "exclusive_end": 61, + "slot": "destination_city", + "start": 50 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Philadelphia" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Philadelphia and headed to Atlanta, GA" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:40" + ], + "slot": "outbound_departure_time", + "values": [ + "4:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "275" + ], + "slot": "price", + "values": [ + "$275" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_city": "Atlanta", + "origin_city": "Philadelphia", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "21:47", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "275", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 96, + "slot": "price", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found a Delta Airlines flight that leaves at 4:40 pm. It has 1 stop and the price is $275." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Philadelphia" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the flight arrive? Is that a refundable ticket or not?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "21:47" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:47 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "outbound_arrival_time", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves at 9:47 pm and is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds perfect. Could you please buy a oneway flight for me?" + }, + { + "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": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 79, + "slot": "origin_city", + "start": 67 + }, + { + "exclusive_end": 98, + "slot": "destination_city", + "start": 91 + }, + { + "exclusive_end": 145, + "slot": "departure_date", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I can help but but need to confirm details. You with to leave from Philadelphia and fly to Atlanta on Delta Airlines. You are leaving next Monday and wish 1 ticket in Premium Economy. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "4th of this month", + "next Monday" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is all correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_city": "Atlanta", + "origin_city": "Philadelphia", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "21:47", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "275", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have purchased your oneway ticket and you are confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "4th of this month", + "next Monday" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much. I don't need anything else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome. Have a great day." + } + ] + }, + { + "dialogue_id": "17_00065", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "find one way flights for my upcoming trip. It will just be me traveling" + }, + { + "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, but first, can you tell me where you will departing from? and what travel dates did you have in mind and what locations should I search?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "lAX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "4th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "destination_city", + "values": [ + "Delhi, India" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 88, + "slot": "origin_city", + "start": 85 + }, + { + "exclusive_end": 55, + "slot": "departure_date", + "start": 43 + }, + { + "exclusive_end": 35, + "slot": "destination_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Delhi, India" + ], + "origin_city": [ + "lAX" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be traveling to Delhi, India on the 4th of March. I would like to depart form lAX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:35" + ], + "slot": "outbound_departure_time", + "values": [ + "5:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "259" + ], + "slot": "price", + "values": [ + "$259" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Delhi", + "origin_city": "Los Angeles", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "20:39", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "259", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "16:07", + "outbound_departure_time": "06:30", + "passengers": "1", + "price": "362", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "16:07", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "355", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "19:09", + "outbound_departure_time": "16:05", + "passengers": "1", + "price": "326", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "i'm showing an Alaska Airlines flight leaving outbound at 5:35 pm with 0 stops for $259" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Delhi, India" + ], + "origin_city": [ + "lAX" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport would i arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Indira Gandhi International Airport" + ], + "slot": "destination_airport", + "values": [ + "Indira Gandhi International airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "destination_airport", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your destination would be Indira Gandhi International airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Delhi, India" + ], + "origin_city": [ + "lAX" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to travel very soon, and that flight sounds great. Can you please buy a oneway flight ticket for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delhi" + ], + "slot": "destination_city", + "values": [ + "Delhi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "origin_city", + "start": 52 + }, + { + "exclusive_end": 82, + "slot": "destination_city", + "start": 77 + }, + { + "exclusive_end": 137, + "slot": "departure_date", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, to confirm the details, You will be departing Los Angeles and going to Delhi on Alaska Airlines. Your departure date is next Monday with only 1 passenger with economy class seating." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Delhi", + "Delhi, India" + ], + "origin_city": [ + "Los Angeles", + "lAX" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I would prefer Premium Economy seating please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "sure. Please confirm 1 passenger in Premium Economy class seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Business" + ], + "slot": "seating_class", + "values": [ + "Business" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Delhi", + "Delhi, India" + ], + "origin_city": [ + "Los Angeles", + "lAX" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Business" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I would prefer traveling in Business." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Business" + ], + "slot": "seating_class", + "values": [ + "Business" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "sure thing. Please confirm, Alaska Airlines with seating in Business class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Delhi", + "Delhi, India" + ], + "origin_city": [ + "Los Angeles", + "lAX" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Business" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is perfect" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_city": "Delhi", + "origin_city": "Los Angeles", + "passengers": "1", + "seating_class": "Business" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "20:39", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "576", + "refundable": "False", + "seating_class": "Business" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is now confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Delhi", + "Delhi, India" + ], + "origin_city": [ + "Los Angeles", + "lAX" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Business" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will my flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "origin_airport", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight will depart form LAX International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Delhi", + "Delhi, India" + ], + "origin_city": [ + "Los Angeles", + "lAX" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Business" + ] + } + } + } + ], + "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 wonderful day" + } + ] + }, + { + "dialogue_id": "17_00066", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "13th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 103, + "slot": "departure_date", + "start": 85 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one way flight for a trip I have coming up? I need to leave on the 13th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From where will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Seattle, WA. And please find me an United Airlines flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Seattle, WA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm traveling to Atlanta. Also it should be noted that I prefer traveling Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:15" + ], + "slot": "outbound_departure_time", + "values": [ + "6:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "303" + ], + "slot": "price", + "values": [ + "$303" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_city": "Atlanta", + "origin_city": "Seattle", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:41", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "303", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 138, + "slot": "outbound_departure_time", + "start": 131 + }, + { + "exclusive_end": 108, + "slot": "price", + "start": 104 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 flight that matches your criteria. It is an United Airlines flight, and the ticket costs $303. The flight leaves at 6:15 am and has 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Seattle, WA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it take off from? I need it to be close by." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "origin_airport", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will depart from the Seattle-Tacoma International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Seattle, WA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "And which airport will I be flying into? I need to know so I can tell my friends where to pick me up." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "destination_airport", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will arrive at the Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect. Please buy that one way ticket for me." + }, + { + "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-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 98, + "slot": "origin_city", + "start": 91 + }, + { + "exclusive_end": 109, + "slot": "destination_city", + "start": 102 + }, + { + "exclusive_end": 123, + "slot": "departure_date", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 1 Economy ticket on United Airlines. The flight will go from Seattle to Atlanta on March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I confirm. Can you let me know if the ticket is refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_city": "Atlanta", + "origin_city": "Seattle", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:41", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "303", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way ticket has been confirmed, but I am sorry to say that the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's fine. When will the flight arrive at it's destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:41" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:41 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "outbound_arrival_time", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight should arrive around 6:41 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, cool. You've been a lot of help, I appreciate it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "13th of this month", + "March 13th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that will be all, thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome, have a great day." + } + ] + }, + { + "dialogue_id": "17_00067", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up and I would like to book a ticket on a one way flight." + }, + { + "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": "Certainly. Where are you planning to visit and where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 23 + }, + { + "exclusive_end": 61, + "slot": "destination_city", + "start": 52 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Atlanta, GA and traveling to San Diego." + }, + { + "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": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "13th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving on the 13th of March and I would prefer to use Southwest Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:05" + ], + "slot": "outbound_departure_time", + "values": [ + "12:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "257" + ], + "slot": "price", + "values": [ + "$257" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-13", + "destination_city": "San Diego", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-13", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:45", + "outbound_departure_time": "12:05", + "passengers": "1", + "price": "257", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 117, + "slot": "price", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 Southwest Airlines flight matching your criteria. The flight leaves at 12:05 pm and the ticket will be $257." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight arrive? Will I be able to refund the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "15:45" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:45 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "outbound_arrival_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight arrives at 3:45 pm. Unfortunately, the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "12:05 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me. Can you assist me in buying a one way ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "origin_city", + "start": 68 + }, + { + "exclusive_end": 88, + "slot": "destination_city", + "start": 79 + }, + { + "exclusive_end": 102, + "slot": "departure_date", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Certainly. Please confirm the following details: The flight is from Atlanta to San Diego on March 13th. The airline is Southwest Airlines. The seating class is economy for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "13th of March", + "March 13th" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "12:05 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-13", + "destination_city": "San Diego", + "origin_city": "Atlanta", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-13", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:45", + "outbound_departure_time": "12:05", + "passengers": "1", + "price": "257", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "13th of March", + "March 13th" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "12:05 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for the help. That is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00068", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Are there any flights available for a oneway trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where to? Do you have a particular departure date in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "March 3rd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chi-Town" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "origin_city", + "start": 22 + }, + { + "exclusive_end": 46, + "slot": "departure_date", + "start": 37 + }, + { + "exclusive_end": 77, + "slot": "destination_city", + "start": 69 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Chi-Town" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to depart from Phoenix, AZ on March 3rd and I'd like to go to Chi-Town." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:55" + ], + "slot": "outbound_departure_time", + "values": [ + "11:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "270" + ], + "slot": "price", + "values": [ + "$270" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Chicago", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "22:07", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "270", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "06:02", + "outbound_departure_time": "19:15", + "passengers": "1", + "price": "289", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "20:22", + "outbound_departure_time": "11:05", + "passengers": "1", + "price": "294", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "outbound_departure_time", + "start": 34 + }, + { + "exclusive_end": 59, + "slot": "price", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "One flight from Delta Airlines at 11:55 am departs for $270 and has 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Chi-Town" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sure that would work. I'll be going on a trip soon and there is only one person traveling oneway." + }, + { + "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": [ + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "origin_city", + "start": 45 + }, + { + "exclusive_end": 63, + "slot": "destination_city", + "start": 56 + }, + { + "exclusive_end": 119, + "slot": "departure_date", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to confirm you would like a flight from Phoenix to Chicago via Delta Airlines and it leaves the day after tomorrow. There will be 1 passenger in the Economy class." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Chi-Town", + "Chicago" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want Premium Economy please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, flight from Phoenix in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Chi-Town", + "Chicago" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are actually two in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, flight to Chicago with a total of 2 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Chi-Town", + "Chicago" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_city": "Chicago", + "origin_city": "Phoenix", + "passengers": "2", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "22:07", + "outbound_departure_time": "11:55", + "passengers": "2", + "price": "444", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket has been purchased." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Chi-Town", + "Chicago" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, great, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Chi-Town", + "Chicago" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your evening." + } + ] + }, + { + "dialogue_id": "17_00069", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "destination_city", + "start": 65 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a trip on the horizon. Can you find me a oneway flight to Washington?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NYC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 3, + "slot": "origin_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "NYC." + }, + { + "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": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "departure_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NYC" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving on the 9th of this month and there are 3 people in my party." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "85" + ], + "slot": "price", + "values": [ + "$85" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Washington", + "origin_city": "New York", + "passengers": "3" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "12:05", + "outbound_departure_time": "10:55", + "passengers": "3", + "price": "85", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "08:30", + "outbound_departure_time": "07:20", + "passengers": "3", + "price": "89", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "19:05", + "outbound_departure_time": "17:55", + "passengers": "3", + "price": "86", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "06:20", + "outbound_departure_time": "05:10", + "passengers": "3", + "price": "91", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 99, + "slot": "price", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight. It departs at 10:55 am and it has 0 stops. A ticket costs $85." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NYC" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "12:05 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 12:05 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Fran" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 91, + "slot": "departure_date", + "start": 73 + }, + { + "exclusive_end": 56, + "slot": "destination_city", + "start": 48 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "San Fran" + ], + "origin_city": [ + "NYC" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other flights open? I am traveling to San Fran and leaving the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:35" + ], + "slot": "outbound_departure_time", + "values": [ + "2:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "219" + ], + "slot": "price", + "values": [ + "$219" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "origin_city": "New York", + "passengers": "3" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "00:16", + "outbound_departure_time": "20:50", + "passengers": "3", + "price": "209", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "14:35", + "passengers": "3", + "price": "219", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "16:56", + "outbound_departure_time": "13:30", + "passengers": "3", + "price": "193", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 108, + "slot": "price", + "start": 104 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 flights. There is a Delta Airlines flight that leaves at 2:35 pm and has 0 stops. A ticket is $219." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "San Fran" + ], + "origin_city": [ + "NYC" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it refundable and when does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:01" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:01 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "outbound_arrival_time", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is not refundable and arrives at 6:01 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "San Fran" + ], + "origin_city": [ + "NYC" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other open flights?" + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "193" + ], + "slot": "price", + "values": [ + "$193" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 91, + "slot": "price", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "A Southwest Airlines flight is open. It leaves at 1:30 pm and has 0 stops. A ticket is $193." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "San Fran" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great! Can you purchase a oneway ticket? I might change my plans, so I want refundable tickets only. Also, I like traveling in Economy class." + }, + { + "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": [ + "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": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "origin_city", + "start": 49 + }, + { + "exclusive_end": 74, + "slot": "destination_city", + "start": 61 + }, + { + "exclusive_end": 136, + "slot": "departure_date", + "start": 118 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the flight details: The flight is New York to San Francisco through Southwest Airlines. It departs the day after tomorrow. This reservation is for 3 Economy tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "San Fran", + "San Francisco" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works fine. What airport does it depart from and when does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO 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": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "origin_city": "New York", + "passengers": "3", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "16:56", + "outbound_departure_time": "13:30", + "passengers": "3", + "price": "193", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "destination_airport", + "start": 45 + }, + { + "exclusive_end": 116, + "slot": "origin_airport", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed. The destination is SFO International Airport and it departs from JFK International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "San Fran", + "San Francisco" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank I 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 nice day!" + } + ] + }, + { + "dialogue_id": "17_00070", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Got a trip coming up, can you find me a oneway flight refundable ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where you want to go, when you want to leave and where you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Kuala Lumpur" + ], + "slot": "origin_city", + "values": [ + "KL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "origin_city", + "start": 42 + }, + { + "exclusive_end": 99, + "slot": "departure_date", + "start": 81 + }, + { + "exclusive_end": 110, + "slot": "destination_city", + "start": 103 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "KL" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Going with four people, I am leaving from KL and traveling to Premium Economy on 10th of this month to Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:05" + ], + "slot": "outbound_departure_time", + "values": [ + "5:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "483" + ], + "slot": "price", + "values": [ + "$483" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Seattle", + "origin_city": "Kuala Lumpur", + "passengers": "4", + "refundable": "True", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "KLIA International Airport", + "origin_city": "Kuala Lumpur", + "outbound_arrival_time": "06:43", + "outbound_departure_time": "05:05", + "passengers": "4", + "price": "483", + "refundable": "True", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 106, + "slot": "price", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a outbound flight for American Airlines leaving at 5:05 am and has 0 stops. Ticket for it is $483." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "KL" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where would the airport arrive? Which airport it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "KLIA International Airport" + ], + "slot": "origin_airport", + "values": [ + "KLIA International AIrport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "destination_airport", + "start": 15 + }, + { + "exclusive_end": 99, + "slot": "origin_airport", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Destination is Seattle-Tacoma International Airport. Flight departs from KLIA International AIrport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "KL" + ], + "outbound_departure_time": [ + "5:05 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Need a ticket?" + }, + { + "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": [ + "10th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "KL" + ], + "outbound_departure_time": [ + "5:05 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No need for a ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Need 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": [ + "10th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "KL" + ], + "outbound_departure_time": [ + "5:05 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't need help anymore." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "have a great day." + } + ] + }, + { + "dialogue_id": "17_00071", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find a one way flight for my upcoming trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing from Las Vegas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "5th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 29 + }, + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 57 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to leave on the 5th of March. I am going to Los Angeles." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "86" + ], + "slot": "price", + "values": [ + "$86" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Los Angeles", + "origin_city": "Las Vegas" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "86", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:30", + "outbound_departure_time": "12:20", + "passengers": "1", + "price": "83", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "15:45", + "outbound_departure_time": "14:35", + "passengers": "1", + "price": "86", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:15", + "outbound_departure_time": "12:05", + "passengers": "1", + "price": "89", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 103, + "slot": "price", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight that departs at 9:30 am. It has 0 stops and the ticket price is $86." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, can you help me buy a one way ticket? I would like to travel in Economy." + }, + { + "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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 104, + "slot": "origin_city", + "start": 95 + }, + { + "exclusive_end": 171, + "slot": "destination_city", + "start": 160 + }, + { + "exclusive_end": 117, + "slot": "departure_date", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, can you confirm these details? The American Airlines flight for 1 passenger departs from Las Vegas next Tuesday. It is Economy seating. It will arrive in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great, is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_city": "Los Angeles", + "origin_city": "Las Vegas", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "86", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket purchase is confirmed; unfortunately, it is non-refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you! That's all the help I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "17_00072", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I got a trip coming up and was wondering if you can help me find a oneway fight on Southwest Airlines." + }, + { + "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 leaving from and what time? Any plans when you get there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 38 + }, + { + "exclusive_end": 19, + "slot": "departure_date", + "start": 14 + }, + { + "exclusive_end": 58, + "slot": "destination_city", + "start": 50 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need it for today. I'm Leaving from Chi-town to Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:50" + ], + "slot": "outbound_departure_time", + "values": [ + "2:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "280" + ], + "slot": "price", + "values": [ + "$280" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "Portland", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "21:40", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "280", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 91, + "slot": "outbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 48, + "slot": "price", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight on Southwest Airlines. Its $280 for the ticket and it'll depart at 2:50 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "2:50 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you want to book it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I'll take 1 ticket for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "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-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "origin_city", + "start": 52 + }, + { + "exclusive_end": 71, + "slot": "destination_city", + "start": 63 + }, + { + "exclusive_end": 120, + "slot": "departure_date", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm that you want 1 ticket leaving from Chicago to Portland on Southwest Airlines. You'll be departing today and have a Economy seat." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me. Do you know when the onward flight arrives and from which airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "destination_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "21:40" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:40 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "Portland", + "origin_city": "Chicago", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "21:40", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "280", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 80, + "slot": "destination_airport", + "start": 55 + }, + { + "exclusive_end": 95, + "slot": "outbound_arrival_time", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I confirmed your one way ticket. You'll be arriving at PDX International Airport around 9:40 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "thanks for the help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "have a great day." + } + ] + }, + { + "dialogue_id": "17_00073", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you please help me find one way flights?" + }, + { + "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": "Where are you flying from? What is your destination, and what date do you want to fly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto, Canada" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "March 8th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philly" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 19 + }, + { + "exclusive_end": 57, + "slot": "departure_date", + "start": 48 + }, + { + "exclusive_end": 44, + "slot": "destination_city", + "start": 38 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "Toronto, Canada" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly from Toronto, Canada to Philly on March 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:25" + ], + "slot": "outbound_departure_time", + "values": [ + "1:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "151" + ], + "slot": "price", + "values": [ + "$151" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Philadelphia", + "origin_city": "Toronto" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-08", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "19:46", + "outbound_departure_time": "13:25", + "passengers": "1", + "price": "151", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "19:46", + "outbound_departure_time": "12:50", + "passengers": "1", + "price": "162", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "00:16", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "203", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "outbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 147, + "slot": "price", + "start": 143 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 flights. The first is an Air Canada flight, which departs Toronto at 1:25 pm, and makes 1 stop en route to Philly. That ticket costs $151." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "Toronto, Canada" + ], + "outbound_departure_time": [ + "1:25 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The Air Canada flight sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to buy tickets for the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "Toronto, Canada" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please. Also, I prefer to fly Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "origin_city", + "start": 77 + }, + { + "exclusive_end": 100, + "slot": "destination_city", + "start": 88 + }, + { + "exclusive_end": 112, + "slot": "departure_date", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details. The Air Canada flight will depart from Toronto to Philadelphia next Friday. Only 1 Economy class ticket is needed. Is this correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Philadelphia", + "Philly" + ], + "origin_city": [ + "Toronto", + "Toronto, Canada" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct. Into which airport will the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "destination_airport", + "values": [ + "PHL International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Air Canada", + "departure_date": "2019-03-08", + "destination_city": "Philadelphia", + "origin_city": "Toronto", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-08", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "19:46", + "outbound_departure_time": "13:25", + "passengers": "1", + "price": "151", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 49, + "slot": "destination_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will land at PHL International Airport. Your one-way ticket is now confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Philadelphia", + "Philly" + ], + "origin_city": [ + "Toronto", + "Toronto, Canada" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Philadelphia", + "Philly" + ], + "origin_city": [ + "Toronto", + "Toronto, Canada" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "1" + ], + "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": "17_00074", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me one way flights for an upcoming trip?" + }, + { + "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": "Okay, where are you leaving from and when are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London, UK" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "14th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "origin_city", + "start": 35 + }, + { + "exclusive_end": 66, + "slot": "departure_date", + "start": 53 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of March" + ], + "origin_city": [ + "London, UK" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There will be 4 of us leaving from London, UK on the 14th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you plan on going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "London, UK" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to ATL" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:35" + ], + "slot": "outbound_departure_time", + "values": [ + "8:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "234" + ], + "slot": "price", + "values": [ + "$234" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "Atlanta", + "origin_city": "London", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "02:39", + "outbound_departure_time": "20:35", + "passengers": "4", + "price": "234", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "British Airways", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "21:47", + "outbound_departure_time": "09:15", + "passengers": "4", + "price": "350", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "22:52", + "outbound_departure_time": "15:35", + "passengers": "4", + "price": "339", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "09:42", + "outbound_departure_time": "00:25", + "passengers": "4", + "price": "326", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 83, + "slot": "price", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight with 0 flights that leaves at 8:35 pm for $234." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "London, UK" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other Economy flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "British Airways" + ], + "slot": "airlines", + "values": [ + "British Airways" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "350" + ], + "slot": "price", + "values": [ + "$350" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "Atlanta", + "origin_city": "London", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "02:39", + "outbound_departure_time": "20:35", + "passengers": "4", + "price": "234", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "British Airways", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "21:47", + "outbound_departure_time": "09:15", + "passengers": "4", + "price": "350", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "22:52", + "outbound_departure_time": "15:35", + "passengers": "4", + "price": "339", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "09:42", + "outbound_departure_time": "00:25", + "passengers": "4", + "price": "326", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_departure_time", + "start": 61 + }, + { + "exclusive_end": 77, + "slot": "price", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a British Airways flight with 1 stop that leaves at 9:15 am for $350." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "London, UK" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it arrive and which airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "HArtsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "21:47" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:47 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "destination_airport", + "start": 17 + }, + { + "exclusive_end": 68, + "slot": "outbound_arrival_time", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You will land at HArtsfield-Jackson International Airport at 9:47 pm." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "London, UK" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other flights are there? I prefer United Airlines" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "326" + ], + "slot": "price", + "values": [ + "$326" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_city": "Atlanta", + "origin_city": "London", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "09:42", + "outbound_departure_time": "00:25", + "passengers": "4", + "price": "326", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 80, + "slot": "price", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a United Airlines flight that has 1 stop and leaves at 0:25 am for $326." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "0:25 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you book this for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "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-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "origin_city", + "start": 79 + }, + { + "exclusive_end": 96, + "slot": "destination_city", + "start": 89 + }, + { + "exclusive_end": 129, + "slot": "departure_date", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: 4 passengers flying Economy leaving from London to Atlanta on United Airlines on March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of March", + "March 14th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "0:25 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_city": "Atlanta", + "origin_city": "London", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "09:42", + "outbound_departure_time": "00:25", + "passengers": "4", + "price": "326", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of March", + "March 14th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "0:25 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "17_00075", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning a trip for a group of four. Can you help me find oneway flights for everyone in my group?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, of course I can help you find oneway flights. I just have a few questions. First, where are you planning on visiting? When do you plan on leaving? Lastly, which airport will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "CDMX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 105, + "slot": "origin_city", + "start": 101 + }, + { + "exclusive_end": 71, + "slot": "departure_date", + "start": 54 + }, + { + "exclusive_end": 46, + "slot": "destination_city", + "start": 38 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thank you. We are traveling to Portland on the 7th of this month, and we will be leaving from CDMX. If possible I prefer to travel in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:25" + ], + "slot": "outbound_departure_time", + "values": [ + "7:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "461" + ], + "slot": "price", + "values": [ + "$461" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Portland", + "origin_city": "Mexico City", + "passengers": "4", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "01:45", + "outbound_departure_time": "19:25", + "passengers": "4", + "price": "461", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "21:33", + "outbound_departure_time": "16:40", + "passengers": "4", + "price": "409", + "refundable": "True", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "01:45", + "outbound_departure_time": "20:45", + "passengers": "4", + "price": "433", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 110, + "slot": "outbound_departure_time", + "start": 103 + }, + { + "exclusive_end": 131, + "slot": "price", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 3 suitable flights for you. There is an American Airlines flight with an outbound time of 7:25 pm with 1 stop for $461. Would you like me to book this flight for you?" + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer traveling Economy, are there any other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:45" + ], + "slot": "outbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "255" + ], + "slot": "price", + "values": [ + "$255" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Portland", + "origin_city": "Mexico City", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "02:35", + "passengers": "4", + "price": "255", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "21:33", + "outbound_departure_time": "13:45", + "passengers": "4", + "price": "255", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 119, + "slot": "outbound_departure_time", + "start": 112 + }, + { + "exclusive_end": 140, + "slot": "price", + "start": 136 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes f course, I have found 2 suitable flights for you. There is a Delta Airlines fight with an outbound time of 1:45 pm with 1 stop for $255. Does this flight work for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "21:33" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:33 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "outbound_arrival_time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at 9:33 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other available flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "267" + ], + "slot": "price", + "values": [ + "$267" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 91, + "slot": "price", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found a United Airlines flight with an outbound time of 8:45 pm with 1 stop for $267." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "destination_airport", + "values": [ + "PDX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_airport", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at PDX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This flight sounds good to me. I would like to book this flight as soon as possible, can you help me buy a oneway ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 179, + "slot": "origin_city", + "start": 168 + }, + { + "exclusive_end": 191, + "slot": "destination_city", + "start": 183 + }, + { + "exclusive_end": 230, + "slot": "departure_date", + "start": 217 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, I would be happy to help you. Please confirm the following travel details before we move forward: 4 Economy class tickets on United Airlines flight traveling from Mexico City to Portland with a departure date of next Thursday. Is this correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds right to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_city": "Portland", + "origin_city": "Mexico City", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "01:45", + "outbound_departure_time": "20:45", + "passengers": "4", + "price": "267", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, your oneway tickets are confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is all I need. Thank you for your help," + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome, have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00076", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for one way flights I'm not specific about airlines" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When is the plan to leave" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "6th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "6th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will leave on 6th of this month" + }, + { + "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 you wanted to visit and from where will you be leaving" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LAX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 27 + }, + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm travelling to LAX from Chi-town" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:30" + ], + "slot": "outbound_departure_time", + "values": [ + "4:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "157" + ], + "slot": "price", + "values": [ + "$157" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Los Angeles", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "07:02", + "outbound_departure_time": "04:30", + "passengers": "1", + "price": "157", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "01:47", + "outbound_departure_time": "23:15", + "passengers": "1", + "price": "185", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "302", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "12:45", + "passengers": "1", + "price": "153", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "outbound_departure_time", + "start": 56 + }, + { + "exclusive_end": 96, + "slot": "price", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 flights in that American Airlines leaves at 4:30 am and has 0 stops which costs $157" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there any other flights available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "23:15" + ], + "slot": "outbound_departure_time", + "values": [ + "11:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "185" + ], + "slot": "price", + "values": [ + "$185" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 56 + }, + { + "exclusive_end": 85, + "slot": "price", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is one more Delta Airlines flight which leaves at 11:15 pm has 0 stops and $185" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there any ticket refundable and when does the flight arrives?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "01:47" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:47 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_arrival_time", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No there is no refundable right now.The flight arrives at 1:47 am" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "11:15 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect for me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I buy tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "11:15 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please make it for 1 people in my group" + }, + { + "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": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 41 + }, + { + "exclusive_end": 63, + "slot": "destination_city", + "start": 52 + }, + { + "exclusive_end": 166, + "slot": "departure_date", + "start": 152 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm this : The flight is from Chicago to Los Angeles the name of airlines is Delta airlines, number of person is 1 date of departure will be next Wednesday and in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "11:15 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That great for me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_city": "Los Angeles", + "origin_city": "Chicago", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "01:47", + "outbound_departure_time": "23:15", + "passengers": "1", + "price": "185", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay ticket is reserved" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "6th of this month", + "next Wednesday" + ], + "destination_city": [ + "LAX", + "Los Angeles" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "11:15 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help that's what I needed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day ahead" + } + ] + }, + { + "dialogue_id": "17_00077", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 107, + "slot": "destination_city", + "start": 104 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up. Can you find me oneway flights? I like traveling Economy and I am traveling to SFO." + }, + { + "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 are you leaving from and when?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 35, + "slot": "departure_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Thursday" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "ATL" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from ATL next Thursday. Both business or economy are fine." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "308" + ], + "slot": "price", + "values": [ + "$308" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "San Francisco", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "14:06", + "outbound_departure_time": "11:40", + "passengers": "1", + "price": "308", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:16", + "outbound_departure_time": "12:50", + "passengers": "1", + "price": "187", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:21", + "outbound_departure_time": "17:55", + "passengers": "1", + "price": "183", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "12:06", + "outbound_departure_time": "09:40", + "passengers": "1", + "price": "209", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 98, + "slot": "price", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight that leaves at 11:40 am has 0 stops with a total cost of $308." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Thursday" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "11:40 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me, I feel like traveling soon. Can you help me by another one way flight ticket?" + }, + { + "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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 90, + "slot": "destination_city", + "start": 77 + }, + { + "exclusive_end": 164, + "slot": "departure_date", + "start": 151 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: The flight is from Atlanta and goes to San Francisco. The airlines is American Airlines with a departure date of next Thursday and it is an economy class ticket for 1." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Thursday" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "11:40 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "San Francisco", + "origin_city": "Atlanta", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "14:06", + "outbound_departure_time": "11:40", + "passengers": "1", + "price": "308", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Thursday" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "11:40 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "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": "17_00078", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go on a trip. There is 1 person and I would like to travel Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "departure_date", + "start": 4 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The 12th of this month please." + }, + { + "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 you like to go? Where do you want to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 85, + "slot": "destination_city", + "start": 74 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Chi-town" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Chi-town. Can you look at Delta airlines? I am going to Mexico City." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "356" + ], + "slot": "price", + "values": [ + "$356" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_city": "Mexico City", + "origin_city": "Chicago", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "14:04", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "356", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 100, + "slot": "price", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight for you with Delta airlines. It leaves at 8:30 am. has 1 stop and the price is $356." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Chi-town" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I get a refund if I need it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, I'm sorry. It's not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Chi-town" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:04" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:04 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "outbound_arrival_time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at 2:04 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great! Can we do it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, book it for me please." + }, + { + "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": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_city", + "start": 36 + }, + { + "exclusive_end": 58, + "slot": "destination_city", + "start": 47 + }, + { + "exclusive_end": 121, + "slot": "departure_date", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. I have you down as leaving from Chicago to Mexico City. The airline is Delta Airlines. You will be leaving March 12th. There is just 1 person for Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great! What airport am I leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "origin_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_city": "Mexico City", + "origin_city": "Chicago", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "14:04", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "356", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight leaves from O'Hare International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you! That's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "17_00079", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "the 13th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "departure_date", + "start": 42 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me oneway flights leaving on the 13th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you heading?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "destination_city", + "start": 3 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "To Chicago." + }, + { + "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": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 13, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From San Fran" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:35" + ], + "slot": "outbound_departure_time", + "values": [ + "1:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "168" + ], + "slot": "price", + "values": [ + "$168" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-13", + "destination_city": "Chicago", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-13", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:22", + "outbound_departure_time": "13:35", + "passengers": "1", + "price": "168", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "04:52", + "outbound_departure_time": "22:05", + "passengers": "1", + "price": "191", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-13", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "00:37", + "outbound_departure_time": "17:50", + "passengers": "1", + "price": "179", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "04:07", + "outbound_departure_time": "21:20", + "passengers": "1", + "price": "168", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 74, + "slot": "price", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an Alaska Airlines flight with 0 stops leaving at 1:35 pm for $168." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arrival time? Which airport does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:22" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:22 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_airport", + "start": 24 + }, + { + "exclusive_end": 72, + "slot": "outbound_arrival_time", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from SFO International Airport and arrives at 8:22 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "1:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to book this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 13th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please. Book an Economy ticket." + }, + { + "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": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "origin_city", + "start": 44 + }, + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 61 + }, + { + "exclusive_end": 101, + "slot": "departure_date", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Alaska Airlines flight from San Francisco to Chicago for 1 economy seat on March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 13th", + "the 13th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-13", + "destination_city": "Chicago", + "origin_city": "San Francisco", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-13", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:22", + "outbound_departure_time": "13:35", + "passengers": "1", + "price": "168", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 13th", + "the 13th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help" + }, + { + "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": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 13th", + "the 13th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "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": "17_00080", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up. Can you find me one way flights?" + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "the 7th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "departure_date", + "start": 52 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There is one person in my group and I am leaving on the 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 are you planning to visit and where will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 57, + "slot": "destination_city", + "start": 49 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "San Francisco" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from San Francisco and traveling to Portland." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "119" + ], + "slot": "price", + "values": [ + "$119" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Portland", + "origin_city": "San Francisco", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "14:13", + "outbound_departure_time": "12:20", + "passengers": "1", + "price": "119", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "14:03", + "outbound_departure_time": "12:10", + "passengers": "1", + "price": "112", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "07:13", + "outbound_departure_time": "05:20", + "passengers": "1", + "price": "119", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "01:23", + "outbound_departure_time": "23:30", + "passengers": "1", + "price": "114", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "21:33", + "outbound_departure_time": "19:40", + "passengers": "1", + "price": "111", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 suitable flights for you. There is an Alaska Airlines flight that leaves at 12:20 pm and has 0 stops. It costs $119." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "departure_date", + "start": 40 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "San Francisco" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights? I leave 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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "99" + ], + "slot": "price", + "values": [ + "$99" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Portland", + "origin_city": "San Francisco", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "09:33", + "outbound_departure_time": "06:20", + "passengers": "1", + "price": "184", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "09:58", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "99", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "07:13", + "outbound_departure_time": "05:20", + "passengers": "1", + "price": "117", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "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": "194", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 117, + "slot": "price", + "start": 114 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 suitable flights. There is an American Airlines flight that leaves at 8:05 am and has 0 stops. It costs $99." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works. Can you purchase me a one way 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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 35 + }, + { + "exclusive_end": 60, + "slot": "destination_city", + "start": 52 + }, + { + "exclusive_end": 106, + "slot": "departure_date", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: the flight is from San Francisco to Portland on American Airlines, it leaves on March 12th, the number of passengers is 1 in economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_city": "Portland", + "origin_city": "San Francisco", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "09:58", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "99", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "March 12th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "no that is it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00081", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to book a one way flight for an upcoming trip." + }, + { + "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": "What is the expected date and location you plan to depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris, France" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "11th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 23 + }, + { + "exclusive_end": 62, + "slot": "departure_date", + "start": 44 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of this month" + ], + "origin_city": [ + "Paris, France" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be departing from Paris, France on the 11th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is your final destination for this trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Paris, France" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be traveling to ATL and prefer to fly on Delta Airlines." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "321" + ], + "slot": "price", + "values": [ + "$321" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_city": "Atlanta", + "origin_city": "Paris" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "321", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 107, + "slot": "outbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 83, + "slot": "price", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight that meets your criteria. Delta Airlines has a flight costing $321 that departs at 5:35 pm with 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Paris, France" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is this a refundable ticket? Which airport will this arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 96, + "slot": "destination_airport", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This is a non-refundable ticket with the destination at Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "5:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This sounds like a good option." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "5:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please book a ticket for this flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris" + ] + }, + { + "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-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "origin_city", + "start": 53 + }, + { + "exclusive_end": 69, + "slot": "destination_city", + "start": 62 + }, + { + "exclusive_end": 83, + "slot": "departure_date", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you'd like to book a flight from Paris to Atlanta on March 11th. This will be an economy flight with Delta Airlines 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": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. Which airport will the flight be departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Charles de Gaulle International Airport" + ], + "slot": "origin_airport", + "values": [ + "Charles de Gaulle International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_city": "Atlanta", + "origin_city": "Paris", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "321", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 108, + "slot": "origin_airport", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The one way ticket has been booked for you. This flight departs from Charles de Gaulle International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time will the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "23:41" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:41 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "outbound_arrival_time", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives in Atlanta at 11:41 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks again for all your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May 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": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, but thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It is always a pleasure to serve you. Enjoy your day." + } + ] + }, + { + "dialogue_id": "17_00082", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking to book a oneway flight" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London, UK" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from London, UK" + }, + { + "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 to leave and where do you want to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "Tuesday next week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 25 + }, + { + "exclusive_end": 88, + "slot": "destination_city", + "start": 78 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to leave on Tuesday next week, preferably with Delta Airlines to Washington" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:00" + ], + "slot": "outbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "364" + ], + "slot": "price", + "values": [ + "$364" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_city": "Washington", + "origin_city": "London" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "17:48", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "364", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 111, + "slot": "price", + "start": 107 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight available for you with Delta Airlines, it leaves at 8 am with 1 stop. The ticket price is $364" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:48" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:48 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "outbound_arrival_time", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight will arrive at 5:48 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Would the ticket be refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is not refundable" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "8 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that flight sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to book the ticket for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "8 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like you to book the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 100, + "slot": "origin_city", + "start": 94 + }, + { + "exclusive_end": 114, + "slot": "destination_city", + "start": 104 + }, + { + "exclusive_end": 147, + "slot": "departure_date", + "start": 135 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: I have a flight for 1 passenger in economy seating from London to Washington with Delta airlines next Tuesday" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Tuesday next week", + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good. Which airport will I be flying into?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "destination_airport", + "values": [ + "Dulles International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_city": "Washington", + "origin_city": "London", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "17:48", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "364", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "destination_airport", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way ticket is confirmed, you will be flying into Dulles International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Tuesday next week", + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, thats all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure, have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00083", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me one way flights? I like to travel in Premium Economy." + }, + { + "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": "Where are you vist? Where will you be leaving from? When do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kuala Lumpur" + ], + "slot": "origin_city", + "values": [ + "Kuala Lumpur" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "the 2nd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 13 + }, + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 29 + }, + { + "exclusive_end": 48, + "slot": "destination_city", + "start": 40 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving from Kuala Lumpur on the 2nd to New York. I like to travel in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:45" + ], + "slot": "outbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "530" + ], + "slot": "price", + "values": [ + "$530" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "New York", + "origin_city": "Kuala Lumpur", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "KLIA International Airport", + "origin_city": "Kuala Lumpur", + "outbound_arrival_time": "05:25", + "outbound_departure_time": "13:45", + "passengers": "1", + "price": "530", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "KLIA International Airport", + "origin_city": "Kuala Lumpur", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "00:15", + "passengers": "1", + "price": "432", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 35, + "slot": "outbound_departure_time", + "start": 28 + }, + { + "exclusive_end": 45, + "slot": "price", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines leaves at 1:45 pm cost $530 and it has 1 stops" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive? Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "destination_airport", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Destination is JFK International Airport. Unfortunately the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes book the ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Kuala Lumpur" + ], + "slot": "origin_city", + "values": [ + "Kuala Lumpur" + ] + }, + { + "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-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "origin_city", + "start": 46 + }, + { + "exclusive_end": 70, + "slot": "destination_city", + "start": 62 + }, + { + "exclusive_end": 79, + "slot": "departure_date", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please Confirm. American Airlines Flight from Kuala Lumpur to New York tomorrow in Economy class. The number of passengers in 1" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd", + "tomorrow" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart? When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "KLIA International Airport" + ], + "slot": "origin_airport", + "values": [ + "KLIA International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "05:25" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:25 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "New York", + "origin_city": "Kuala Lumpur", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "KLIA International Airport", + "origin_city": "Kuala Lumpur", + "outbound_arrival_time": "05:25", + "outbound_departure_time": "13:45", + "passengers": "1", + "price": "530", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 81, + "slot": "origin_airport", + "start": 55 + }, + { + "exclusive_end": 118, + "slot": "outbound_arrival_time", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your One way ticket is confirmed. Flights departs from KLIA International Airport and onward flight arrives at 5:25 am" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 2nd", + "tomorrow" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "1" + ], + "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": "17_00084", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me oneway flights for a trip I have coming up?" + }, + { + "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-11" + ], + "slot": "departure_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "departure_date", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Im leaving on the 11th, can you find me something from American Airlines." + }, + { + "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": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Seattle, WA." + }, + { + "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": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "origin_city", + "start": 5 + }, + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Mexico City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From Mexico City, on the 9th of this month." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "268" + ], + "slot": "price", + "values": [ + "$268" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "Mexico City" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "268", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 107, + "slot": "price", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Found 1 flight for you. Its American Airlines. It leaves at 8:05 am, and has 1 stop. Its going to cost $268." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Mexico City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, its not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:05 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Well that sounds good. Can you help me with buying the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + }, + { + "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-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_city", + "start": 30 + }, + { + "exclusive_end": 69, + "slot": "destination_city", + "start": 62 + }, + { + "exclusive_end": 118, + "slot": "departure_date", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: a flight from Mexico City. The flight goes to Seattle, its from American Airlines, it leaves March 9th, number of passengers is 1, and the seat is in economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "Mexico City", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "268", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can 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": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that was it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a good day." + } + ] + }, + { + "dialogue_id": "17_00085", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I will have a trip soon. I am looking for oneway flights." + }, + { + "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 do you plan to visit? What is the date that you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "this Sunday" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 30 + }, + { + "exclusive_end": 64, + "slot": "destination_city", + "start": 61 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will leave from Phoenix, AZ this Sunday. I am traveling to SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:15" + ], + "slot": "outbound_departure_time", + "values": [ + "6:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "123" + ], + "slot": "price", + "values": [ + "$123" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "08:22", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "123", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "14:02", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "112", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "08:07", + "outbound_departure_time": "06:00", + "passengers": "1", + "price": "121", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "01:57", + "outbound_departure_time": "23:50", + "passengers": "1", + "price": "128", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "outbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 138, + "slot": "price", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights for you. There is an American Airlines flight that leaves at 6:15 am and it has 0 stops. The price of the ticket is $123." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It sounds good to me. I want to travel soon. Can you assist me buying a oneway flight ticket? There will be four people in my group." + }, + { + "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": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 93, + "slot": "destination_city", + "start": 80 + }, + { + "exclusive_end": 177, + "slot": "departure_date", + "start": 159 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: The flight is from Phoenix and it goes to San Francisco. The airlines is American Airlines and the departure date is the day after tomorrow. The number of passengers is 4 and the seating class is Economy." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, it is correct. What are the departure and arrival airports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "origin_city": "Phoenix", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "08:22", + "outbound_departure_time": "06:15", + "passengers": "4", + "price": "123", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 81, + "slot": "destination_airport", + "start": 56 + }, + { + "exclusive_end": 142, + "slot": "origin_airport", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is confirmed. The arrival airport is SFO International Airport and the flight departs from Sky Harbor International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00086", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "the 1st" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 108, + "slot": "departure_date", + "start": 101 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hello, would you be able to assist me in finding a flight for my upcoming trip? I will be leaving on the 1st." + }, + { + "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 will you be departing from and where would you like to arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 39 + }, + { + "exclusive_end": 91, + "slot": "destination_city", + "start": 80 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vancouver" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My departing flight will be located in Vancouver and Im planning on arriving in Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:05" + ], + "slot": "outbound_departure_time", + "values": [ + "8:05 AM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "224" + ], + "slot": "price", + "values": [ + "$224" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Los Angeles", + "origin_city": "Vancouver" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "14:15", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "224", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "02:04", + "outbound_departure_time": "23:00", + "passengers": "1", + "price": "130", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "06:24", + "outbound_departure_time": "03:20", + "passengers": "1", + "price": "158", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "23:55", + "outbound_departure_time": "18:05", + "passengers": "1", + "price": "216", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 100, + "slot": "price", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found you a Air Canada flight that leaves Vancouver at 8:05 AM and has 1 stop, for a price of $224" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vancouver" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights available besides that one?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "23:00" + ], + "slot": "outbound_departure_time", + "values": [ + "11 PM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "130" + ], + "slot": "price", + "values": [ + "$130" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 101, + "slot": "price", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, There is also an American Airlines flight that leaves at 11 PM with 0 stops, for a price of $130." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vancouver" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight arrive in Los Angeles?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "02:04" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:04 AM" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_arrival_time", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight arrives in Los Angeles at 2:04 AM." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "11 PM" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would really like to travel soon, so the second option seems like a great deal. I will be flying alone. Would you be able to go ahead and assist me on buying a oneway ticket for one person?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver" + ] + }, + { + "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-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 225, + "slot": "origin_city", + "start": 216 + }, + { + "exclusive_end": 259, + "slot": "destination_city", + "start": 248 + }, + { + "exclusive_end": 231, + "slot": "departure_date", + "start": 226 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I would love to help. Lets just confirm the details before I go ahead and book your flight: You will be purchasing a oneway ticket on American Airlines for 1 passenger, sitting in Economy, and you'll be leaving from Vancouver today and arriving in Los Angeles" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "11 PM" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds right. Which airport will my flight be departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "origin_airport", + "values": [ + "YVR International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "Los Angeles", + "origin_city": "Vancouver", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "02:04", + "outbound_departure_time": "23:00", + "passengers": "1", + "price": "130", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "origin_airport", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket will be confirmed to depart from YVR International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 1st", + "today" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "11 PM" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thank you for your help assisting me today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I could help you with 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": [ + "the 1st", + "today" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Vancouver" + ], + "outbound_departure_time": [ + "11 PM" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all. Thanks again." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem. Have a wonderful day and a safe flight." + } + ] + }, + { + "dialogue_id": "17_00087", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Our vacation is coming up and I need help finding flights. Can you help me find a oneway flight on Air Canada ?" + }, + { + "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": "Where will you be leaving from? When do you plan to leave? Where are you planning to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver, BC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "the 3rd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_city", + "start": 27 + }, + { + "exclusive_end": 71, + "slot": "departure_date", + "start": 64 + }, + { + "exclusive_end": 106, + "slot": "destination_city", + "start": 99 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver, BC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We will be flying out from Vancouver, BC. We plan on leaving on the 3rd of July. I am traveling to Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:35" + ], + "slot": "outbound_departure_time", + "values": [ + "1:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "177" + ], + "slot": "price", + "values": [ + "$177" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Air Canada", + "departure_date": "2019-03-03", + "destination_city": "Atlanta", + "origin_city": "Vancouver" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-03", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "22:16", + "outbound_departure_time": "13:35", + "passengers": "1", + "price": "177", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 126, + "slot": "outbound_departure_time", + "start": 119 + }, + { + "exclusive_end": 207, + "slot": "price", + "start": 203 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 suitable flights for you to Atlanta. There is a flight out of Air Canada. The outbound flight leaves at 1:35 pm, and it has 0 stops, so it's a non-stop flight. The current ticket price is $177." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver, BC" + ] + } + } + } + ], + "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": "The ticket is refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver, BC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from? When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "origin_airport", + "values": [ + "YVR International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "22:16" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:16 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "origin_airport", + "start": 33 + }, + { + "exclusive_end": 99, + "slot": "outbound_arrival_time", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The outbound flight departs from YVR International Airport. The incoming flight arrives at 10:16 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver, BC" + ], + "outbound_departure_time": [ + "1:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to purchase the tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver, BC" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to go ahead and book the ticket. I would like to select seats in the Economy section of the plane." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "origin_city", + "start": 74 + }, + { + "exclusive_end": 111, + "slot": "destination_city", + "start": 104 + }, + { + "exclusive_end": 189, + "slot": "departure_date", + "start": 171 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: Your outbound flight initiates from Vancouver, the flight goes to Atlanta, the airlines is Air Canada, and the departure date is the day after tomorrow, the number of passengers is 1. The seating class is Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver", + "Vancouver, BC" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Air Canada", + "departure_date": "2019-03-03", + "destination_city": "Atlanta", + "origin_city": "Vancouver", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-03", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "22:16", + "outbound_departure_time": "13:35", + "passengers": "1", + "price": "177", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver", + "Vancouver, BC" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "Air Canada" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "Vancouver", + "Vancouver, BC" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "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": "17_00088", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm heading out on a trip, can you find me a one way flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is your trip going to be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to LA." + }, + { + "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 would you like to leave, and where will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "March 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 30 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Paris" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving from Paris on March 8th. I'd prefer to fly with American Airlines, please." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "337" + ], + "slot": "price", + "values": [ + "$337" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "Los Angeles", + "origin_city": "Paris" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "14:15", + "outbound_departure_time": "04:05", + "passengers": "1", + "price": "337", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 144, + "slot": "price", + "start": 140 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I was able to find 1 suitable flight for you. There is an American Airlines flight leaving at 4:05 am. There is 1 layover, and the price is $337." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Paris" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable. Which airport will the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "destination_airport", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The plane will arrive at LAX International Airport, but unfortunately the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm in the mood to travel, and that flight sounds good. Can you help me book three oneway tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris" + ] + }, + { + "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-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 77, + "slot": "origin_city", + "start": 72 + }, + { + "exclusive_end": 185, + "slot": "destination_city", + "start": 174 + }, + { + "exclusive_end": 93, + "slot": "departure_date", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you please confirm the following details: 3 Economy tickets leaving Paris, on next Friday March the 8th at 4:05 am with American Airlines. The flight will then arrive in Los Angeles, at LAX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that's right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "Los Angeles", + "origin_city": "Paris", + "passengers": "3", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "14:15", + "outbound_departure_time": "04:05", + "passengers": "3", + "price": "337", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way tickets are confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will the flight be leaving from? When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Charles de Gaulle International Airport" + ], + "slot": "origin_airport", + "values": [ + "Charles de Gaulle International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:15 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "origin_airport", + "start": 32 + }, + { + "exclusive_end": 113, + "slot": "outbound_arrival_time", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will depart from the Charles de Gaulle International Airport. The onward flight will arrive at 2:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day!" + } + ] + }, + { + "dialogue_id": "17_00089", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me one way Economy class flights for my upcoming trip?" + }, + { + "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": "Where are you planning to fly to? On what date are you planning to go and from where will you be departing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "12th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver, BC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 37 + }, + { + "exclusive_end": 74, + "slot": "departure_date", + "start": 56 + }, + { + "exclusive_end": 31, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be flying to Vancouver, BC from Atlanta, GA on the 12th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:25" + ], + "slot": "outbound_departure_time", + "values": [ + "2:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "198" + ], + "slot": "price", + "values": [ + "$198" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Vancouver", + "origin_city": "Atlanta", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "14:25", + "passengers": "1", + "price": "198", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "15:20", + "passengers": "1", + "price": "196", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:11", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "297", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:11", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "301", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 104, + "slot": "outbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 60, + "slot": "price", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines have a flight with 0 stops, priced at $198 with the outbound flight leaving at 2:25 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive at its destination and at which airport does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "destination_airport", + "values": [ + "YVR International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:06" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:06 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "destination_airport", + "start": 37 + }, + { + "exclusive_end": 29, + "slot": "outbound_arrival_time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at 5:06 pm at the YVR International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are any other flights available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:20" + ], + "slot": "outbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "196" + ], + "slot": "price", + "values": [ + "$196" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "outbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 57, + "slot": "price", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Delta Airlines have a flight with 0 stops, priced at $196 and it departs at 3:20 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets for the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "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-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "origin_city", + "start": 75 + }, + { + "exclusive_end": 95, + "slot": "destination_city", + "start": 86 + }, + { + "exclusive_end": 109, + "slot": "departure_date", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you need 1 Economy class ticket on Delta Airlines from Atlanta to Vancouver on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Just a slight change. I need 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "origin_city", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you need 2 tickets for the flight from Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. That's right. Is the ticket refundable? Which airport does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "destination_airport", + "values": [ + "YVR International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_city": "Vancouver", + "origin_city": "Atlanta", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "15:20", + "passengers": "2", + "price": "196", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 124, + "slot": "destination_airport", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way ticket has been booked successfully and it is not refundable. The flight lands at the YVR International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "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": "Anything else I can 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": [ + "Delta Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "2" + ], + "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": "17_00090", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to book one way flights for my coming trip for four." + }, + { + "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 would you like to leave? What is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "March 4th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, UK" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "departure_date", + "start": 19 + }, + { + "exclusive_end": 57, + "slot": "destination_city", + "start": 47 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "London, UK" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving on March 4th, and I'm going to London, UK." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is the flight leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_city", + "start": 30 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to be leaving from Atlanta, GA." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "422" + ], + "slot": "price", + "values": [ + "$422" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "London", + "origin_city": "Atlanta", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:14", + "outbound_departure_time": "15:30", + "passengers": "4", + "price": "422", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "07:34", + "outbound_departure_time": "17:30", + "passengers": "4", + "price": "216", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:49", + "outbound_departure_time": "04:35", + "passengers": "4", + "price": "339", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:34", + "outbound_departure_time": "10:30", + "passengers": "4", + "price": "241", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 138, + "slot": "price", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 flights that match that criteria. There is an American Airlines flight leaving at 3:30 pm. It has 1 stop and is priced at $422." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would rather fly Delta Airlines. Are there any other flights available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:30" + ], + "slot": "outbound_departure_time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "216" + ], + "slot": "price", + "values": [ + "$216" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_city": "London", + "origin_city": "Atlanta", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "07:34", + "outbound_departure_time": "17:30", + "passengers": "4", + "price": "216", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_departure_time", + "start": 44 + }, + { + "exclusive_end": 109, + "slot": "price", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight leaving at 5:30 pm, and it has 0 layovers. The price for that flight is $216." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport is that flight departing from? Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "origin_airport", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves from Hartsfield-Jackson International Airport. However, the ticket cannot be refunded." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds fine with me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets for that one?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to go ahead and buy them now." + }, + { + "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-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_city", + "start": 34 + }, + { + "exclusive_end": 51, + "slot": "destination_city", + "start": 45 + }, + { + "exclusive_end": 92, + "slot": "departure_date", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you confirm the flight from Atlanta to London, traveling Delta Airlines on next Monday? There are 4 passengers flying economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 4th", + "next Monday" + ], + "destination_city": [ + "London", + "London, UK" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right. When will that flight arrive in London?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:34" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:34 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_city": "London", + "origin_city": "Atlanta", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "07:34", + "outbound_departure_time": "17:30", + "passengers": "4", + "price": "216", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_arrival_time", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are confirmed. The Delta flight arrives in London at 7:34 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 4th", + "next Monday" + ], + "destination_city": [ + "London", + "London, UK" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "passengers": [ + "4" + ], + "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": "Enjoy your day and thank you." + } + ] + }, + { + "dialogue_id": "17_00091", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 29 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find one way flights leaving NY" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure thing, What date are you planning on leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "departure_date", + "start": 11 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 13th" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving on March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you traveling to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver, BC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "destination_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 13th" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be visiting Vancouver, BC." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "296" + ], + "slot": "price", + "values": [ + "$296" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-13", + "destination_city": "Vancouver", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "11:20", + "passengers": "1", + "price": "296", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "11:11", + "outbound_departure_time": "06:00", + "passengers": "1", + "price": "312", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "22:56", + "outbound_departure_time": "15:10", + "passengers": "1", + "price": "248", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "08:20", + "passengers": "1", + "price": "302", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 56 + }, + { + "exclusive_end": 107, + "slot": "price", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight outbound leaving at 11:20 am with 1 stop. This ticket is priced at $296." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "March 13th" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport would i be flying out of? Which airport would I be arriving into?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "destination_airport", + "values": [ + "YVR International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 89, + "slot": "destination_airport", + "start": 64 + }, + { + "exclusive_end": 49, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight will depart JFK International Airport and arrive at YVR International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 13th" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "11:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sound great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I proceed and purchase the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 13th" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "11:20 am" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My plans may change. Make sure the tickets are economy and refundable only." + }, + { + "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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "origin_city", + "start": 47 + }, + { + "exclusive_end": 77, + "slot": "destination_city", + "start": 68 + }, + { + "exclusive_end": 128, + "slot": "departure_date", + "start": 118 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "got it! please confirm flight details: Leaving New York arriving in Vancouver on American Airlines. Departure date is March 13th on economy class with 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 13th" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "11:20 am" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "perfect, book it. When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:06" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:06 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_city": "Vancouver", + "origin_city": "New York", + "passengers": "1", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "11:20", + "passengers": "1", + "price": "296", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "outbound_arrival_time", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, oneway ticket is purchased and confirmed. Your onward flight will arrive at 5:06 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 13th" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "11:20 am" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will be all. thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00092", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "origin_city", + "start": 36 + }, + { + "exclusive_end": 74, + "slot": "departure_date", + "start": 61 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Thursday" + ], + "origin_city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me oneway flights from NYC for my upcoming trip next Thursday?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What will be your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "destination_city", + "start": 49 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Thursday" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer United Airlines. My destination will be Vegas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:05" + ], + "slot": "outbound_departure_time", + "values": [ + "6:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "292" + ], + "slot": "price", + "values": [ + "$292" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_city": "Las Vegas", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "12:25", + "outbound_departure_time": "06:05", + "passengers": "1", + "price": "292", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 112, + "slot": "outbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 157, + "slot": "price", + "start": 153 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 suitable flight which a United Airlines flight. The departure time for the outbound flight is 6:05 am with 1 stop and the ticket is priced at $292." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Thursday" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "6:05 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great and feel traveling soon. Can you help me in buying a oneway flight ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "origin_city", + "start": 70 + }, + { + "exclusive_end": 64, + "slot": "destination_city", + "start": 55 + }, + { + "exclusive_end": 114, + "slot": "departure_date", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: You want me to book a flight ticket to Las Vegas from New York in United Airlines on next Thursday for 1 passenger in economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Thursday" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. There will be 3 passengers in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "origin_city", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm once more: The flight is from from New York for 3 passengers." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Thursday" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Book me ticket in Premium Economy. I like traveling there." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm once again: There will be 3 passengers and the ticket will be for Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Thursday" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_city": "Las Vegas", + "origin_city": "New York", + "passengers": "3", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "12:25", + "outbound_departure_time": "06:05", + "passengers": "3", + "price": "468", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Thursday" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for helping me. That will be all." + }, + { + "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": "17_00093", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a trip soon. Can you book me a one way flight ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, when are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving on the 12th of this month." + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "London" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to London. Just one person." + }, + { + "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": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SF" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "SF" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd be flying out from SF." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:30" + ], + "slot": "outbound_departure_time", + "values": [ + "4:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "402" + ], + "slot": "price", + "values": [ + "$402" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "London", + "origin_city": "San Francisco", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "04:30", + "passengers": "1", + "price": "402", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "06:37", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "437", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:44", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "418", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "06:04", + "outbound_departure_time": "07:10", + "passengers": "1", + "price": "355", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "05:35", + "passengers": "1", + "price": "399", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "outbound_departure_time", + "start": 37 + }, + { + "exclusive_end": 65, + "slot": "price", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an Alaska Airlines flight at 4:30 am with 1 stop for $402." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "SF" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is available? I'm going to book it for four people actually." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "437" + ], + "slot": "price", + "values": [ + "$437" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "London", + "origin_city": "San Francisco", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "04:30", + "passengers": "4", + "price": "402", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "06:37", + "outbound_departure_time": "07:05", + "passengers": "4", + "price": "437", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:44", + "outbound_departure_time": "10:05", + "passengers": "4", + "price": "418", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "06:04", + "outbound_departure_time": "07:10", + "passengers": "4", + "price": "355", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 78, + "slot": "outbound_departure_time", + "start": 71 + }, + { + "exclusive_end": 99, + "slot": "price", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, there's 4 possible options. There's an American Airlines flight at 7:05 am with 1 stop for $437." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "SF" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other ones? I prefer flying Premium Economy with Southwest Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:10" + ], + "slot": "outbound_departure_time", + "values": [ + "7:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "515" + ], + "slot": "price", + "values": [ + "$515" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_city": "London", + "origin_city": "San Francisco", + "passengers": "4", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "06:04", + "outbound_departure_time": "07:10", + "passengers": "4", + "price": "515", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 81, + "slot": "price", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's one Southwest Airlines flight that leaves at 7:10 am with 1 stop for $515." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "SF" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the arrival time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "06:04" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:04 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "outbound_arrival_time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It would arrive at 6:04 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "7:10 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy 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": [ + "12th of this month" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "7:10 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. Need 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": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "7:10 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium 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": "17_00094", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm planning on taking a trip soon. Can you help me find some one-way flights?" + }, + { + "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": "Sure. What city will you be traveling from? Do you have a destination and date in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "Delhi, India" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 69, + "slot": "departure_date", + "start": 59 + }, + { + "exclusive_end": 91, + "slot": "destination_city", + "start": 84 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 14th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Delhi, India" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving from Delhi, India. I'm looking to leave on March 14th and travel to Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:45" + ], + "slot": "outbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "419" + ], + "slot": "price", + "values": [ + "$419" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "Seattle", + "origin_city": "Delhi" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "18:05", + "outbound_departure_time": "13:45", + "passengers": "1", + "price": "419", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "09:37", + "outbound_departure_time": "01:10", + "passengers": "1", + "price": "360", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 95, + "slot": "outbound_departure_time", + "start": 88 + }, + { + "exclusive_end": 138, + "slot": "price", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. I found 2 flights for you. There is a flight via American Airlines that leaves at 1:45 pm with only 1 stop. The ticket price is $419." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 14th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Delhi, India" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. There will be 2 people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "Delhi" + ] + }, + { + "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-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 76, + "slot": "origin_city", + "start": 71 + }, + { + "exclusive_end": 94, + "slot": "destination_city", + "start": 87 + }, + { + "exclusive_end": 154, + "slot": "departure_date", + "start": 144 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Please confirm the following details: The flight is one-way from Delhi, India to Seattle via American Airlines and scheduled to depart on March 14th. The seating class is Economy for 2 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 14th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_city": "Seattle", + "origin_city": "Delhi", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "18:05", + "outbound_departure_time": "13:45", + "passengers": "2", + "price": "419", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great. Your one-way ticket has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 14th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the onward flight arrive? Also, is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:05 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 96, + "slot": "outbound_arrival_time", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I'm sorry, but the ticket is not refundable. The onward flight is scheduled to arrive at 6:05 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 14th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure. 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": [ + "American Airlines" + ], + "departure_date": [ + "March 14th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "1:45 pm" + ], + "passengers": [ + "2" + ], + "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": "Excellent. Have a wonderful rest of your day." + } + ] + }, + { + "dialogue_id": "17_00095", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am going on a trip soon. Can you help me find one way flights?" + }, + { + "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": "Okay. Where will you be departing from? When are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 19 + }, + { + "exclusive_end": 71, + "slot": "departure_date", + "start": 54 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of this month" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm departing from Phoenix and I'll be leaving on the 8th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you headed?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Vegas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:05" + ], + "slot": "outbound_departure_time", + "values": [ + "3:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "85" + ], + "slot": "price", + "values": [ + "$85" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Las Vegas", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "16:19", + "outbound_departure_time": "15:05", + "passengers": "1", + "price": "85", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "07:09", + "outbound_departure_time": "05:55", + "passengers": "1", + "price": "75", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 107, + "slot": "outbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 165, + "slot": "price", + "start": 162 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. I found 2 flights that might work for you. There is a flight on Delta Airlines that leaves at 3:05 pm and is a direct flight with 0 stops. The ticket costs $85" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:05 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that flight should work for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to go ahead and buy the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I'd like to book the ticket. There will only be one person traveling." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "origin_city", + "start": 61 + }, + { + "exclusive_end": 90, + "slot": "destination_city", + "start": 81 + }, + { + "exclusive_end": 151, + "slot": "departure_date", + "start": 140 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, let's confirm the details. Your flight will leave from Phoenix and goes to Las Vegas. The flight is aboard Delta Airlines and departs next Friday. The number of passengers is 1 and the seat is in Economy class." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of this month", + "next Friday" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, I would prefer to travel in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, please confirm the flight details. The airline is Delta Airlines and the seat is in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of this month", + "next Friday" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that'll be fine. When is the flight scheduled to arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "16:19" + ], + "slot": "outbound_arrival_time", + "values": [ + "4:19 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_city": "Las Vegas", + "origin_city": "Phoenix", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "16:19", + "outbound_departure_time": "15:05", + "passengers": "1", + "price": "153", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_arrival_time", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've confirmed your ticket, the flight arrives at 4:19 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "8th of this month", + "next Friday" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay great, thank you." + }, + { + "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": [ + "8th of this month", + "next Friday" + ], + "destination_city": [ + "Las Vegas", + "Vegas" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that's all thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "17_00096", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I plan on traveling soon. Can you find me a oneway flight?" + }, + { + "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": "Yes, I can. When would you like to leave? Where would you like to fly to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 23 + }, + { + "exclusive_end": 44, + "slot": "destination_city", + "start": 37 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to fly on March 10th to Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to fly out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 32 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SFO" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like two tickets out of SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:55" + ], + "slot": "outbound_departure_time", + "values": [ + "2:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "145" + ], + "slot": "price", + "values": [ + "$145" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Seattle", + "origin_city": "San Francisco", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "14:55", + "passengers": "2", + "price": "145", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "07:31", + "outbound_departure_time": "05:20", + "passengers": "2", + "price": "120", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:11", + "outbound_departure_time": "08:00", + "passengers": "2", + "price": "121", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:36", + "outbound_departure_time": "08:25", + "passengers": "2", + "price": "120", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:16", + "outbound_departure_time": "15:05", + "passengers": "2", + "price": "129", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an available flight on Alaska Airlines at 2:55 pm. It has 0 stops and the ticket cost is $145." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SFO" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive in Seattle?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:06" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:06 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "outbound_arrival_time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight lands at 5:06 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect. I would like to buy two Economy tickets." + }, + { + "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": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "origin_city", + "start": 55 + }, + { + "exclusive_end": 79, + "slot": "destination_city", + "start": 72 + }, + { + "exclusive_end": 127, + "slot": "departure_date", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I can help you buy the tickets. You want to fly out of San Francisco to Seattle on Alaska Airlines. The flight is on March 10th for 2 people on Economy class. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct. Thank you. Are the tickets refundable and which airport are we flying out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "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": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-10", + "destination_city": "Seattle", + "origin_city": "San Francisco", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "14:55", + "passengers": "2", + "price": "145", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 119, + "slot": "origin_airport", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is confirmed. The tickets are not refundable and you will be flying out of 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you. That is all that I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00097", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hey, I have a trip coming up. Can you find me one way flights, please? I like traveling in Premium Economy, and, if possible, on United 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 on leaving? Do have a destination in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "departure_date", + "start": 7 + }, + { + "exclusive_end": 53, + "slot": "destination_city", + "start": 43 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Washington" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the day after tomorrow, I want to go to Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And where will you be despairing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "Delhi, India" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Delhi, India" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From Delhi, India." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "01:10" + ], + "slot": "outbound_departure_time", + "values": [ + "1:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "700" + ], + "slot": "price", + "values": [ + "$700" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Washington", + "origin_city": "Delhi", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "1", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "12:45", + "outbound_departure_time": "01:10", + "passengers": "1", + "price": "700", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a United Airlines flight that may be to your liking. It leaves at 1:10 am and it has 1 stop. The ticket costs $700." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Delhi, India" + ], + "outbound_departure_time": [ + "1:10 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds very good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to book the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Delhi, India" + ], + "outbound_departure_time": [ + "1:10 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "Delhi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "origin_city", + "start": 52 + }, + { + "exclusive_end": 71, + "slot": "destination_city", + "start": 61 + }, + { + "exclusive_end": 145, + "slot": "departure_date", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm me the details? You will leave from Delhi to Washington on a United Airlines flight, You will departure in the day after tomorrow, just 1 passenger. And you will be traveling in the Premium Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "1:10 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, awesome. When does the onward flight arrives in Washington? And in which airport it will arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "destination_airport", + "values": [ + "Dulles International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:45" + ], + "slot": "outbound_arrival_time", + "values": [ + "12:45 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Washington", + "origin_city": "Delhi", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "1", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "12:45", + "outbound_departure_time": "01:10", + "passengers": "1", + "price": "700", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 81, + "slot": "destination_airport", + "start": 53 + }, + { + "exclusive_end": 124, + "slot": "outbound_arrival_time", + "start": 116 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed. The destination airport is Dulles International Airport. Your flight will arrive there at 12:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "1:10 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "1:10 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day," + } + ] + }, + { + "dialogue_id": "17_00098", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to find some oneway flights for an upcoming trip." + }, + { + "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 are you going and where are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "origin_city", + "values": [ + "Delhi, India" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 16 + }, + { + "exclusive_end": 39, + "slot": "destination_city", + "start": 32 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Delhi, India" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going from Delhi, India to Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day are you leaving." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "4th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 27 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Delhi, India" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be departing on the 4th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:20" + ], + "slot": "outbound_departure_time", + "values": [ + "9:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "263" + ], + "slot": "price", + "values": [ + "$263" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Chicago", + "origin_city": "Delhi" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "09:04", + "outbound_departure_time": "09:20", + "passengers": "1", + "price": "263", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "1", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "13:52", + "outbound_departure_time": "01:10", + "passengers": "1", + "price": "444", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight with 0 stops that leaves at 9:20 am and costs $263." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Delhi, India" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive and what airport is it departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Indira Gandhi International Airport" + ], + "slot": "origin_airport", + "values": [ + "Indira Gandhi International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "09:04" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:04 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "origin_airport", + "start": 47 + }, + { + "exclusive_end": 29, + "slot": "outbound_arrival_time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at 9:04 am and departs from Indira Gandhi International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Delhi, India" + ], + "outbound_departure_time": [ + "9:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Delhi, India" + ], + "outbound_departure_time": [ + "9:20 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a oneway flight for 3 people in Economy." + }, + { + "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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 41 + }, + { + "exclusive_end": 57, + "slot": "destination_city", + "start": 50 + }, + { + "exclusive_end": 90, + "slot": "departure_date", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 3 tickets in Economy going from Delhi to Chicago on American Airlines next Monday. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Business" + ], + "slot": "seating_class", + "values": [ + "Business" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "9:20 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Business" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I want Business seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Business" + ], + "slot": "seating_class", + "values": [ + "Business" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "destination_city", + "start": 43 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want a Business seat on your flight to Chicago. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "9:20 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Business" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is right. What airport does it fly into?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_city": "Chicago", + "origin_city": "Delhi", + "passengers": "3", + "seating_class": "Business" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Indira Gandhi International Airport", + "origin_city": "Delhi", + "outbound_arrival_time": "09:04", + "outbound_departure_time": "09:20", + "passengers": "3", + "price": "532", + "refundable": "False", + "seating_class": "Business" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "destination_airport", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It goes into O'Hare International Airport and your booking is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "9:20 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Business" + ] + } + } + } + ], + "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 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": [ + "American Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Delhi", + "Delhi, India" + ], + "outbound_departure_time": [ + "9:20 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Business" + ] + } + } + } + ], + "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": "17_00099", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Please find me oneway flights for my upcoming trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-Town" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "origin_city", + "start": 25 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Chi-Town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to leave from Chi-Town." + }, + { + "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-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "origin_city": [ + "Chi-Town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on the 9th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to go?" + }, + { + "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": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chi-Town" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Seattle with 3 people. I want to travel economy." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "307" + ], + "slot": "price", + "values": [ + "$307" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "Chicago", + "passengers": "3", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "22:03", + "outbound_departure_time": "14:50", + "passengers": "3", + "price": "307", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "18:05", + "outbound_departure_time": "15:35", + "passengers": "3", + "price": "187", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "18:15", + "passengers": "3", + "price": "153", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "18:20", + "outbound_departure_time": "15:50", + "passengers": "3", + "price": "145", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 87 + }, + { + "exclusive_end": 117, + "slot": "price", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 flights that match. One is American Airlines that has 1 stop and leaves at 2:50 pm. The flight costs $307." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chi-Town" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are only two people in the group, any other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:35" + ], + "slot": "outbound_departure_time", + "values": [ + "3:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "187" + ], + "slot": "price", + "values": [ + "$187" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "Chicago", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "22:03", + "outbound_departure_time": "14:50", + "passengers": "2", + "price": "307", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "18:05", + "outbound_departure_time": "15:35", + "passengers": "2", + "price": "187", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "18:15", + "passengers": "2", + "price": "153", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 98, + "slot": "outbound_departure_time", + "start": 91 + }, + { + "exclusive_end": 134, + "slot": "price", + "start": 130 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 flights that match your request. There is a Delta Airlines flight that leaves at 3:35 pm with 0 stops. The flight costs $187." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chi-Town" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does the flight arrive at and is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 80, + "slot": "destination_airport", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is non-refundable and arrives at Seattle-Tacoma International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chi-Town" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other flights are available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:15" + ], + "slot": "outbound_departure_time", + "values": [ + "6:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "153" + ], + "slot": "price", + "values": [ + "$153" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 95, + "slot": "price", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Southwest Airlines flight that leaves at 6:15 pm with 0 stops. The flight costs $153." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chi-Town" + ], + "outbound_departure_time": [ + "6:15 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. I want to travel soon. Can you find me a oneway flight?" + }, + { + "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-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 39 + }, + { + "exclusive_end": 105, + "slot": "destination_city", + "start": 98 + }, + { + "exclusive_end": 59, + "slot": "departure_date", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: the flight leaves from Chicago on March 9th via Southwest Airlines. It arrives in Seattle. The seating is economy for 2 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chi-Town", + "Chicago" + ], + "outbound_departure_time": [ + "6:15 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's great. Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "Chicago", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "18:15", + "passengers": "2", + "price": "153", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is non-refundable. Your ticket has been reserved." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chi-Town", + "Chicago" + ], + "outbound_departure_time": [ + "6:15 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "17_00100", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "destination_city", + "start": 42 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you help me find one way flights to Atlanta, GA?" + }, + { + "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": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto, Canada" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_city", + "start": 25 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Toronto, Canada" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be departing from Toronto, Canada." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "So when do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Toronto, Canada" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I intend to leave on 8th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:25" + ], + "slot": "outbound_departure_time", + "values": [ + "1:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "226" + ], + "slot": "price", + "values": [ + "$226" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "origin_city": "Toronto" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "21:47", + "outbound_departure_time": "13:25", + "passengers": "1", + "price": "226", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "225", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "219", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "222", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "outbound_departure_time", + "start": 43 + }, + { + "exclusive_end": 116, + "slot": "price", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Air Canada flight departing at 1:25 pm, with 1 intermediary stop. The price of the ticket will cost $226." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Toronto, Canada" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other available flights? I prefer to travel in Economy class flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:05" + ], + "slot": "outbound_departure_time", + "values": [ + "10:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "225" + ], + "slot": "price", + "values": [ + "$225" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "origin_city": "Toronto", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "21:47", + "outbound_departure_time": "13:25", + "passengers": "1", + "price": "226", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "225", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "219", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 116, + "slot": "outbound_departure_time", + "start": 108 + }, + { + "exclusive_end": 182, + "slot": "price", + "start": 178 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 suitable flights relating to your preference. There is an American Airlines flight departing at 10:05 am, with 1 intermediary stop. The price of the ticket will cost $225." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Toronto, Canada" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great! Could you help me make a reservation for 3 people?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto" + ] + }, + { + "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-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "origin_city", + "start": 63 + }, + { + "exclusive_end": 81, + "slot": "destination_city", + "start": 74 + }, + { + "exclusive_end": 93, + "slot": "departure_date", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Please confirm your flight reservation for 3 people from Toronto to Atlanta next Friday on American Airlines. This will be an economy flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "origin_city": [ + "Toronto", + "Toronto, Canada" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good! What time does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:56" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:56 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "origin_city": "Toronto", + "passengers": "3", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "10:05", + "passengers": "3", + "price": "225", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_arrival_time", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is confirmed. The onward flight arrives at 2:56 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "origin_city": [ + "Toronto", + "Toronto, Canada" + ], + "outbound_departure_time": [ + "10:05 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your assistance, that's all I require." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you and have a great day ahead!" + } + ] + }, + { + "dialogue_id": "17_00101", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning to book a flight." + }, + { + "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": "What is your expected date of leave? Also where are you planning to visit and from where are you planning to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto, Canada" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "origin_city", + "start": 26 + }, + { + "exclusive_end": 58, + "slot": "departure_date", + "start": 41 + }, + { + "exclusive_end": 96, + "slot": "destination_city", + "start": 81 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Toronto, Canada" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My departure will be from Los Angeles on 1st of this month and my arrival is for Toronto, Canada." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:30" + ], + "slot": "outbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "277" + ], + "slot": "price", + "values": [ + "$277" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Toronto", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "277", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "19:05", + "outbound_departure_time": "04:00", + "passengers": "1", + "price": "258", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "21:54", + "outbound_departure_time": "13:25", + "passengers": "1", + "price": "194", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "19:19", + "outbound_departure_time": "10:50", + "passengers": "1", + "price": "182", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 91, + "slot": "outbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 136, + "slot": "price", + "start": 132 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 suitable flights for you. One is Alaska Airlines with departure time at 9:30 am having 1 stop. The ticket price will be $277." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Toronto, Canada" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other flights available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:00" + ], + "slot": "outbound_departure_time", + "values": [ + "4 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "258" + ], + "slot": "price", + "values": [ + "$258" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 97, + "slot": "price", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "One is Delta Airlines. It will be leaving at 4 am and it has 1 stop. Price of ticket will be $258." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Toronto, Canada" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "4 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I buy ticket for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Toronto, Canada" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "4 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Please book the tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 20 + }, + { + "exclusive_end": 42, + "slot": "destination_city", + "start": 35 + }, + { + "exclusive_end": 115, + "slot": "departure_date", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight is from Los Angeles to Toronto. The name of airline is Delta airlines. Departure is scheduled for today for total of 1 passenger. Flight is economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Toronto", + "Toronto, Canada" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "4 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Toronto", + "origin_city": "Los Angeles", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "19:05", + "outbound_departure_time": "04:00", + "passengers": "1", + "price": "258", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Toronto", + "Toronto, Canada" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "4 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the amount piad for ticket refundable? Also at which airport does flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto Pearson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Toronto Pearson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "destination_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination will be Toronto Pearson International Airport. Unfortunately, the ticket booked is non-refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Toronto", + "Toronto, Canada" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "4 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any other 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": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Toronto", + "Toronto, Canada" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "4 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nothing as of now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "17_00102", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SF" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a tip to SF, can you find me a one way flight. Either Business or economy is good" + }, + { + "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 do you plan to leave? Where will you leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto, Ontario" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 108, + "slot": "origin_city", + "start": 92 + }, + { + "exclusive_end": 68, + "slot": "departure_date", + "start": 50 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are four people in my group, we leav on the 12th of this month via Economy class from Toronto, Ontario" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:25" + ], + "slot": "outbound_departure_time", + "values": [ + "1:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "268" + ], + "slot": "price", + "values": [ + "$268" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "San Francisco", + "origin_city": "Toronto", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "20:11", + "outbound_departure_time": "13:25", + "passengers": "4", + "price": "268", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "14:22", + "outbound_departure_time": "10:05", + "passengers": "4", + "price": "270", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "14:22", + "outbound_departure_time": "07:15", + "passengers": "4", + "price": "280", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "21:12", + "outbound_departure_time": "17:35", + "passengers": "4", + "price": "276", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 99, + "slot": "outbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 76, + "slot": "price", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights. There is an Air Canada one that has 1 stop and costs $268 that leaves at 1:25 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I book tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I would like to buy tickets" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Air Canada" + ], + "slot": "airlines", + "values": [ + "Air Canada" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 94, + "slot": "origin_city", + "start": 87 + }, + { + "exclusive_end": 111, + "slot": "destination_city", + "start": 98 + }, + { + "exclusive_end": 81, + "slot": "departure_date", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that it's for 4 economy seats on Air Canada airlines on March 12th from Toronto to San Francisco" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's correct" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Air Canada", + "departure_date": "2019-03-12", + "destination_city": "San Francisco", + "origin_city": "Toronto", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "20:11", + "outbound_departure_time": "13:25", + "passengers": "4", + "price": "268", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way ticket is booked" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does it come from? Is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto Pearson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Toronto Pearson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 88, + "slot": "origin_airport", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately it's not refundable. It departs from Toronto Pearson International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air Canada" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help, that's all" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day" + } + ] + }, + { + "dialogue_id": "17_00103", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up. Can you find me oneway flights?" + }, + { + "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 will you be leaving from and where are you planning to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "origin_city", + "start": 15 + }, + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "London" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going from ATL to London." + }, + { + "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": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "Thursday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "departure_date", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "ATL" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving Thursday next week and would like to travel in the Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "269" + ], + "slot": "price", + "values": [ + "$269" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "London", + "origin_city": "Atlanta", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:44", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "269", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "06:54", + "outbound_departure_time": "16:50", + "passengers": "1", + "price": "283", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:49", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "352", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:34", + "outbound_departure_time": "10:30", + "passengers": "1", + "price": "228", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "outbound_departure_time", + "start": 25 + }, + { + "exclusive_end": 61, + "slot": "price", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines has an 8:40 pm flight with 0 stops for $269." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "ATL" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does that flight leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Hartsfield-Jackson International Airport is the departing airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "ATL" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable? When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "10:44" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:44 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 81, + "slot": "outbound_arrival_time", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is not refundable for the class. The onward flight arrives at 10:44 am local time." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you assist me in buying the oneway flight ticket?" + }, + { + "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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "origin_city", + "start": 54 + }, + { + "exclusive_end": 71, + "slot": "destination_city", + "start": 65 + }, + { + "exclusive_end": 133, + "slot": "departure_date", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes I can. That will be American Airlines flight from Atlanta to London in the Economy class for 1 passenger, departing next Thursday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good. Which airport does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "destination_airport", + "values": [ + "Heathrow International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "London", + "origin_city": "Atlanta", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:44", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "269", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "destination_airport", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This flight lands at Heathrow International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for you help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "London" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "1" + ], + "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": "17_00104", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking to find a one way flight for an upcoming trip." + }, + { + "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 is your expected departure and arrival cities?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, Australia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 16 + }, + { + "exclusive_end": 58, + "slot": "destination_city", + "start": 41 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving Phoenix, AZ and going to Sydney, Australia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "departure_date", + "start": 28 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll need to fly out on the 7th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:15" + ], + "slot": "outbound_departure_time", + "values": [ + "6:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "304" + ], + "slot": "price", + "values": [ + "$304" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Sydney", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "09:26", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "304", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "299", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "289", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 100, + "slot": "outbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 72, + "slot": "price", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 3 options that may work for you. American Airlines has a $304 flight departing at 6:15 am with 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other flights do you have? I forgot to mention there will be 4 people in my group, and we prefer Southwest Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "299" + ], + "slot": "price", + "values": [ + "$299" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_city": "Sydney", + "origin_city": "Phoenix", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:05", + "passengers": "4", + "price": "299", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 111, + "slot": "outbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 147, + "slot": "price", + "start": 143 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight that will work for your new situation. Southwest Airlines has a flight that departs at 7:05 am with 1 stop. These tickets are $299 per person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the departure airport, and when does the flight arrive to the destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:32" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:32 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "origin_airport", + "start": 29 + }, + { + "exclusive_end": 104, + "slot": "outbound_arrival_time", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will be departing Sky Harbor International Airport and arriving to the destination at 1:32 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like a good option." + }, + { + "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": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to travel. Can you help me book a one way flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney" + ] + }, + { + "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": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 88, + "slot": "origin_city", + "start": 81 + }, + { + "exclusive_end": 98, + "slot": "destination_city", + "start": 92 + }, + { + "exclusive_end": 139, + "slot": "departure_date", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you would like to book a flight with Southwest Airlines from Phoenix to Sydney. The departure date is for next Thursday for 4 passengers traveling economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. What airport will this flight arrive into?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kingsford Smith International Airport" + ], + "slot": "destination_airport", + "values": [ + "Kingsford Smith International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_city": "Sydney", + "origin_city": "Phoenix", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:05", + "passengers": "4", + "price": "299", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 114, + "slot": "destination_airport", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets for one way flight are now confirmed. The flight will arrive at Kingsford Smith International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for helping." + }, + { + "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 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": [ + "Southwest Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, but thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "17_00105", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "you can find me one way flights i go to grip" + }, + { + "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 you plan to leave will you be leaving from what place to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London, UK" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "March 8th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SF" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "origin_city", + "start": 34 + }, + { + "exclusive_end": 25, + "slot": "departure_date", + "start": 16 + }, + { + "exclusive_end": 63, + "slot": "destination_city", + "start": 61 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving on March 8th.I go to London, UK.i travelling to SF." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "390" + ], + "slot": "price", + "values": [ + "$390" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "San Francisco", + "origin_city": "London" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "23:45", + "outbound_departure_time": "15:05", + "passengers": "1", + "price": "390", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "British Airways", + "departure_date": "2019-03-08", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "21:21", + "outbound_departure_time": "13:15", + "passengers": "1", + "price": "429", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "21:12", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "402", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "09:31", + "outbound_departure_time": "00:25", + "passengers": "1", + "price": "469", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "outbound_departure_time", + "start": 39 + }, + { + "exclusive_end": 92, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The American Airlines flight leaves at 3:05 pm. it has 1 stops. this flight ticket cost $390 can i found 4 suitable flights for you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Some flights available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "British Airways" + ], + "slot": "airlines", + "values": [ + "British Airways" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:15" + ], + "slot": "outbound_departure_time", + "values": [ + "1:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "429" + ], + "slot": "price", + "values": [ + "$429" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 100, + "slot": "price", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "the British airways flight flight to leaves at 1:15 pm it ha s1 stops. this flight ticket price $429." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "British Airways" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "1:15 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i like traveling soon you assist me in buying one way flight ticket this flight sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "British Airways" + ], + "slot": "airlines", + "values": [ + "British Airways" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 13, + "slot": "origin_city", + "start": 7 + }, + { + "exclusive_end": 42, + "slot": "destination_city", + "start": 29 + }, + { + "exclusive_end": 108, + "slot": "departure_date", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "please London flight goes to San Francisco the airline sis British Airways the departure date is next Friday the passengers is 1 the seating class is Economy." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "British Airways" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "1:15 pm" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i don\"t like traveling in Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "British Airways" + ], + "slot": "airlines", + "values": [ + "British Airways" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "please confirm the seating class is Premium Economy the airlines is British Airways" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "British Airways" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "1:15 pm" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "my group just three people" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "london" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "origin_city", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "please confirm the 3 passengers flight from london." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "British Airways" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "London", + "London, UK", + "london" + ], + "outbound_departure_time": [ + "1:15 pm" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "good sounds" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "British Airways", + "departure_date": "2019-03-08", + "destination_city": "San Francisco", + "origin_city": "London", + "passengers": "3", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "British Airways", + "departure_date": "2019-03-08", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "00:16", + "outbound_departure_time": "13:15", + "passengers": "3", + "price": "705", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "ticket is comfirmed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "British Airways" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "origin_city": [ + "London", + "London, UK", + "london" + ], + "outbound_departure_time": [ + "1:15 pm" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i want all . thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "have a great day" + } + ] + }, + { + "dialogue_id": "17_00106", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have to take a trip really soon, can you help me with a one way flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know when you will be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "6th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "departure_date", + "start": 63 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "6th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer to use Alaska Airlines and I will be leaving on 6th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which is your departing location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 29 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "6th of March" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will begin my journey from LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which is the destination where you want to arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "destination_city", + "values": [ + "Delhi" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "6th of March" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be going to Delhi." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:35" + ], + "slot": "outbound_departure_time", + "values": [ + "5:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "266" + ], + "slot": "price", + "values": [ + "$266" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_city": "Delhi", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "20:39", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "266", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 129, + "slot": "outbound_departure_time", + "start": 122 + }, + { + "exclusive_end": 185, + "slot": "price", + "start": 181 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight which matches what you want and it is an Alaska Airlines flight. The outbound flight will be leaving at 5:35 pm and it has 0 stops. The ticket will be costing you $266." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "6th of March" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which is the time that the onward flight will arrive? Will it be possible for me to refund the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:39" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:39 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 94, + "slot": "outbound_arrival_time", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket can not be refunded unfortunately and the onward flight will be arriving at 8:39 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "6th of March" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "5:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight suits what I need. I think I will be having a trip soon. Will it be possible for you to help me in buying a one way flight ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delhi" + ], + "slot": "destination_city", + "values": [ + "Delhi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 149, + "slot": "origin_city", + "start": 138 + }, + { + "exclusive_end": 191, + "slot": "destination_city", + "start": 186 + }, + { + "exclusive_end": 274, + "slot": "departure_date", + "start": 260 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you please confirm back to me that the flight you looking for is for 1 person in the Economy class and the departing location will be Los Angeles, with the arrival destination being Delhi? Also the airline will be Alaska Airlines and the departure will be next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "6th of March", + "next Wednesday" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I think not. There is one person in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you please confirm to me that the airline you want is Alaska Airlines and you need ticket for 1 person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "6th of March", + "next Wednesday" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that suits me well. From which airport will the plane be leaving from and which is the airport where the flight will arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Indira Gandhi International Airport" + ], + "slot": "destination_airport", + "values": [ + "Indira Gandhi International AIrport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_city": "Delhi", + "origin_city": "Los Angeles", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "20:39", + "outbound_departure_time": "17:35", + "passengers": "1", + "price": "266", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 110, + "slot": "destination_airport", + "start": 75 + }, + { + "exclusive_end": 174, + "slot": "origin_airport", + "start": 149 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one way ticket has been booked. The destination of the flight will be Indira Gandhi International AIrport and the flight will be departing from LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "6th of March", + "next Wednesday" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "5:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate your help. That would be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a very good day!" + } + ] + }, + { + "dialogue_id": "17_00107", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 140, + "slot": "destination_city", + "start": 133 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Chicago" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up. Can you find me oneway flights? My plans might change, so I want refundable tickets only. I am traveling to Chicago." + }, + { + "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? When do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "CDMX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 48, + "slot": "departure_date", + "start": 40 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "CDMX" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from CDMX. I am leaving on the 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:40" + ], + "slot": "outbound_departure_time", + "values": [ + "4:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "304" + ], + "slot": "price", + "values": [ + "$304" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "Chicago", + "origin_city": "Mexico City", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "04:07", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "304", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 124, + "slot": "price", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight. The outbound flight leaves at 4:40 pm. and it has 1 stops. The price of the ticket is $304." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I would like to book the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 96, + "slot": "destination_city", + "start": 89 + }, + { + "exclusive_end": 162, + "slot": "departure_date", + "start": 152 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: the flight is from Mexico City. the flight goes to Chicago. the airlines is Delta Airlines. the departure date is March 11th. the number of passengers is 1. The seating class is Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_city": "Chicago", + "origin_city": "Mexico City", + "passengers": "1", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "04:07", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "304", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from? When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "origin_airport", + "values": [ + "Benito Juarez International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "04:07" + ], + "slot": "outbound_arrival_time", + "values": [ + "4:07 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "origin_airport", + "start": 24 + }, + { + "exclusive_end": 97, + "slot": "outbound_arrival_time", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Benito Juarez International Airport. The onward flight arrives at 4:07 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "4:40 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "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": "17_00108", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to visit some friends out of town for my upcoming vacation. Can you suggest some one-way flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. I'll be happy to assist you. When would you like to leave for your trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 32 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to catch a flight out on the 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "All right. In what city do you plan on catching your flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kuala Lumpur" + ], + "slot": "origin_city", + "values": [ + "Kuala Lumpur" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 11th" + ], + "origin_city": [ + "Kuala Lumpur" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to leave from Kuala Lumpur on a Delta Airlines flight, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, and what's your destination for this trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NYC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "destination_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Kuala Lumpur" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be going to NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "00:15" + ], + "slot": "outbound_departure_time", + "values": [ + "0:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "511" + ], + "slot": "price", + "values": [ + "$511" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_city": "New York", + "origin_city": "Kuala Lumpur" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "KLIA International Airport", + "origin_city": "Kuala Lumpur", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "00:15", + "passengers": "1", + "price": "511", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Got it. I show 1 outbound flight on Delta Airlines, leaving at 0:15 am. There is 1 stop, and the ticket costs $511." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Kuala Lumpur" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nice. Can I get the ticket price refunded if I want?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "0:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that flight does sound like what I want." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase your ticket for the flight now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "0:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, thanks. Please book the flight now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Kuala Lumpur" + ], + "slot": "origin_city", + "values": [ + "Kuala Lumpur" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "origin_city", + "start": 49 + }, + { + "exclusive_end": 73, + "slot": "destination_city", + "start": 65 + }, + { + "exclusive_end": 122, + "slot": "departure_date", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. I'm reserving a flight for you, going from Kuala Lumpur to New York on Delta Airlines. You will depart on March 11th in Economy class. The ticket purchase is for 1 passenger. is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "NYC", + "New York" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "0:15 am" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, please make that 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "destination_city", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Got it. Your flight destination is New York for 1 passenger. Please confirm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "NYC", + "New York" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "0:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great. Confirm that please. At what airport will my flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_city": "New York", + "origin_city": "Kuala Lumpur", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "KLIA International Airport", + "origin_city": "Kuala Lumpur", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "00:15", + "passengers": "1", + "price": "511", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "destination_airport", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your one-way ticket is now confirmed. Your flight will arrive at JFK International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "NYC", + "New York" + ], + "origin_city": [ + "Kuala Lumpur" + ], + "outbound_departure_time": [ + "0:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Wonderful. Thanks so much for your assistance. That's it for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "17_00109", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "departure_date", + "start": 43 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please find me a oneway flight for next Wednesday?" + }, + { + "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": "What area will you be leaving from and what is your final destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "origin_city", + "start": 19 + }, + { + "exclusive_end": 32, + "slot": "destination_city", + "start": 25 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm traveling from SF to Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:55" + ], + "slot": "outbound_departure_time", + "values": [ + "2:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "119" + ], + "slot": "price", + "values": [ + "$119" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Seattle", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "14:55", + "passengers": "1", + "price": "119", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "07:31", + "outbound_departure_time": "05:20", + "passengers": "1", + "price": "129", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:11", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "118", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:36", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "127", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "16:31", + "outbound_departure_time": "14:20", + "passengers": "1", + "price": "123", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 102, + "slot": "outbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 41, + "slot": "price", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "5 flights came up for you. There's a $119 Alaska Airlines ticket, with 0 stops, that leaves at 2:55 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one works with me. I need help finding a oneway ticket in Economy." + }, + { + "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": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 117, + "slot": "origin_city", + "start": 104 + }, + { + "exclusive_end": 139, + "slot": "destination_city", + "start": 132 + }, + { + "exclusive_end": 154, + "slot": "departure_date", + "start": 140 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm this flight: 1 ticket for an Economy flight through Alaska Airlines that will leave from San Francisco and arrive in Seattle next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SF", + "San Francisco" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. But can I return the ticket? When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:06" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:06 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_city": "Seattle", + "origin_city": "San Francisco", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "14:55", + "passengers": "1", + "price": "119", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 115, + "slot": "outbound_arrival_time", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is confirmed. I apologize but the ticket is non-refundable. The onward flight arrives at 5:06 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "next Wednesday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SF", + "San Francisco" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help. That will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Glad to help. Have a good day." + } + ] + }, + { + "dialogue_id": "17_00110", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find a one way flight?" + }, + { + "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": "Sure. Where are you going and when do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "11th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 20 + }, + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 61 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Toronto" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave the 11th of March. I just need one ticket to Toronto." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "origin_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Seattle" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:25" + ], + "slot": "outbound_departure_time", + "values": [ + "8:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "256" + ], + "slot": "price", + "values": [ + "$256" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "Toronto", + "origin_city": "Seattle", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:58", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "256", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "21:54", + "outbound_departure_time": "08:15", + "passengers": "1", + "price": "296", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "14:38", + "outbound_departure_time": "04:55", + "passengers": "1", + "price": "288", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "14:38", + "outbound_departure_time": "04:25", + "passengers": "1", + "price": "278", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "21:54", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "314", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 100, + "slot": "outbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 49, + "slot": "price", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 flights for you. The best price is $256 with Alaska Airlines. The flight leaves at 8:25 am and has 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Seattle" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, the ticket is not refundable." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Seattle" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The flight departs from which airport in Seattle? And arrives to which airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto Pearson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Toronto Pearson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 139, + "slot": "destination_airport", + "start": 102 + }, + { + "exclusive_end": 64, + "slot": "origin_airport", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will depart from Seattle-Tacoma International Airport and will have a final destination of Toronto Pearson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "8:25 am" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, I'll take it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to buy the ticket for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "8:25 am" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "origin_city", + "start": 65 + }, + { + "exclusive_end": 83, + "slot": "destination_city", + "start": 76 + }, + { + "exclusive_end": 97, + "slot": "departure_date", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. I will book you 1 ticket for the Alaska Airlines flight from Seattle to Toronto on March 11th. You will be sitting Economy. Does everything look 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": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "8:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great. When does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:58" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:58 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_city": "Toronto", + "origin_city": "Seattle", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:58", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "256", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 26, + "slot": "outbound_arrival_time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You will arrive at 6:58 pm in Toronto. Your oneway 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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "8:25 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great flight" + } + ] + }, + { + "dialogue_id": "17_00111", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip soon, can you find me some one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From London." + }, + { + "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": "Where and when do you plan to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 31 + }, + { + "exclusive_end": 27, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to Seattle, WA on March 10th." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "350" + ], + "slot": "price", + "values": [ + "$350" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Seattle", + "origin_city": "London" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "02:32", + "outbound_departure_time": "15:05", + "passengers": "1", + "price": "350", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "18:20", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "376", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "outbound_departure_time", + "start": 39 + }, + { + "exclusive_end": 67, + "slot": "price", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an American Airlines flight at 3:05 pm with 1 stop for $350." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:00" + ], + "slot": "outbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "376" + ], + "slot": "price", + "values": [ + "$376" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 19, + "slot": "price", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's also a $376 Delta Airlines flight at 8 am with 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "8 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one works. I want to travel soon, could you buy the ticket for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "origin_city", + "start": 78 + }, + { + "exclusive_end": 95, + "slot": "destination_city", + "start": 88 + }, + { + "exclusive_end": 109, + "slot": "departure_date", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just to make sure, you want 1 economy ticket on the Delta Airlines light from London to Seattle on March 10th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, which airport does it arrive in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_city": "Seattle", + "origin_city": "London", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "18:20", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "376", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "destination_airport", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've confirmed the ticket. It arrives in Seattle-Tacoma International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's everything I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00112", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 97, + "slot": "origin_city", + "start": 86 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be traveling for a few days can you help me find a oneway flight to leave from Atlanta, GA" + }, + { + "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-05" + ], + "slot": "departure_date", + "values": [ + "5th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of March" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That would be 5th of March" + }, + { + "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": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "destination_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be going to NYC. EiyEit business or economy is fine" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:25" + ], + "slot": "outbound_departure_time", + "values": [ + "6:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "135" + ], + "slot": "price", + "values": [ + "$135" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "New York", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "08:47", + "outbound_departure_time": "06:25", + "passengers": "1", + "price": "135", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:02", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "176", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:42", + "outbound_departure_time": "09:20", + "passengers": "1", + "price": "121", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:12", + "outbound_departure_time": "12:50", + "passengers": "1", + "price": "139", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 110, + "slot": "price", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American airlines flight. The flight leaves by 6:25 am and it has 0 stops. The ticket price is $135" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find any other available flights? I have 1 person in my group" + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "176" + ], + "slot": "price", + "values": [ + "$176" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "New York", + "origin_city": "Atlanta", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "08:47", + "outbound_departure_time": "06:25", + "passengers": "1", + "price": "135", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:02", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "176", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:42", + "outbound_departure_time": "09:20", + "passengers": "1", + "price": "121", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:12", + "outbound_departure_time": "12:50", + "passengers": "1", + "price": "139", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a delta airlines flight that leaves at 3:40 pm and it has 0 stops and the ticket price is $176" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other available flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:20" + ], + "slot": "outbound_departure_time", + "values": [ + "9:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "121" + ], + "slot": "price", + "values": [ + "$121" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "outbound_departure_time", + "start": 29 + }, + { + "exclusive_end": 84, + "slot": "price", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Southwest airlines leaves at 9:20 am and it has 0 stops and the ticket price is $121" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the a refundable ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It is not refundable unfortunately" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The flight is good for me. Can you help me buy a ticket?" + }, + { + "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": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_city", + "start": 49 + }, + { + "exclusive_end": 78, + "slot": "destination_city", + "start": 70 + }, + { + "exclusive_end": 152, + "slot": "departure_date", + "start": 140 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm these details: the flight is from Atlanta whichgoes to New York and the airline is Southwest airlines. The departure date is next Tuesday. The seating is economy class for 1" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "NYC", + "New York" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_city": "New York", + "origin_city": "Atlanta", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:42", + "outbound_departure_time": "09:20", + "passengers": "1", + "price": "121", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "NYC", + "New York" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for helping" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "Southwest Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "NYC", + "New York" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "9:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks for helping" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day" + } + ] + }, + { + "dialogue_id": "17_00113", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "destination_city", + "start": 60 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "San Diego" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need you to find a one way flight for my upcoming trip to San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "March 1st" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "departure_date", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Diego" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going on March 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you need to depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "origin_city", + "start": 25 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be flying in from Portland." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "137" + ], + "slot": "price", + "values": [ + "$137" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "San Diego", + "origin_city": "Portland" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:24", + "outbound_departure_time": "17:40", + "passengers": "1", + "price": "137", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "19:24", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "123", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "07:49", + "outbound_departure_time": "05:05", + "passengers": "1", + "price": "129", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "22:29", + "outbound_departure_time": "19:45", + "passengers": "1", + "price": "147", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 82, + "slot": "price", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a flight with 0 stops that leaves at 5:40 pm with Alaska Airlines for $137." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At what time is the flight schedule to land at my destination? Can I get a refundable ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:24" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:24 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 92, + "slot": "outbound_arrival_time", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "A refundable ticket is not available. The flight should arrive at its destination at 8:24 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5:40 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like the flight I want. I need to leave soon can you get me a one way ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 94, + "slot": "origin_city", + "start": 86 + }, + { + "exclusive_end": 125, + "slot": "destination_city", + "start": 116 + }, + { + "exclusive_end": 100, + "slot": "departure_date", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Is this information correct? You would like to purchase 1 Economy ticket leaving from Portland today and landing in San Diego on Alaska Airlines." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5:40 pm" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I want ticket for Premium Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Is this correct? You want Premium Economy Class on your Alaska Airlines flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's perfect. What airport will I be flying out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination_city": "San Diego", + "origin_city": "Portland", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:24", + "outbound_departure_time": "17:40", + "passengers": "1", + "price": "233", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "origin_airport", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight you are on will be taking off at PDX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport will I arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "destination_airport", + "values": [ + "SAN International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "destination_airport", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The plane will be landing at the SAN International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you require my assistance 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": [ + "March 1st", + "today" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "5:40 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks a lot though." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a stupendous day." + } + ] + }, + { + "dialogue_id": "17_00114", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Shelby, could you find me one-way flights for my upcoming 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": "Of course, sir. When are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "Saturday this week" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 15 + }, + { + "exclusive_end": 86, + "slot": "destination_city", + "start": 81 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Paris" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on Saturday this week. I'd prefer American Airlines for my flight to Paris." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Departing from what location, sir?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Vegas" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Vegas. Check on Premium Economy prices." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "536" + ], + "slot": "price", + "values": [ + "$536" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Paris", + "origin_city": "Las Vegas", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "11:18", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "536", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 130, + "slot": "price", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 suitable flight on American Airlines. It leaves Saturday morning at 9:30 am and has 1 lay-over. The ticket price is $536, sir." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Vegas" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What Vegas airport am I departing from, and, if I change departure dates, is my ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "McCarran International Airport" + ], + "slot": "origin_airport", + "values": [ + "McCarran International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_airport", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'll depart from McCarran International Airport. Unfortunately your ticket isn't refundable, sir." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. I need to get to Paris soon, anyway. Can you purchase me a one-way ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "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-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "origin_city", + "start": 51 + }, + { + "exclusive_end": 69, + "slot": "destination_city", + "start": 64 + }, + { + "exclusive_end": 99, + "slot": "departure_date", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, sir. Confirming 1 Premium Economy ticket from Las Vegas to Paris on American Airlines tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Shelby, there will be 2 of us flying to Paris." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Reserving 2 seats, sir, on American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Shelby, I'm sorry, but it seems there will be 3 of us going to Paris, now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Confirming 3 Premium Economy seats to Paris tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Final answer: 3 going to Paris! Sorry for the confusion." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Paris", + "origin_city": "Las Vegas", + "passengers": "3", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "11:18", + "outbound_departure_time": "09:30", + "passengers": "3", + "price": "536", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, sir. Your 3 one-way tickets are confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your patience, Shelby. Looks like this trip has become a family holiday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day, sir, and enjoy your stay in Paris!" + } + ] + }, + { + "dialogue_id": "17_00115", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm planning on going on a trip in the near future. Can you please find me oneway flights in Premium Economy?" + }, + { + "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": "No worries. Where were you planning on visiting and when do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 25 + }, + { + "exclusive_end": 57, + "slot": "destination_city", + "start": 46 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan on leaving on the 7th of this month to Phoenix, AZ. I also prefer to fly with Alaska Airlines. As my plans might change, can I please get refundable tickets only?" + }, + { + "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": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "San Diego" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from San Diego with four people. Business or economy classes are fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:45" + ], + "slot": "outbound_departure_time", + "values": [ + "5:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "98" + ], + "slot": "price", + "values": [ + "$98" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-07", + "destination_city": "Phoenix", + "origin_city": "San Diego", + "passengers": "4", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "07:05", + "outbound_departure_time": "05:45", + "passengers": "4", + "price": "98", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 91, + "slot": "outbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 140, + "slot": "price", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you! So, I have 1 suitable flight for you with Alaska Airlines that leaves at 5:45 am that has 0 stops. The price of the ticket is $98." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm thinking of travelling soon. Can you help me buy a oneway flight ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "San Diego" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "origin_city", + "start": 52 + }, + { + "exclusive_end": 72, + "slot": "destination_city", + "start": 65 + }, + { + "exclusive_end": 107, + "slot": "departure_date", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So to confirm, you would like to book a flight from San Diego to Phoenix with Alaska Airlines next Thursday for 4 people in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good? I have 2 more questions. When does the onward flight arrive and which airport does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "destination_airport", + "values": [ + "Sky Harbor International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-07", + "destination_city": "Phoenix", + "origin_city": "San Diego", + "passengers": "4", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "07:05", + "outbound_departure_time": "05:45", + "passengers": "4", + "price": "98", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "destination_airport", + "start": 55 + }, + { + "exclusive_end": 110, + "slot": "outbound_arrival_time", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You oneway ticket is now confirmed. The destination is Sky Harbor International Airport and arrives at 7:05 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you need 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": [ + "Alaska Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "5:45 am" + ], + "passengers": [ + "4" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's fine. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "17_00116", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm planning a trip and need a oneway flight." + }, + { + "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 date would you like a flight for? Where are you going and where will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "5th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver, BC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "origin_city", + "start": 26 + }, + { + "exclusive_end": 85, + "slot": "departure_date", + "start": 68 + }, + { + "exclusive_end": 60, + "slot": "destination_city", + "start": 47 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would be departing from Atlanta, GA going to Vancouver, BC on the 5th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:25" + ], + "slot": "outbound_departure_time", + "values": [ + "2:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "187" + ], + "slot": "price", + "values": [ + "$187" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Vancouver", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "14:25", + "passengers": "1", + "price": "187", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "15:20", + "passengers": "1", + "price": "205", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:11", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "309", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "12:15", + "passengers": "1", + "price": "164", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 121, + "slot": "price", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 4 different flights. one is American Airlines, The flight departs at 2:25 pm and has 0 stops the price is $187." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell about the other flights, there are three people coming with me. I'd like to travel Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:20" + ], + "slot": "outbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "205" + ], + "slot": "price", + "values": [ + "$205" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Vancouver", + "origin_city": "Atlanta", + "passengers": "3", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "14:25", + "passengers": "3", + "price": "187", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "15:20", + "passengers": "3", + "price": "205", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:11", + "outbound_departure_time": "04:35", + "passengers": "3", + "price": "309", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 93, + "slot": "outbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 132, + "slot": "price", + "start": 128 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 3 flights matching your needs. There is a Delta Airlines flight leaving at 3:20 pm with 0 stops. The ticket price is $205." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "5th of this month" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me. I cant wait to go, can you help me buy the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "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-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "origin_city", + "start": 78 + }, + { + "exclusive_end": 98, + "slot": "destination_city", + "start": 89 + }, + { + "exclusive_end": 121, + "slot": "departure_date", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, flight details are as follows, Delta Airlines Economy class flight from Atlanta to Vancouver departing next Tuesday for 3 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "5th of this month", + "next Tuesday" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, when and where will the onward flight be arriving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "destination_airport", + "values": [ + "YVR International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:01" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:01 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_city": "Vancouver", + "origin_city": "Atlanta", + "passengers": "3", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "15:20", + "passengers": "3", + "price": "205", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 102, + "slot": "destination_airport", + "start": 77 + }, + { + "exclusive_end": 113, + "slot": "outbound_arrival_time", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket has been confirmed, the onward flight will be arriving at YVR International Airport at 6:01 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "5th of this month", + "next Tuesday" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much, that was all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Youre very welcome." + } + ] + }, + { + "dialogue_id": "17_00117", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "the 11th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 93, + "slot": "departure_date", + "start": 85 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have an upcoming trip that I would like a one way flight for. I'd like to leave on the 11th." + }, + { + "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": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, England" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, England" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to London, England." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "Phoenix" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Phoenix, and my party has two people." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "321" + ], + "slot": "price", + "values": [ + "$321" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "London", + "origin_city": "Phoenix", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "06:04", + "outbound_departure_time": "07:35", + "passengers": "2", + "price": "321", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "06:04", + "outbound_departure_time": "07:05", + "passengers": "2", + "price": "320", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "outbound_departure_time", + "start": 83 + }, + { + "exclusive_end": 128, + "slot": "price", + "start": 124 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 2 flights for you. There is a American Airlines flight which departs at 7:35 am and has 1 stop. The ticket costs $321." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "Phoenix" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other options?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "320" + ], + "slot": "price", + "values": [ + "$320" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "outbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 99, + "slot": "price", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Southwest Airlines flight which departs at 7:05 am and has 1 stop. The ticket costs $320." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "Phoenix" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive, and which airport does it deart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:04" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:04 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_airport", + "start": 24 + }, + { + "exclusive_end": 79, + "slot": "outbound_arrival_time", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Sky Harbor International Airport and arrives at 6:04 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. I'd like to travel soon. Can you help me book a ticket, in either business or economy class?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 73, + "slot": "origin_city", + "start": 66 + }, + { + "exclusive_end": 83, + "slot": "destination_city", + "start": 77 + }, + { + "exclusive_end": 141, + "slot": "departure_date", + "start": 131 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm these details: you would like 2 tickets going from Phoenix to London with Southwest Airlines. The departure date is March 11th and the seating class is Economy." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, actually, I'd prefer Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm these details: you would like to fly from Phoenix in Premium Economy seats." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, sounds good. Are the tickets refundable, and which airport does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "destination_airport", + "values": [ + "Heathrow International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-11", + "destination_city": "London", + "origin_city": "Phoenix", + "passengers": "2", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "06:04", + "outbound_departure_time": "07:05", + "passengers": "2", + "price": "531", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 125, + "slot": "destination_airport", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are confirmed, and they are unfortunately not refundable. The flight will land at Heathrow International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you." + }, + { + "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": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "London", + "London, England" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Premium 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": "17_00118", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "origin_city", + "start": 48 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to to find a one way flight leaving from London?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to leave on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "Thursday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to leave Thursday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to go to Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:35" + ], + "slot": "outbound_departure_time", + "values": [ + "8:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "228" + ], + "slot": "price", + "values": [ + "$228" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Atlanta", + "origin_city": "London" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "02:39", + "outbound_departure_time": "20:35", + "passengers": "1", + "price": "228", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "British Airways", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "14:04", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "260", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "22:52", + "outbound_departure_time": "15:35", + "passengers": "1", + "price": "351", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "04:29", + "outbound_departure_time": "22:25", + "passengers": "1", + "price": "246", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_departure_time", + "start": 44 + }, + { + "exclusive_end": 76, + "slot": "price", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines has a flight departing at 8:35 pm and has 0 stops for $228." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "destination_city", + "start": 59 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "London" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other options do you have. I need one ticket going to Phoenix, AZ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "British Airways" + ], + "slot": "airlines", + "values": [ + "British Airways" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:00" + ], + "slot": "outbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "419" + ], + "slot": "price", + "values": [ + "$419" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Phoenix", + "origin_city": "London", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "09:18", + "outbound_departure_time": "00:10", + "passengers": "1", + "price": "337", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 71, + "slot": "price", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This is 1 option and that is British Airways departing at 8 am for $419." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "London" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it arrive and at what airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "destination_airport", + "values": [ + "Sky Harbor International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:07" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:07 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "destination_airport", + "start": 25 + }, + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 8:07 pm at Sky Harbor International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "British Airways" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you you purchase the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "British Airways" + ], + "slot": "airlines", + "values": [ + "British Airways" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 38, + "slot": "destination_city", + "start": 31 + }, + { + "exclusive_end": 102, + "slot": "departure_date", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "1 person flying from London to Phoenix on British Airways with economy seating departing next Thursday. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "British Airways" + ], + "departure_date": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good. What airport does that fly out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "origin_airport", + "values": [ + "Heathrow International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "British Airways", + "departure_date": "2019-03-07", + "destination_city": "Phoenix", + "origin_city": "London", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "British Airways", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "20:07", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "419", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 30, + "slot": "origin_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Heathrow International Airport and your ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "British Airways" + ], + "departure_date": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is a nonrefundable ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "British Airways" + ], + "departure_date": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you." + }, + { + "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": [ + "British Airways" + ], + "departure_date": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "8 am" + ], + "passengers": [ + "1" + ], + "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": "Have a great day." + } + ] + }, + { + "dialogue_id": "17_00119", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "destination_city", + "start": 32 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to visit some friends in Phoenix for my upcoming vacation. Would you please assist me with arranging my flight and purchasing a one-way ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "All right. In what city do you plan on catching your flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris, France" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "origin_city", + "start": 41 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Paris, France" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly out of the main airport in Paris, France, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, when you would like to embark on your flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "departure_date", + "start": 38 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Paris, France" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Well, I need to schedule a flight for next Monday in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Air France" + ], + "slot": "airlines", + "values": [ + "Air France" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:25" + ], + "slot": "outbound_departure_time", + "values": [ + "1:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "367" + ], + "slot": "price", + "values": [ + "$367" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Phoenix", + "origin_city": "Paris", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Air France", + "departure_date": "2019-03-04", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "01:17", + "outbound_departure_time": "13:25", + "passengers": "1", + "price": "367", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "15:47", + "outbound_departure_time": "04:05", + "passengers": "1", + "price": "383", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "20:22", + "outbound_departure_time": "11:20", + "passengers": "1", + "price": "362", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I show a flight on Air France Airlines, leaving at 1:25 pm with 1 stop. The cost of the ticket is $367." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air France" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Wonderful. I'll take that flight, please. How soon can you book a reservation for me? I want 2 tickets for a one-way flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Air France" + ], + "slot": "airlines", + "values": [ + "Air France" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 93, + "slot": "origin_city", + "start": 88 + }, + { + "exclusive_end": 183, + "slot": "destination_city", + "start": 176 + }, + { + "exclusive_end": 130, + "slot": "departure_date", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "All right. I'm reserving tickets for 2 passengers, leaving on an Air France flight from Paris. The day of departure is next Monday in Economy class. Your flight destination is Phoenix. Please confirm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air France" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh, sorry. Would you please change the reservation to a party of 4 passengers, please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is being made for 4 passengers in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air France" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, that's exactly what I want." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Air France", + "departure_date": "2019-03-04", + "destination_city": "Phoenix", + "origin_city": "Paris", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Air France", + "departure_date": "2019-03-04", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "01:17", + "outbound_departure_time": "13:25", + "passengers": "4", + "price": "367", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation for your one-way flight is now confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Air France" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "1:25 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your kind help. That's all the assistance I need for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure. Enjoy your day." + } + ] + }, + { + "dialogue_id": "17_00120", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "4th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 98, + "slot": "departure_date", + "start": 81 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm planning on travelling soon. Could you please find me oneway flights for the 4th of this month?" + }, + { + "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": "Which city will you be leaving from, and where is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 26 + }, + { + "exclusive_end": 40, + "slot": "destination_city", + "start": 33 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be travelling from SFO to Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:35" + ], + "slot": "outbound_departure_time", + "values": [ + "1:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "156" + ], + "slot": "price", + "values": [ + "$156" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Chicago", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:22", + "outbound_departure_time": "13:35", + "passengers": "1", + "price": "156", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "22:07", + "outbound_departure_time": "15:20", + "passengers": "1", + "price": "186", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "04:52", + "outbound_departure_time": "22:05", + "passengers": "1", + "price": "189", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "00:37", + "outbound_departure_time": "17:50", + "passengers": "1", + "price": "171", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "23:47", + "outbound_departure_time": "17:00", + "passengers": "1", + "price": "169", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 95, + "slot": "outbound_departure_time", + "start": 88 + }, + { + "exclusive_end": 138, + "slot": "price", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 flights that might interest you. There's an Alaska Airlines flight leaving at 1:35 pm. It has 0 stops, and the ticket costs $156." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "1:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am interested in that flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "1:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like the ticket booked." + }, + { + "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": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 94, + "slot": "origin_city", + "start": 81 + }, + { + "exclusive_end": 105, + "slot": "destination_city", + "start": 98 + }, + { + "exclusive_end": 128, + "slot": "departure_date", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that it will be 1 Economy class passenger on Alaska Airlines from San Francisco to Chicago, departing next Monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of this month", + "next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_city": "Chicago", + "origin_city": "San Francisco", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:22", + "outbound_departure_time": "13:35", + "passengers": "1", + "price": "156", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of this month", + "next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Will there be anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of this month", + "next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "1:35 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you. You've been very helpful." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "17_00121", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "departure_date", + "values": [ + "13th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 79, + "slot": "origin_city", + "start": 73 + }, + { + "exclusive_end": 108, + "slot": "departure_date", + "start": 95 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "13th of March" + ], + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up soon. Can you help me find a one way flight from London leaving on the 13th of March?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. Where are you planning to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philly" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "destination_city", + "start": 26 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to travel to Philly with American Airlines if possible." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:05" + ], + "slot": "outbound_departure_time", + "values": [ + "2:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "338" + ], + "slot": "price", + "values": [ + "$338" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_city": "Philadelphia", + "origin_city": "London" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "00:16", + "outbound_departure_time": "14:05", + "passengers": "1", + "price": "338", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 98, + "slot": "outbound_departure_time", + "start": 91 + }, + { + "exclusive_end": 136, + "slot": "price", + "start": 132 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found a flight with American Airlines for you. The flight is scheduled to depart at 2:05 pm with 1 stop. The ticket price is $338." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. Which airport will the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "destination_airport", + "values": [ + "PHL International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "destination_airport", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight is destined to land at PHL International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "2:05 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase a ticket for this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "13th of March" + ], + "destination_city": [ + "Philly" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "2:05 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "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-13" + ], + "slot": "departure_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 103, + "slot": "origin_city", + "start": 97 + }, + { + "exclusive_end": 130, + "slot": "destination_city", + "start": 118 + }, + { + "exclusive_end": 91, + "slot": "departure_date", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. Please confirm the following details: The flight is scheduled to depart on March 13th from London and arrive at Philadelphia via American Airlines. The seating class is Economy for 1 passenger." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "13th of March", + "March 13th" + ], + "destination_city": [ + "Philadelphia", + "Philly" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "2:05 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. Is it possible to refund the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_city": "Philadelphia", + "origin_city": "London", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-13", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "00:16", + "outbound_departure_time": "14:05", + "passengers": "1", + "price": "338", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have confirmed your one way ticket. The ticket is not refundable, unfortunately." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "13th of March", + "March 13th" + ], + "destination_city": [ + "Philadelphia", + "Philly" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "2:05 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's okay. Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "It is my pleasure. Have a wonderful rest of your day." + } + ] + }, + { + "dialogue_id": "17_00122", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up, can you find me one way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going, and when do you plan to leave, and from where?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "14th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 15 + }, + { + "exclusive_end": 65, + "slot": "departure_date", + "start": 52 + }, + { + "exclusive_end": 35, + "slot": "destination_city", + "start": 28 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going from Las Vegas to Seattle, leaving on the 14th of March" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "211" + ], + "slot": "price", + "values": [ + "$211" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "Seattle", + "origin_city": "Las Vegas" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "211", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "15:21", + "outbound_departure_time": "09:55", + "passengers": "1", + "price": "203", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "18:21", + "outbound_departure_time": "13:40", + "passengers": "1", + "price": "219", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 83, + "slot": "outbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 98, + "slot": "price", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 flights. There's a 1 stop American Airlines flight that leaves at 9:30 am and costs $211" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver, BC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "origin_city", + "start": 47 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Vancouver, BC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other flights? How about ones leaving from Vancouver, BC. I prefer Delta Airlines" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "284" + ], + "slot": "price", + "values": [ + "$284" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_city": "Seattle", + "origin_city": "Vancouver" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "03:20", + "passengers": "1", + "price": "284", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 91, + "slot": "price", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight that leaves at 3:20 am and has 1 stop. It'll cost you $284" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Vancouver, BC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does that flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:47" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:47 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 2:47 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Vancouver, BC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it refundable? What airport does it leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "origin_airport", + "values": [ + "YVR International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "origin_airport", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's non-refundable, and it departs from YVR International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Vancouver, BC" + ], + "outbound_departure_time": [ + "3:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I book it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "14th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Vancouver, BC" + ], + "outbound_departure_time": [ + "3:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes book it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "origin_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "origin_city", + "start": 33 + }, + { + "exclusive_end": 53, + "slot": "destination_city", + "start": 46 + }, + { + "exclusive_end": 113, + "slot": "departure_date", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Just confirming your flight from Vancouver to Seattle via Delta Airlines for 1, economy class, leaving March 14th" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "14th of March", + "March 14th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Vancouver", + "Vancouver, BC" + ], + "outbound_departure_time": [ + "3:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's right" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_city": "Seattle", + "origin_city": "Vancouver", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "YVR International Airport", + "origin_city": "Vancouver", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "03:20", + "passengers": "1", + "price": "284", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "14th of March", + "March 14th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Vancouver", + "Vancouver, BC" + ], + "outbound_departure_time": [ + "3:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "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_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "14th of March", + "March 14th" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Vancouver", + "Vancouver, BC" + ], + "outbound_departure_time": [ + "3:20 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that's all thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day!" + } + ] + }, + { + "dialogue_id": "17_00123", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up to see my family. Could you please find me oneway flights?" + }, + { + "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 would you like to be leaving from and when do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 56, + "slot": "departure_date", + "start": 46 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Seattle, I plan to leave on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland, OR" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "destination_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning to visit Portland, OR." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:15" + ], + "slot": "outbound_departure_time", + "values": [ + "4:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "75" + ], + "slot": "price", + "values": [ + "$75" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Portland", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "05:13", + "outbound_departure_time": "04:15", + "passengers": "1", + "price": "75", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 88, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 136, + "slot": "price", + "start": 133 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 suitable flight for you: there is a United Airlines flight outbound at 4:15 am with 0 layovers. The price of the ticket is $75." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I was wondering when does the flight arrive? Which airport will the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "05:13" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:13 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "origin_airport", + "start": 24 + }, + { + "exclusive_end": 98, + "slot": "outbound_arrival_time", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Seattle-Tacoma International Airport. The onward flight arrives at 5:13 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "4:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The flight sounds good to me. I feel like travelling soon. Can you assist with the purchase of a one way flight ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "origin_city", + "start": 78 + }, + { + "exclusive_end": 114, + "slot": "destination_city", + "start": 106 + }, + { + "exclusive_end": 148, + "slot": "departure_date", + "start": 138 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: the United Airlines flight departs from Seattle, the flight goes to Portland. The departure date is March 10th. The number of passengers is 1. The seating class is Economy." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "4:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good. Which airport does the flight arrive? Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "destination_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_city": "Portland", + "origin_city": "Seattle", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "05:13", + "outbound_departure_time": "04:15", + "passengers": "1", + "price": "75", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "destination_airport", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your oneway ticket is confirmed. The destination is PDX International Airport. Unfortunately this ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "4:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you 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": "17_00124", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Please find me one way flights for a an upcoming trip I have." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you expect to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning on leaving the 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is it that you are leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 12th" + ], + "origin_city": [ + "NY" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from NY with 1 person in my group. I enjoy traveling in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is your visit destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, UK" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "NY" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be visiting London, UK." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:15" + ], + "slot": "outbound_departure_time", + "values": [ + "6:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "227" + ], + "slot": "price", + "values": [ + "$227" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "London", + "origin_city": "New York", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "06:37", + "outbound_departure_time": "18:15", + "passengers": "1", + "price": "227", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "06:42", + "outbound_departure_time": "18:20", + "passengers": "1", + "price": "187", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "04:57", + "outbound_departure_time": "16:35", + "passengers": "1", + "price": "236", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "10:14", + "outbound_departure_time": "14:40", + "passengers": "1", + "price": "362", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 132, + "slot": "outbound_departure_time", + "start": 125 + }, + { + "exclusive_end": 173, + "slot": "price", + "start": 169 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have located 4 acceptable flights for you. There's an American Airlines flight that has an outbound flight that departs at 6:15 pm. There are 0 stops and ticket costs $227." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "NY" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At what airport does the flight arrive at? Will the ticket be refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "destination_airport", + "values": [ + "Heathrow International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "destination_airport", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, the ticket isn't refundable. Heathrow International Airport is the destination." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "6:15 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like a pretty good flight to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase a ticket for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "6:15 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to go ahead and book the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "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-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_city", + "start": 56 + }, + { + "exclusive_end": 86, + "slot": "destination_city", + "start": 80 + }, + { + "exclusive_end": 189, + "slot": "departure_date", + "start": 179 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Verify the following information: A leaving flight from New York and arrives at London with American Airlines. There is only 1 passenger in Economy class with a departure date of March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "London", + "London, UK" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "6:15 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Right, sounds great. What is the airport for the flight departure?" + }, + { + "frames": [ + { + "actions": [ + { + "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": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_city": "London", + "origin_city": "New York", + "passengers": "1", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "06:37", + "outbound_departure_time": "18:15", + "passengers": "1", + "price": "227", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "JFK International Airport is the flight departure location. Your ticket for one-way has been verified." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "London", + "London, UK" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "6:15 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "06:37" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:37 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "outbound_arrival_time", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight will arrive at 6:37 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "London", + "London, UK" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "6:15 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for helping. That's it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "17_00125", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning to travel in the near future. Could you look for oneway flights for 4 people?" + }, + { + "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": "For which date? From which city will you be flying from? Which is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "the 8th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 29 + }, + { + "exclusive_end": 66, + "slot": "destination_city", + "start": 59 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 8th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "San Fran" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am flying from San Fran on the 8th and my destination is Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:55" + ], + "slot": "outbound_departure_time", + "values": [ + "3:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "169" + ], + "slot": "price", + "values": [ + "$169" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "origin_city": "San Francisco", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "00:21", + "outbound_departure_time": "15:55", + "passengers": "4", + "price": "169", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "01:24", + "outbound_departure_time": "15:50", + "passengers": "4", + "price": "256", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:31", + "outbound_departure_time": "10:05", + "passengers": "4", + "price": "187", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:19", + "outbound_departure_time": "06:45", + "passengers": "4", + "price": "261", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:41", + "outbound_departure_time": "10:15", + "passengers": "4", + "price": "168", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 102, + "slot": "outbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 130, + "slot": "price", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 5 flights that match your requirements. There is a Alaska Airlines flight leaving at 3:55 pm with 0 stops. It costs $169." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 8th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight would work." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy the tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 8th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please. Book the tickets." + }, + { + "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": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 94, + "slot": "origin_city", + "start": 81 + }, + { + "exclusive_end": 105, + "slot": "destination_city", + "start": 98 + }, + { + "exclusive_end": 161, + "slot": "departure_date", + "start": 150 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following information: You want to book 4 flight tickets from San Francisco to Atlanta with Alaska Airlines. The departure date is next Friday. The seating class would be Economy." + }, + { + "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": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "next Friday", + "the 8th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is all correct. Could you tell me the departure and landing airports?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "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": "ReserveOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "origin_city": "San Francisco", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "00:21", + "outbound_departure_time": "15:55", + "passengers": "4", + "price": "169", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 145, + "slot": "destination_airport", + "start": 105 + }, + { + "exclusive_end": 81, + "slot": "origin_airport", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been confirmed. The departure is from SFO International Airport and the destination is Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "next Friday", + "the 8th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for your assistance today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "next Friday", + "the 8th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "17_00126", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you show me one way 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 date would you be leaving and what airport would you like to fly from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "origin_city", + "start": 0 + }, + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of March" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Philadelphia on the 7th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would yo like to fly too?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "CDMX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 4, + "slot": "destination_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of March" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "CDMX" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:45" + ], + "slot": "outbound_departure_time", + "values": [ + "4:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "202" + ], + "slot": "price", + "values": [ + "$202" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Mexico City", + "origin_city": "Philadelphia" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "23:16", + "outbound_departure_time": "16:45", + "passengers": "1", + "price": "202", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "23:16", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "200", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "23:16", + "outbound_departure_time": "17:20", + "passengers": "1", + "price": "199", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "12:55", + "passengers": "1", + "price": "203", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 84, + "slot": "price", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight that departs at 4:45 pm and has 1 stop for $202." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "7th of March" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it arrive and is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "23:16" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:16 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 11:16 pm and the ticket is nonrefundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of March" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That gounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of March" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I want too." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "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-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 12 + }, + { + "exclusive_end": 69, + "slot": "destination_city", + "start": 58 + }, + { + "exclusive_end": 48, + "slot": "departure_date", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Flying from Philadelphia departing next Thursday going to Mexico City on American Airlines in Economy seating for 1 person. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of March", + "next Thursday" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 pm" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I need 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You need 2 tickets in Economy seating. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of March", + "next Thursday" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Which airport does it fly from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "origin_airport", + "values": [ + "PHL International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Mexico City", + "origin_city": "Philadelphia", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "23:16", + "outbound_departure_time": "16:45", + "passengers": "2", + "price": "202", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_airport", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It departs from PHL International Airport. Your one way ticket is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of March", + "next Thursday" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it arrive." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "destination_airport", + "values": [ + "Benito Juarez International airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "destination_airport", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at Benito Juarez International airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of March", + "next Thursday" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "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": "17_00127", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to go on a trip soon. Please find me oneway flights for that." + }, + { + "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": "From where do you want to leave? When do you want to leave? What is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "origin_city", + "start": 27 + }, + { + "exclusive_end": 76, + "slot": "departure_date", + "start": 58 + }, + { + "exclusive_end": 100, + "slot": "destination_city", + "start": 98 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My journey should start at SFO and I want to leave on the 14th of this month. I want to travel to LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:10" + ], + "slot": "outbound_departure_time", + "values": [ + "7:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "103" + ], + "slot": "price", + "values": [ + "$103" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "Los Angeles", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-14", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:35", + "outbound_departure_time": "19:10", + "passengers": "1", + "price": "103", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "90", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-14", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "106", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "97", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 114, + "slot": "outbound_departure_time", + "start": 107 + }, + { + "exclusive_end": 153, + "slot": "price", + "start": 149 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 flights you might find acceptable. You could take an Alaska Airlines flight that will leave at 7:10 pm and has 0 stops. The ticket costs $103." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "SFO" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other flight options? I am travelling in a group of four and I prefer traveling in Economy class." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "90" + ], + "slot": "price", + "values": [ + "$90" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "Los Angeles", + "origin_city": "San Francisco", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-14", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:35", + "outbound_departure_time": "19:10", + "passengers": "4", + "price": "103", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:15", + "outbound_departure_time": "15:50", + "passengers": "4", + "price": "90", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-14", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "14:15", + "outbound_departure_time": "12:50", + "passengers": "4", + "price": "106", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 114, + "slot": "outbound_departure_time", + "start": 107 + }, + { + "exclusive_end": 144, + "slot": "price", + "start": 141 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights that might meet your needs. You could take an American Airlines flight which leaves at 3:50 pm. It has 0 stops and costs $90." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "SFO" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Would that ticket me refundable? And where does this flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "origin_airport", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It would sadly not be refundable. It leaves from SFO 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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "SFO" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about other flights? I do prefer travelling with United Airlines." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "97" + ], + "slot": "price", + "values": [ + "$97" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_city": "Los Angeles", + "origin_city": "San Francisco", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "09:15", + "passengers": "4", + "price": "97", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 71, + "slot": "price", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about a United Airlines flight that leaves at 9:15 am and costs $97? It has 0 stops!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great! I want to travel soon, so could you help me buy a oneway flight ticket?" + }, + { + "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": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "March 14th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "origin_city", + "start": 40 + }, + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 57 + }, + { + "exclusive_end": 103, + "slot": "departure_date", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Is it correct that you want to fly from San Francisco to Los Angeles with United Airlines on March 14th with a group of 4 people in Economy class?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of this month", + "March 14th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_city": "Los Angeles", + "origin_city": "San Francisco", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "09:15", + "passengers": "4", + "price": "97", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking for a oneway ticket is completed!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "14th of this month", + "March 14th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with 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": [ + "United Airlines" + ], + "departure_date": [ + "14th of this month", + "March 14th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day!" + } + ] + } +]