diff --git "a/datasets/schema_guided/dialogues_018.json" "b/datasets/schema_guided/dialogues_018.json" deleted file mode 100644--- "a/datasets/schema_guided/dialogues_018.json" +++ /dev/null @@ -1,115424 +0,0 @@ -[ - { - "dialogue_id": "18_00000", - "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 need a one way flight and prefer traveling in Premium Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day do you plan on leaving." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "next Friday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "departure_date", - "start": 22 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Friday" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to leave next Friday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your travel destination." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "NYC" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "origin_city", - "start": 27 - }, - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "next Friday" - ], - "destination_city": [ - "NYC" - ], - "origin_city": [ - "Seattle, WA" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to NYC from Seattle, WA. I prefer to travel on Delta Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:10" - ], - "slot": "outbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "514" - ], - "slot": "price", - "values": [ - "$514" - ] - }, - { - "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-08", - "destination_city": "New York", - "origin_city": "Seattle", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "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": "18:01", - "outbound_departure_time": "06:10", - "passengers": "1", - "price": "514", - "refundable": "False", - "seating_class": "Premium Economy" - } - ], - "slots": [ - { - "exclusive_end": 70, - "slot": "outbound_departure_time", - "start": 63 - }, - { - "exclusive_end": 99, - "slot": "price", - "start": 95 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 Delta Airlines flight that has 1 stop. It departs at 6:10 am and the ticket price is $514." - }, - { - "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": [ - "next Friday" - ], - "destination_city": [ - "NYC" - ], - "origin_city": [ - "Seattle, WA" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is this 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." - }, - { - "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": [ - "next Friday" - ], - "destination_city": [ - "NYC" - ], - "origin_city": [ - "Seattle, WA" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the arrival airport" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "JFK International Airport" - ], - "slot": "destination_airport", - "values": [ - "JFK International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "destination_airport", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight destination is JFK 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": [ - "next Friday" - ], - "destination_city": [ - "NYC" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "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": "INFORM_INTENT", - "canonical_values": [ - "ReserveOnewayFlight" - ], - "slot": "intent", - "values": [ - "ReserveOnewayFlight" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "next Friday" - ], - "destination_city": [ - "NYC" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, Can you assist me with buying the 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": [ - "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": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 86, - "slot": "origin_city", - "start": 79 - }, - { - "exclusive_end": 111, - "slot": "destination_city", - "start": 103 - }, - { - "exclusive_end": 190, - "slot": "departure_date", - "start": 179 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok. Can you please confirm the reservation details. I have 1 passenger leaving Seattle and arriving in New York via Delta Airlines in Premium Economy class. The departure date is next Friday ." - }, - { - "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": [ - "next Friday" - ], - "destination_city": [ - "NYC", - "New York" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "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": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "New York", - "origin_city": "Seattle", - "passengers": "1", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "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": "18:01", - "outbound_departure_time": "06:10", - "passengers": "1", - "price": "514", - "refundable": "False", - "seating_class": "Premium Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have reserved your ticket." - }, - { - "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 Friday" - ], - "destination_city": [ - "NYC", - "New York" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is all I needed. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your welcome. Enjoy your day." - } - ] - }, - { - "dialogue_id": "18_00001", - "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 to find one way flights for my upcoming trip?" - }, - { - "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": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "destination_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "SF" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be going to SF." - }, - { - "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": "On what date do you plan to leave and where will you be flying from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Toronto" - ], - "slot": "origin_city", - "values": [ - "Toronto, Canada" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "4th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "origin_city", - "start": 20 - }, - { - "exclusive_end": 60, - "slot": "departure_date", - "start": 43 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Toronto, Canada" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be flying from Toronto, Canada on the 4th of this month." - }, - { - "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": [ - "283" - ], - "slot": "price", - "values": [ - "$283" - ] - }, - { - "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": "San Francisco", - "origin_city": "Toronto" - } - }, - "service_results": [ - { - "airlines": "Air Canada", - "departure_date": "2019-03-04", - "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": "16:40", - "passengers": "1", - "price": "283", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "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": "1", - "price": "279", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "1", - "origin_airport": "Toronto Pearson International Airport", - "origin_city": "Toronto", - "outbound_arrival_time": "07:55", - "outbound_departure_time": "02:10", - "passengers": "1", - "price": "276", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "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": "1", - "price": "306", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 129, - "slot": "outbound_departure_time", - "start": 122 - }, - { - "exclusive_end": 62, - "slot": "price", - "start": 58 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Of the 4 suitable flights, an Air Canada flight priced at $283, with 1 stop seems to be the best option and it departs at 4: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": [ - "4th of this month" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Toronto, Canada" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are any other option available." - }, - { - "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": [ - "279" - ], - "slot": "price", - "values": [ - "$279" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 87, - "slot": "outbound_departure_time", - "start": 79 - }, - { - "exclusive_end": 51, - "slot": "price", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight priced at $279 with 1 stop that leaves at 10:05 am." - }, - { - "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": [ - "4th of this month" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Toronto, Canada" - ], - "passengers": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other options? I need 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "02:10" - ], - "slot": "outbound_departure_time", - "values": [ - "2:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "276" - ], - "slot": "price", - "values": [ - "$276" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "origin_city": "Toronto", - "passengers": "4" - } - }, - "service_results": [ - { - "airlines": "Air Canada", - "departure_date": "2019-03-04", - "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": "16:40", - "passengers": "4", - "price": "283", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "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": "279", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "1", - "origin_airport": "Toronto Pearson International Airport", - "origin_city": "Toronto", - "outbound_arrival_time": "07:55", - "outbound_departure_time": "02:10", - "passengers": "4", - "price": "276", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "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": "306", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 75, - "slot": "price", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Delta Airlines has an outbound flight that leaves at 2:10 am priced at $276 and it 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": { - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Toronto, Canada" - ], - "passengers": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does it depart 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": 72, - "slot": "origin_airport", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is scheduled to depart from the 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": [ - "Delta Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Toronto, Canada" - ], - "outbound_departure_time": [ - "2:10 am" - ], - "passengers": [ - "4" - ] - } - } - } - ], - "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": [] - }, - { - "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": [ - "4th of this month" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Toronto, Canada" - ], - "outbound_departure_time": [ - "2:10 am" - ], - "passengers": [ - "4" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please. Get me Economy class 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": [ - "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": 65, - "slot": "origin_city", - "start": 58 - }, - { - "exclusive_end": 82, - "slot": "destination_city", - "start": 69 - }, - { - "exclusive_end": 116, - "slot": "departure_date", - "start": 105 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm that you want 4 Economy class tickets from Toronto to San Francisco on Delta Airlines for next Monday." - }, - { - "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": [ - "SF", - "San Francisco" - ], - "origin_city": [ - "Toronto", - "Toronto, Canada" - ], - "outbound_departure_time": [ - "2:10 am" - ], - "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": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "origin_city": "Toronto", - "passengers": "4", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "1", - "origin_airport": "Toronto Pearson International Airport", - "origin_city": "Toronto", - "outbound_arrival_time": "07:55", - "outbound_departure_time": "02:10", - "passengers": "4", - "price": "276", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have 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": [ - "Delta Airlines" - ], - "departure_date": [ - "4th of this month", - "next Monday" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "origin_city": [ - "Toronto", - "Toronto, Canada" - ], - "outbound_departure_time": [ - "2:10 am" - ], - "passengers": [ - "4" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for the help. That's all I need for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "18_00002", - "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 vacation soon, can you find me a 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 are you visiting? When would you like to leave, and from where?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Washington" - ], - "slot": "origin_city", - "values": [ - "Washington" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "departure_date", - "values": [ - "10th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "CDMX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "seating_class", - "values": [ - "dontcare" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "origin_city", - "start": 23 - }, - { - "exclusive_end": 54, - "slot": "departure_date", - "start": 41 - }, - { - "exclusive_end": 68, - "slot": "destination_city", - "start": 64 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "10th of March" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "Washington" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be leaving from Washington on the 10th of March going to CDMX. I would prefer a business or economy seat." - }, - { - "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" - ] - }, - { - "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": "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": 79, - "slot": "outbound_departure_time", - "start": 71 - }, - { - "exclusive_end": 121, - "slot": "price", - "start": 117 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 3 good options. There is an American Airlines flight leaving at 10:15 am, but it has 1 stop. The ticket costs $243." - }, - { - "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": [ - "10th of March" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "Washington" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport is the flight leaving from? And can I get a refund on this ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Dulles International Airport" - ], - "slot": "origin_airport", - "values": [ - "Dulles International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "origin_airport", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight is leaving from Dulles International Airport. Unfortunately, the ticket is non-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": [ - "10th of March" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "10:15 am" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, this sounds okay 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 purchase 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": [ - "10th of March" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "10:15 am" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would.." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Washington" - ], - "slot": "origin_city", - "values": [ - "Washington" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Mexico City" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "departure_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "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": 74 - }, - { - "exclusive_end": 99, - "slot": "destination_city", - "start": 88 - }, - { - "exclusive_end": 113, - "slot": "departure_date", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So, you would like 1 Economy ticket for the American Airlines flight from Washington to Mexico City on March 10th?" - }, - { - "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": [ - "10th of March", - "March 10th" - ], - "destination_city": [ - "CDMX", - "Mexico City" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "10:15 am" - ], - "passengers": [ - "3" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I need three tickets" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "So you would like 3 Economy tickets?" - }, - { - "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": [ - "10th of March", - "March 10th" - ], - "destination_city": [ - "CDMX", - "Mexico City" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "10:15 am" - ], - "passengers": [ - "2" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, I only need 2 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "departure_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "departure_date", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So, you would like 2 tickets for the March 10th flight?" - }, - { - "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": [ - "10th of March", - "March 10th" - ], - "destination_city": [ - "CDMX", - "Mexico City" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "10:15 am" - ], - "passengers": [ - "2" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, and when does the flight end, and at which airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Benito Juarez International Airport" - ], - "slot": "destination_airport", - "values": [ - "Benito Juarez International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:31" - ], - "slot": "outbound_arrival_time", - "values": [ - "7:31 pm" - ] - }, - { - "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": "Mexico City", - "origin_city": "Washington", - "passengers": "2" - } - }, - "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": "2", - "price": "243", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 92, - "slot": "destination_airport", - "start": 57 - }, - { - "exclusive_end": 103, - "slot": "outbound_arrival_time", - "start": 96 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is confirmed. The flight will be arriving at Benito Juarez International Airport at 7:31 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": [ - "10th of March", - "March 10th" - ], - "destination_city": [ - "CDMX", - "Mexico City" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "10:15 am" - ], - "passengers": [ - "2" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. That's everything." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00003", - "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 book a one way 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": "Yes I can, where will you be departing from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 45, - "slot": "origin_city", - "start": 34 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will need 1 ticket leaving from Seattle, WA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be going for your trip?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "destination_city", - "start": 25 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like a flight to Atlanta please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day will you be needing this flight for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "departure_date", - "values": [ - "12th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "departure_date", - "start": 31 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "12th of this month" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will need the flight for the 12th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:15" - ], - "slot": "outbound_departure_time", - "values": [ - "5:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "178" - ], - "slot": "price", - "values": [ - "$178" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "departure_date": "2019-03-12", - "destination_city": "Atlanta", - "origin_city": "Seattle", - "passengers": "1" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-12", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "13:47", - "outbound_departure_time": "05:15", - "passengers": "1", - "price": "178", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-12", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "06:17", - "outbound_departure_time": "21:45", - "passengers": "1", - "price": "195", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-12", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "08:22", - "outbound_departure_time": "23:50", - "passengers": "1", - "price": "190", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-12", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "17:04", - "outbound_departure_time": "05:25", - "passengers": "1", - "price": "294", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-12", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "01:27", - "outbound_departure_time": "16:55", - "passengers": "1", - "price": "171", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 64, - "slot": "outbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 13, - "slot": "price", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a $178 ticket with Alaska Airlines that leaves at 5:15 am with 0 stops." - }, - { - "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": [ - "Atlanta" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do you have any other available flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:45" - ], - "slot": "outbound_departure_time", - "values": [ - "9:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "195" - ], - "slot": "price", - "values": [ - "$195" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 90, - "slot": "outbound_departure_time", - "start": 83 - }, - { - "exclusive_end": 99, - "slot": "price", - "start": 95 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, I also have a flight with American Airlines that has 0 stops and it leaves at 9:45 pm for $195." - }, - { - "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": [ - "12th of this month" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where would I be departing from and what time will the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle-Tacoma International Airport" - ], - "slot": "origin_airport", - "values": [ - "Seattle-Tacoma International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "06:17" - ], - "slot": "outbound_arrival_time", - "values": [ - "6:17 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 90, - "slot": "origin_airport", - "start": 54 - }, - { - "exclusive_end": 33, - "slot": "outbound_arrival_time", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight will arrive at 6:17 am and it departs form Seattle-Tacoma 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": [ - "12th of this month" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "9:45 pm" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's a plan. Can you help book another one way flight for another trip I want to take?" - }, - { - "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": [ - "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": 141, - "slot": "origin_city", - "start": 134 - }, - { - "exclusive_end": 162, - "slot": "destination_city", - "start": 155 - }, - { - "exclusive_end": 118, - "slot": "departure_date", - "start": 108 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, but first I would like to confirm I have you booked with American Airlines for 1 Economy class seat on March 12th departing from Seattle and going to Atlanta." - }, - { - "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": [ - "12th of this month", - "March 12th" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "9:45 pm" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that would be 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": "Atlanta", - "origin_city": "Seattle", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-12", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "06:17", - "outbound_departure_time": "21:45", - "passengers": "1", - "price": "195", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay that reservations 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": [ - "American Airlines" - ], - "departure_date": [ - "12th of this month", - "March 12th" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "9:45 pm" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you so much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem, did you still need my help with the other trip?" - }, - { - "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": [ - "12th of this month", - "March 12th" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "9:45 pm" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that will be okay. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are welcome, enjoy your trip." - } - ] - }, - { - "dialogue_id": "18_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": "I have a trip coming up, can you find me a oneway trip 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": [ - "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": { - "destination_city": [ - "London" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to London." - }, - { - "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 leave, and from what airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta, GA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "the 2nd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "origin_city", - "start": 13 - }, - { - "exclusive_end": 35, - "slot": "departure_date", - "start": 28 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "London" - ], - "origin_city": [ - "Atlanta, GA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I leave from Atlanta, GA on the 2nd." - }, - { - "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": [ - "228" - ], - "slot": "price", - "values": [ - "$228" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "London", - "origin_city": "Atlanta" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "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": "228", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "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": "1", - "price": "254", - "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": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "00:49", - "outbound_departure_time": "04:35", - "passengers": "1", - "price": "319", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "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": "227", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 85, - "slot": "price", - "start": 81 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an American Airlines flight that leaves at 8:40 pm and has 0 stops. It's $228." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "NY" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 71, - "slot": "destination_city", - "start": 69 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Atlanta, GA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other flights? I prefer Delta Airlines. I'm heading to NY." - }, - { - "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": [ - "130" - ], - "slot": "price", - "values": [ - "$130" - ] - }, - { - "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-02", - "destination_city": "New York", - "origin_city": "Atlanta" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "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": "130", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 85, - "slot": "price", - "start": 81 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight from Delta Airlines. It leaces at 3:40 pm and has 0 stops. It's $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": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Atlanta, GA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:02" - ], - "slot": "outbound_arrival_time", - "values": [ - "6:02 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 6:02 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 2nd" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Atlanta, GA" - ], - "outbound_departure_time": [ - "3:40 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me. I want to travel soon, can you help me buy a oneway 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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta 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": 42, - "slot": "origin_city", - "start": 35 - }, - { - "exclusive_end": 54, - "slot": "destination_city", - "start": 46 - }, - { - "exclusive_end": 87, - "slot": "departure_date", - "start": 79 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm, you want a flight from Atlanta to New York from Delta Airlines for tomorrow, and just for 1 person in 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": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "NY", - "New York" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "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-02", - "destination_city": "New York", - "origin_city": "Atlanta", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "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": "130", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It's been 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": [ - "Delta Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "NY", - "New York" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "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": "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": [ - "Delta Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "NY", - "New York" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does it arrive at? Is it 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": 39, - "slot": "destination_airport", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at JFK International Airport, and no it's not, sorry." - }, - { - "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": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "NY", - "New York" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, that's all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "18_00005", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "3rd of this month" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchOnewayFlight" - ], - "slot": "intent", - "values": [ - "SearchOnewayFlight" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "departure_date", - "start": 46 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hey, I am looking for a one way flight on the 3rd of this month." - }, - { - "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": [ - "San Diego" - ], - "slot": "origin_city", - "values": [ - "SD" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 7, - "slot": "origin_city", - "start": 5 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of this month" - ], - "origin_city": [ - "SD" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From SD." - }, - { - "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": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "destination_city", - "values": [ - "Portland" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 13 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "Portland" - ], - "origin_city": [ - "SD" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to Portland. I would like an economy ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:20" - ], - "slot": "outbound_departure_time", - "values": [ - "1:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "116" - ], - "slot": "price", - "values": [ - "$116" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Portland", - "origin_city": "San Diego", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-03", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "number_stops": "0", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "16:04", - "outbound_departure_time": "13:20", - "passengers": "1", - "price": "116", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "number_stops": "0", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "11:54", - "outbound_departure_time": "09:10", - "passengers": "1", - "price": "131", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "number_stops": "0", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "00:04", - "outbound_departure_time": "21:20", - "passengers": "1", - "price": "140", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "number_stops": "0", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "23:14", - "outbound_departure_time": "20:30", - "passengers": "1", - "price": "121", - "refundable": "True", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 72, - "slot": "outbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 112, - "slot": "price", - "start": 108 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an Alaska Airlines flight. The outbound flight leaves at 1:20 pm. It has 0 stops, the price will be $116" - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "Portland" - ], - "origin_city": [ - "SD" - ], - "outbound_departure_time": [ - "1: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 tickets for it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "Portland" - ], - "origin_city": [ - "SD" - ], - "outbound_departure_time": [ - "1:20 pm" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No I just wanted the information. thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "18_00006", - "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 for one way flights." - }, - { - "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": [ - "Paris" - ], - "slot": "destination_city", - "values": [ - "Paris, France" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 13, - "slot": "destination_city", - "start": 0 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Paris, France" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Paris, France." - }, - { - "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 are you departing from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "the 8th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "origin_city", - "start": 13 - }, - { - "exclusive_end": 31, - "slot": "departure_date", - "start": 24 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Paris, France" - ], - "origin_city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving from Seattle on the 8th." - }, - { - "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": 54, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 75, - "slot": "price", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an American Airlines flight leaving at 8:15 am with 1 stop for $432." - }, - { - "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": [ - "the 8th" - ], - "destination_city": [ - "Paris, France" - ], - "origin_city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From which airport?" - }, - { - "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": "Departing from Seattle-Tacoma 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 8th" - ], - "destination_city": [ - "Paris, France" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "8:15 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "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 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": [ - "American Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Paris, France" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "8:15 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes book it please." - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American 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": 74, - "slot": "origin_city", - "start": 67 - }, - { - "exclusive_end": 83, - "slot": "destination_city", - "start": 78 - }, - { - "exclusive_end": 61, - "slot": "departure_date", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: Flight for 1 in Economy departing next Friday from Seattle to Paris on American Airlines." - }, - { - "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 Friday", - "the 8th" - ], - "destination_city": [ - "Paris", - "Paris, France" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "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": "American Airlines", - "departure_date": "2019-03-08", - "destination_city": "Paris", - "origin_city": "Seattle", - "passengers": "1", - "seating_class": "Economy" - } - }, - "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" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is 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": [ - "next Friday", - "the 8th" - ], - "destination_city": [ - "Paris", - "Paris, France" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "8:15 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": "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 Friday", - "the 8th" - ], - "destination_city": [ - "Paris", - "Paris, France" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "8:15 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": "You're welcome." - } - ] - }, - { - "dialogue_id": "18_00007", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "origin_city", - "values": [ - "Paris" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchOnewayFlight" - ], - "slot": "intent", - "values": [ - "SearchOnewayFlight" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 97, - "slot": "origin_city", - "start": 92 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going on vacation soon, so I need to find some one way flights. I will be leaving from Paris." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to travel to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "departure_date", - "values": [ - "March 10th" - ] - }, - { - "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": 60, - "slot": "departure_date", - "start": 50 - }, - { - "exclusive_end": 29, - "slot": "destination_city", - "start": 24 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "dontcare" - ], - "departure_date": [ - "March 10th" - ], - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to travel to Las Vegas. I want to leave on March 10th and don't care about the airline." - }, - { - "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": [ - "381" - ], - "slot": "price", - "values": [ - "$381" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "departure_date": "2019-03-10", - "destination_city": "Las Vegas", - "origin_city": "Paris" - } - }, - "service_results": [ - { - "airlines": "Air France", - "departure_date": "2019-03-10", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "number_stops": "1", - "origin_airport": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "22:40", - "outbound_departure_time": "13:25", - "passengers": "1", - "price": "381", - "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": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "19:05", - "outbound_departure_time": "11:20", - "passengers": "1", - "price": "357", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 95, - "slot": "outbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 131, - "slot": "price", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 2 flights that match your request. One is an Air France flight that leaves at 1:25 pm and has 1 stop, and would cost $381." - }, - { - "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": [ - "dontcare" - ], - "departure_date": [ - "March 10th" - ], - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where does that flight depart from and is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Charles de Gaulle International Airport" - ], - "slot": "origin_airport", - "values": [ - "Charles de Gaulle International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 72, - "slot": "origin_airport", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight would depart from the Charles de Gaulle International Airport. The ticket is not refundable." - }, - { - "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": [ - "March 10th" - ], - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there anything else available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta 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": [ - "357" - ], - "slot": "price", - "values": [ - "$357" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 98, - "slot": "price", - "start": 94 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is also a Delta Airlines flight that leaves at 11:20 am and has 1 stop. That would cost $357." - }, - { - "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": [ - "Vegas" - ], - "origin_city": [ - "Paris" - ], - "outbound_departure_time": [ - "11:20 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, that sounds good. I would like to leave soon, so could you help me with buying that one way ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Paris" - ], - "slot": "origin_city", - "values": [ - "Paris" - ] - }, - { - "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-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": 67 - }, - { - "exclusive_end": 91, - "slot": "destination_city", - "start": 82 - }, - { - "exclusive_end": 159, - "slot": "departure_date", - "start": 149 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, so you would like to book a flight for 1 person leaving from Paris going to Las Vegas on Delta Airlines in Economy class. You want to leave on March 10th. 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": [ - "Delta Airlines" - ], - "departure_date": [ - "March 10th" - ], - "destination_city": [ - "Las Vegas", - "Vegas" - ], - "origin_city": [ - "Paris" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is correct. What airport does that leave 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-10", - "destination_city": "Las Vegas", - "origin_city": "Paris", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-10", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "number_stops": "1", - "origin_airport": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "19:05", - "outbound_departure_time": "11:20", - "passengers": "1", - "price": "357", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 108, - "slot": "origin_airport", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, your one way ticket is confirmed. Your flight will depart from Charles de Gaulle 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 10th" - ], - "destination_city": [ - "Las Vegas", - "Vegas" - ], - "origin_city": [ - "Paris" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "1" - ], - "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": "Would you like 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": [ - "March 10th" - ], - "destination_city": [ - "Las Vegas", - "Vegas" - ], - "origin_city": [ - "Paris" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, have a nice day." - } - ] - }, - { - "dialogue_id": "18_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": "I need to find a one way flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What airport would you like to fly out of?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "March 8th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 24 - }, - { - "exclusive_end": 44, - "slot": "departure_date", - "start": 35 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "origin_city": [ - "Phoenix" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be flying out of Phoenix on March 8th. I would like something in Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What will you be flying too." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 7, - "slot": "destination_city", - "start": 0 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Phoenix" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Seattle and I need 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:40" - ], - "slot": "outbound_departure_time", - "values": [ - "12:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "218" - ], - "slot": "price", - "values": [ - "$218" - ] - }, - { - "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": "Seattle", - "origin_city": "Phoenix", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "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:48", - "outbound_departure_time": "12:40", - "passengers": "1", - "price": "218", - "refundable": "True", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "237", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "10:36", - "outbound_departure_time": "06:00", - "passengers": "1", - "price": "230", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "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": "202", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 65, - "slot": "outbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 86, - "slot": "price", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 4 flights for you. American Airlines departing at 12:40 pm with 1 stop for $218." - }, - { - "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 8th" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Phoenix" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does it arrive and at what airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle-Tacoma International Airport" - ], - "slot": "destination_airport", - "values": [ - "Seattle-Tacoma International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17:48" - ], - "slot": "outbound_arrival_time", - "values": [ - "5:48 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "destination_airport", - "start": 25 - }, - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arriver at 5:48 pm at Seattle-Tacoma 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 8th" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "12:40 pm" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight works for me>" - }, - { - "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 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": [ - "American Airlines" - ], - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "12:40 pm" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please book the ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - }, - { - "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-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": 24, - "slot": "origin_city", - "start": 17 - }, - { - "exclusive_end": 54, - "slot": "destination_city", - "start": 47 - }, - { - "exclusive_end": 36, - "slot": "departure_date", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Flight departing Phoenix next Friday flying to Seattle on American Airlines economy seating for 1 person. 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 8th", - "next Friday" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "12:40 pm" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that 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-08", - "destination_city": "Seattle", - "origin_city": "Phoenix", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "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:48", - "outbound_departure_time": "12:40", - "passengers": "1", - "price": "218", - "refundable": "True", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your oneway 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": [ - "American Airlines" - ], - "departure_date": [ - "March 8th", - "next Friday" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "12:40 pm" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport will I be flying 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": 32, - "slot": "origin_airport", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "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": [ - "March 8th", - "next Friday" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "12:40 pm" - ], - "passengers": [ - "1" - ], - "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": "18_00009", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchOnewayFlight" - ], - "slot": "intent", - "values": [ - "SearchOnewayFlight" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 67, - "slot": "origin_city", - "start": 59 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "New York" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have a trip coming up. Are there any oneway flights from New York?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to depart?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "8th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 85, - "slot": "departure_date", - "start": 68 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "8th of this month" - ], - "origin_city": [ - "New York" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "There is only one person in my group. I am planning to leave on the 8th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "destination_city", - "values": [ - "San Diego" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "destination_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "8th of this month" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "New York" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveing to San Diego." - }, - { - "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": [ - "228" - ], - "slot": "price", - "values": [ - "$228" - ] - }, - { - "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 Diego", - "origin_city": "New York", - "passengers": "1" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "08:24", - "outbound_departure_time": "04:05", - "passengers": "1", - "price": "228", - "refundable": "True", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "12:34", - "outbound_departure_time": "07:30", - "passengers": "1", - "price": "253", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "12:34", - "outbound_departure_time": "06:50", - "passengers": "1", - "price": "262", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "12:00", - "outbound_departure_time": "06:05", - "passengers": "1", - "price": "324", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 90, - "slot": "outbound_departure_time", - "start": 83 - }, - { - "exclusive_end": 147, - "slot": "price", - "start": 143 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 4 suitable flights. One is an American Airlines flight, which departs at 4:05 am and has 1 stop layover. The price of this flight is $228." - }, - { - "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": [ - "8th of this month" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "New York" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport is this flight departing from? Also, is this ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "JFK International Airport" - ], - "slot": "origin_airport", - "values": [ - "JFK International airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "refundable", - "values": [ - "True" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "origin_airport", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight departs from JFK International airport. The ticket is 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": [ - "8th of this month" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:05 am" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This 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 purchase a ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "refundable", - "values": [ - "True" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "8th of this month" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:05 am" - ], - "passengers": [ - "1" - ], - "refundable": [ - "True" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book a flight for me. My plans might change, so please purchase refundable tickets only." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - }, - { - "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-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": 96, - "slot": "origin_city", - "start": 88 - }, - { - "exclusive_end": 109, - "slot": "destination_city", - "start": 100 - }, - { - "exclusive_end": 132, - "slot": "departure_date", - "start": 121 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: Purchasing 1 Economy class American Airlines ticket, from New York to San Diego, departing next Friday." - }, - { - "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 this month", - "next Friday" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:05 am" - ], - "passengers": [ - "1" - ], - "refundable": [ - "True" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, this sounds good. When does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "08:24" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:24 am" - ] - }, - { - "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": "San Diego", - "origin_city": "New York", - "passengers": "1", - "refundable": "True", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "08:24", - "outbound_departure_time": "04:05", - "passengers": "1", - "price": "228", - "refundable": "True", - "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 8:24 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": [ - "8th of this month", - "next Friday" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:05 am" - ], - "passengers": [ - "1" - ], - "refundable": [ - "True" - ], - "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": "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": [ - "American Airlines" - ], - "departure_date": [ - "8th of this month", - "next Friday" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:05 am" - ], - "passengers": [ - "1" - ], - "refundable": [ - "True" - ], - "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": "18_00010", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "origin_city", - "values": [ - "Paris, France" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchOnewayFlight" - ], - "slot": "intent", - "values": [ - "SearchOnewayFlight" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 34 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Paris, France" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please find a one-way flight from Paris, France." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you be leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "departure_date", - "values": [ - "14th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "departure_date", - "start": 21 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "14th of March" - ], - "origin_city": [ - "Paris, France" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be going on the 14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be visiting?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Ciudad de Mexico" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "destination_city", - "values": [ - "San Diego" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 31 - }, - { - "exclusive_end": 80, - "slot": "destination_city", - "start": 71 - } - ], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "14th of March" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "Ciudad de Mexico" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, I'll be leaving from Ciudad de Mexico, and my destination is San Diego." - }, - { - "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": [ - "218" - ], - "slot": "price", - "values": [ - "$218" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "departure_date": "2019-03-14", - "destination_city": "San Diego", - "origin_city": "Mexico City" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-14", - "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:05", - "passengers": "1", - "price": "218", - "refundable": "False", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-14", - "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:25", - "outbound_departure_time": "03:45", - "passengers": "1", - "price": "242", - "refundable": "True", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-14", - "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": "23:04", - "outbound_departure_time": "20:45", - "passengers": "1", - "price": "205", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 70, - "slot": "outbound_departure_time", - "start": 63 - }, - { - "exclusive_end": 110, - "slot": "price", - "start": 106 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found an outbound flight on American Airlines, leaving at 8:05 am with 1 stop, for a ticket price of $218." - }, - { - "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": [ - "14th of March" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "8:05 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, that flight will do." - }, - { - "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 that 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": [ - "14th of March" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "8:05 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sure, go ahead and buy a ticket for me." - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American 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": 135, - "slot": "origin_city", - "start": 124 - }, - { - "exclusive_end": 159, - "slot": "destination_city", - "start": 150 - }, - { - "exclusive_end": 118, - "slot": "departure_date", - "start": 108 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, please confirm that you want to buy an Economy ticket for 1 passenger on American Airlines, departing March 14th from Mexico City, to arrive in San Diego." - }, - { - "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": [ - "14th of March", - "March 14th" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "8:05 am" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that's perfect." - }, - { - "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": "San Diego", - "origin_city": "Mexico City", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-14", - "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:05", - "passengers": "1", - "price": "218", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirmed. I'll purchase that one-way ticket for you." - }, - { - "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": [ - "14th of March", - "March 14th" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "8:05 am" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Will 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": [ - "14th of March", - "March 14th" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "8:05 am" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, we're good. Thanks a lot for the help!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "My pleasure! Enjoy your day." - } - ] - }, - { - "dialogue_id": "18_00011", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Washington" - ], - "slot": "destination_city", - "values": [ - "Washington" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 71, - "slot": "destination_city", - "start": 61 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Washington" - ], - "passengers": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to find round trip flights for 3 people travelling to Washington." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you departing from and what dates are you leaving and planning to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philly" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "the 11th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "departure_date", - "start": 23 - }, - { - "exclusive_end": 22, - "slot": "origin_city", - "start": 16 - }, - { - "exclusive_end": 59, - "slot": "return_date", - "start": 51 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Thursday" - ], - "destination_city": [ - "Washington" - ], - "origin_city": [ - "Philly" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving for Philly next Thursday, returning on the 11th." - }, - { - "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": [ - "17:10" - ], - "slot": "inbound_departure_time", - "values": [ - "5:10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "150" - ], - "slot": "price", - "values": [ - "$150" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-07", - "destination_city": "Washington", - "origin_city": "Philadelphia", - "passengers": "3", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Dulles International Airport", - "destination_city": "Washington", - "inbound_arrival_time": "19:46", - "inbound_departure_time": "17:10", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "12:05", - "outbound_departure_time": "09:45", - "passengers": "3", - "price": "150", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 48 - }, - { - "exclusive_end": 80, - "slot": "inbound_departure_time", - "start": 73 - }, - { - "exclusive_end": 111, - "slot": "price", - "start": 107 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight leaving at 9:45 am and returning at 5:10 pm. The cost for a ticket is $150." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Thursday" - ], - "destination_city": [ - "Washington" - ], - "inbound_departure_time": [ - "5:10 pm" - ], - "origin_city": [ - "Philly" - ], - "outbound_departure_time": [ - "9:45 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's great. I'm only going on a short trip. Can you book the tickets on my behalf?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philadelphia" - ] - }, - { - "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": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "09:45" - ], - "slot": "outbound_departure_time", - "values": [ - "9:45 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "17:10" - ], - "slot": "inbound_departure_time", - "values": [ - "5:10 pm" - ] - }, - { - "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": 68, - "slot": "origin_city", - "start": 56 - }, - { - "exclusive_end": 82, - "slot": "destination_city", - "start": 72 - }, - { - "exclusive_end": 96, - "slot": "departure_date", - "start": 83 - }, - { - "exclusive_end": 120, - "slot": "return_date", - "start": 110 - }, - { - "exclusive_end": 159, - "slot": "outbound_departure_time", - "start": 152 - }, - { - "exclusive_end": 180, - "slot": "inbound_departure_time", - "start": 173 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok so you want to book an American Airlines flight from Philadelphia to Washington next Thursday returning on March 11th. The outbound flight leaves at 9:45 am returning at 5:10 pm. There are 3 people travelling in total in Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Thursday" - ], - "destination_city": [ - "Washington" - ], - "inbound_departure_time": [ - "5:10 pm" - ], - "origin_city": [ - "Philadelphia", - "Philly" - ], - "outbound_departure_time": [ - "9:45 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 11th", - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_city": "Washington", - "inbound_departure_time": "17:10", - "origin_city": "Philadelphia", - "outbound_departure_time": "09:45", - "passengers": "3", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Dulles International Airport", - "destination_city": "Washington", - "inbound_arrival_time": "19:46", - "inbound_departure_time": "17:10", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "12:05", - "outbound_departure_time": "09:45", - "passengers": "3", - "price": "150", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your booking has been made." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Thursday" - ], - "destination_city": [ - "Washington" - ], - "inbound_departure_time": [ - "5:10 pm" - ], - "origin_city": [ - "Philadelphia", - "Philly" - ], - "outbound_departure_time": [ - "9:45 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 11th", - "the 11th" - ], - "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 great day." - } - ] - }, - { - "dialogue_id": "18_00012", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you look for round trip flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, where are you departing from and what date would you like to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 82, - "slot": "return_date", - "start": 64 - }, - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am departing from Seattle, WA and would like to return on the 12th of this month." - }, - { - "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 is your destination and when do you plan to depart?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "destination_city", - "values": [ - "San Diego" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "departure_date", - "start": 28 - }, - { - "exclusive_end": 27, - "slot": "destination_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to San Diego tomorrow." - }, - { - "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": [ - "04:10" - ], - "slot": "inbound_departure_time", - "values": [ - "4:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "205" - ], - "slot": "price", - "values": [ - "$205" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "San Diego", - "origin_city": "Seattle", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "08:13", - "inbound_departure_time": "04:10", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "13:54", - "outbound_departure_time": "08:15", - "passengers": "1", - "price": "205", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "12:46", - "inbound_departure_time": "07:00", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "23:25", - "outbound_departure_time": "18:50", - "passengers": "1", - "price": "248", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "12:46", - "inbound_departure_time": "07:20", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "16:19", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "208", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 70, - "slot": "outbound_departure_time", - "start": 63 - }, - { - "exclusive_end": 95, - "slot": "inbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 49, - "slot": "price", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, there is an American Airlines flight for $205 departing at 8:15 am and returning at 4:10 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "4:10 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great. I'm planning a short trip, can you help me buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Diego" - ], - "slot": "destination_city", - "values": [ - "San Diego" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:15" - ], - "slot": "outbound_departure_time", - "values": [ - "8:15 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "04:10" - ], - "slot": "inbound_departure_time", - "values": [ - "4:10 am" - ] - }, - { - "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": 34 - }, - { - "exclusive_end": 54, - "slot": "destination_city", - "start": 45 - }, - { - "exclusive_end": 92, - "slot": "departure_date", - "start": 84 - }, - { - "exclusive_end": 131, - "slot": "return_date", - "start": 121 - }, - { - "exclusive_end": 103, - "slot": "outbound_departure_time", - "start": 96 - }, - { - "exclusive_end": 142, - "slot": "inbound_departure_time", - "start": 135 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm that the flight is Seattle to San Diego on American Airlines leaving tomorrow at 8:15 am and returning on March 12th at 4:10 am for 1 passenger in Economy class." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "4:10 am" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "There will be 1 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": "Please confirm that there is 1 person in the group for Premium Economy seating." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "number_stops", - "refundable" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "4:10 am" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, sounds great. Can you tell me if the ticket is refundable and if it has 1 stop?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "San Diego", - "inbound_departure_time": "04:10", - "origin_city": "Seattle", - "outbound_departure_time": "08:15", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "08:13", - "inbound_departure_time": "04:10", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "12:34", - "outbound_departure_time": "08:15", - "passengers": "1", - "price": "330", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Premium Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I've confirmed your ticket. Yes, it has 1 stop but it 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "4:10 am" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for all your help, that will be all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "18_00013", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you look up some round trip flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you planning to leave? Where are you leaving from? Where are you going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "Monday next week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Las Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "destination_city", - "values": [ - "SD" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "departure_date", - "start": 0 - }, - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 38 - }, - { - "exclusive_end": 63, - "slot": "destination_city", - "start": 61 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "SD" - ], - "origin_city": [ - "Las Vegas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Monday next week. I'd be leaving from Las Vegas and going to SD." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would you like to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "11th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 17, - "slot": "return_date", - "start": 4 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "SD" - ], - "origin_city": [ - "Las Vegas" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The 11th of March." - }, - { - "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": [ - "20:25" - ], - "slot": "inbound_departure_time", - "values": [ - "8:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "84" - ], - "slot": "price", - "values": [ - "$84" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "San Diego", - "origin_city": "Las Vegas", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "21:39", - "inbound_departure_time": "20:25", - "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": "84", - "refundable": "True", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "15:34", - "inbound_departure_time": "14:20", - "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": "92", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 99, - "slot": "outbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 136, - "slot": "inbound_departure_time", - "start": 129 - }, - { - "exclusive_end": 155, - "slot": "price", - "start": 152 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 2 possible flights. The first is on Southwest Airlines. It leaves from Las Vegas at 3:10 pm. and the return flight is at 8:25 pm. The ticket is $84." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "SD" - ], - "inbound_departure_time": [ - "8:25 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "3:10 pm" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good, can you book the tickets?" - }, - { - "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": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:10" - ], - "slot": "outbound_departure_time", - "values": [ - "3:10 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:25" - ], - "slot": "inbound_departure_time", - "values": [ - "8:25 pm" - ] - }, - { - "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": 51, - "slot": "origin_city", - "start": 42 - }, - { - "exclusive_end": 64, - "slot": "destination_city", - "start": 55 - }, - { - "exclusive_end": 76, - "slot": "departure_date", - "start": 65 - }, - { - "exclusive_end": 137, - "slot": "return_date", - "start": 127 - }, - { - "exclusive_end": 87, - "slot": "outbound_departure_time", - "start": 80 - }, - { - "exclusive_end": 148, - "slot": "inbound_departure_time", - "start": 141 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes. To verify: You would be leaving from Las Vegas to San Diego next Monday at 3:10 pm on Southwest Airlines. You will return March 11th at 8:25 pm. The ticket is economy class for 1." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "SD", - "San Diego" - ], - "inbound_departure_time": [ - "8:25 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "3:10 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of March", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect. What time does my return flight arrive. Also, is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "refundable", - "values": [ - "True" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "21:39" - ], - "slot": "inbound_arrival_time", - "values": [ - "9:39 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_city": "San Diego", - "inbound_departure_time": "20:25", - "origin_city": "Las Vegas", - "outbound_departure_time": "15:10", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "21:39", - "inbound_departure_time": "20:25", - "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": "84", - "refundable": "True", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "inbound_arrival_time", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is refundable and you will arrive home at 9:39 pm. 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "SD", - "San Diego" - ], - "inbound_departure_time": [ - "8:25 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "3:10 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of March", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. 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": "18_00014", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "the 2nd" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "departure_date", - "start": 63 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find some round trips for me with American Airlines on the 2nd?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going and when do you plan to come back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "8th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 18, - "slot": "destination_city", - "start": 16 - }, - { - "exclusive_end": 43, - "slot": "return_date", - "start": 26 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "SF" - ], - "return_date": [ - "8th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go to SF on the 8th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. Where do you plan to leave from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 18, - "slot": "origin_city", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "8th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be leaving LA." - }, - { - "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": [ - "15:50" - ], - "slot": "inbound_departure_time", - "values": [ - "3:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "95" - ], - "slot": "price", - "values": [ - "$95" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "origin_city": "Los Angeles", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:15", - "inbound_departure_time": "15:50", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "16:30", - "outbound_departure_time": "15:05", - "passengers": "1", - "price": "95", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 102, - "slot": "inbound_departure_time", - "start": 95 - }, - { - "exclusive_end": 127, - "slot": "price", - "start": 124 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an American Airlines flight that leaves at 3:05 pm and the return flight comes back at 3:50 pm on the 8th. It costs $95." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "3:50 pm" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "return_date": [ - "8th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want me to order a ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "3:50 pm" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "return_date": [ - "8th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I just needed the information. Thanks!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. Have a great day!" - } - ] - }, - { - "dialogue_id": "18_00015", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need you to find me some 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 would you leave from? Where are you going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "destination_city", - "values": [ - "Portland, OR" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "destination_city", - "start": 13 - }, - { - "exclusive_end": 53, - "slot": "origin_city", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Phoenix" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to Portland, OR and am leaving from Phoenix." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you leave and come back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of march" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "departure_date", - "values": [ - "March 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "return_date", - "start": 44 - }, - { - "exclusive_end": 29, - "slot": "departure_date", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Phoenix" - ], - "return_date": [ - "14th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave on March 12th and return on 14th of march." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:40" - ], - "slot": "outbound_departure_time", - "values": [ - "12:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:20" - ], - "slot": "inbound_departure_time", - "values": [ - "6:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "189" - ], - "slot": "price", - "values": [ - "$189" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-12", - "destination_city": "Portland", - "origin_city": "Phoenix", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-12", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "11:42", - "inbound_departure_time": "06:20", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "15:35", - "outbound_departure_time": "12:40", - "passengers": "1", - "price": "189", - "refundable": "True", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-12", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "23:20", - "inbound_departure_time": "20:25", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "09:55", - "outbound_departure_time": "04:20", - "passengers": "1", - "price": "189", - "refundable": "True", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-12", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "12:25", - "inbound_departure_time": "09:30", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "21:05", - "outbound_departure_time": "18:10", - "passengers": "1", - "price": "146", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_departure_time", - "start": 55 - }, - { - "exclusive_end": 100, - "slot": "inbound_departure_time", - "start": 93 - }, - { - "exclusive_end": 119, - "slot": "price", - "start": 115 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "What about this American Airlines flight? It leaves at 12:40 pm. The return flight leaves at 6:20 am. The price is $189." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Phoenix" - ], - "return_date": [ - "14th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there zero stops?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Phoenix" - ], - "return_date": [ - "14th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When will my return flight arrive? From what airport does the flight leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "11:42" - ], - "slot": "inbound_arrival_time", - "values": [ - "11:42 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sky Harbor International Airport" - ], - "slot": "origin_airport", - "values": [ - "Sky Harbor International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "inbound_arrival_time", - "start": 33 - }, - { - "exclusive_end": 91, - "slot": "origin_airport", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight will arrive at 11:42 am and departs from Sky Harbor International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Phoenix" - ], - "return_date": [ - "14th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other available flights there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "04:20" - ], - "slot": "outbound_departure_time", - "values": [ - "4:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:25" - ], - "slot": "inbound_departure_time", - "values": [ - "8:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "189" - ], - "slot": "price", - "values": [ - "$189" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 79, - "slot": "outbound_departure_time", - "start": 72 - }, - { - "exclusive_end": 116, - "slot": "inbound_departure_time", - "start": 109 - }, - { - "exclusive_end": 131, - "slot": "price", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Southwest Airlines flight and the outbound flight departs at 4:20 am. The return flight leaves at 8:25 pm. It costs $189." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "8:25 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "4:20 am" - ], - "return_date": [ - "14th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great. I want to go on a short trip. Can you help me get tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - }, - { - "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-12" - ], - "slot": "departure_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "04:20" - ], - "slot": "outbound_departure_time", - "values": [ - "4:20 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:25" - ], - "slot": "inbound_departure_time", - "values": [ - "8:25 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 40 - }, - { - "exclusive_end": 59, - "slot": "destination_city", - "start": 51 - }, - { - "exclusive_end": 108, - "slot": "departure_date", - "start": 98 - }, - { - "exclusive_end": 133, - "slot": "return_date", - "start": 123 - }, - { - "exclusive_end": 172, - "slot": "outbound_departure_time", - "start": 165 - }, - { - "exclusive_end": 208, - "slot": "inbound_departure_time", - "start": 201 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm that your flight is from Phoenix to Portland on Southwest Airlines. You will leave March 12th and return on March 14th. The outbound flight leaves at 4:20 am and return flight leaves at 8:25 pm. The seating class is Economy for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Portland", - "Portland, OR" - ], - "inbound_departure_time": [ - "8:25 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "4:20 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of march", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-12", - "destination_city": "Portland", - "inbound_departure_time": "20:25", - "origin_city": "Phoenix", - "outbound_departure_time": "04:20", - "passengers": "1", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-12", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "23:20", - "inbound_departure_time": "20:25", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "09:55", - "outbound_departure_time": "04:20", - "passengers": "1", - "price": "189", - "refundable": "True", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket was confired." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Portland", - "Portland, OR" - ], - "inbound_departure_time": [ - "8:25 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "4:20 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of march", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for everything." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00016", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you find me round trip flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be leaving from and when will you come back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "return_date", - "values": [ - "4th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "origin_city", - "start": 56 - }, - { - "exclusive_end": 35, - "slot": "return_date", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "ATL" - ], - "return_date": [ - "4th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to come back on 4th of March and Im leaving from ATL" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "destination_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "4th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to fly to Seattle." - }, - { - "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-02" - ], - "slot": "departure_date", - "values": [ - "this Saturday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "departure_date", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "4th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to leave on this Saturday" - }, - { - "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": [ - "21:45" - ], - "slot": "inbound_departure_time", - "values": [ - "9:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "206" - ], - "slot": "price", - "values": [ - "$206" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Seattle", - "origin_city": "Atlanta", - "return_date": "2019-03-04" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "06:17", - "inbound_departure_time": "21:45", - "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": "206", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:22", - "inbound_departure_time": "23:50", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "18:52", - "outbound_departure_time": "16:20", - "passengers": "1", - "price": "188", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "14:12", - "inbound_departure_time": "05:40", - "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": "213", - "refundable": "True", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "05:24", - "inbound_departure_time": "18:20", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:52", - "outbound_departure_time": "17:20", - "passengers": "1", - "price": "264", - "refundable": "True", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 96, - "slot": "inbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 107, - "slot": "price", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight which leaves at 9:35 pm and return flight leaves at 9:45 pm costs $206." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "9:45 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "9:35 pm" - ], - "return_date": [ - "4th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thats great for me. Im planning to go for a short trip. Can you help me to get the flight tickets?" - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "return_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "21:35" - ], - "slot": "outbound_departure_time", - "values": [ - "9:35 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "21:45" - ], - "slot": "inbound_departure_time", - "values": [ - "9:45 pm" - ] - }, - { - "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": 58 - }, - { - "exclusive_end": 76, - "slot": "destination_city", - "start": 69 - }, - { - "exclusive_end": 108, - "slot": "departure_date", - "start": 100 - }, - { - "exclusive_end": 135, - "slot": "return_date", - "start": 124 - }, - { - "exclusive_end": 171, - "slot": "outbound_departure_time", - "start": 164 - }, - { - "exclusive_end": 200, - "slot": "inbound_departure_time", - "start": 193 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm this: The American Airlines flight is from Atlanta to Seattle. The departure date to tomorrow and returns on next Monday. The onward flght leaves at 9:35 pm and return flight at 9:45 pm for 1 passenger with Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "origin_airport" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Saturday", - "tomorrow" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "9:45 pm" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "9:35 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "4th of March", - "next Monday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes thats great for me. Which airport does the it depart from and when does the return 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:17" - ], - "slot": "inbound_arrival_time", - "values": [ - "6:17 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "Seattle", - "inbound_departure_time": "21:45", - "origin_city": "Atlanta", - "outbound_departure_time": "21:35", - "passengers": "1", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "06:17", - "inbound_departure_time": "21:45", - "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": "206", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 75, - "slot": "origin_airport", - "start": 35 - }, - { - "exclusive_end": 29, - "slot": "inbound_arrival_time", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight arrives at 6:17 am from Hartsfield-Jackson International Airport . Your ticket is reserved." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Saturday", - "tomorrow" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "9:45 pm" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "9:35 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "4th of March", - "next Monday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot for it" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I assist you on 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": [ - "this Saturday", - "tomorrow" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "9:45 pm" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "9:35 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "4th of March", - "next Monday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No Thats all for now. Thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day" - } - ] - }, - { - "dialogue_id": "18_00017", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you do a search for round trip flights?" - }, - { - "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": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from Seattle." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going, and when are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "destination_city", - "start": 13 - }, - { - "exclusive_end": 70, - "slot": "return_date", - "start": 52 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Los Angeles" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to Los Angeles and I'm coming back on the 12th of this month." - }, - { - "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-02" - ], - "slot": "departure_date", - "values": [ - "this Saturday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "departure_date", - "start": 8 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Los Angeles" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving this Saturday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:45" - ], - "slot": "outbound_departure_time", - "values": [ - "3:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:10" - ], - "slot": "inbound_departure_time", - "values": [ - "7:10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "151" - ], - "slot": "price", - "values": [ - "$151" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Los Angeles", - "origin_city": "Seattle", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "21:57", - "inbound_departure_time": "19:10", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "18:32", - "outbound_departure_time": "15:45", - "passengers": "1", - "price": "151", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "02:32", - "inbound_departure_time": "23:45", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "11:02", - "outbound_departure_time": "08:15", - "passengers": "1", - "price": "151", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "09:37", - "inbound_departure_time": "06:50", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "11:32", - "outbound_departure_time": "08:45", - "passengers": "1", - "price": "147", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "14:47", - "inbound_departure_time": "12:00", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "08:12", - "outbound_departure_time": "05:25", - "passengers": "1", - "price": "152", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "02:32", - "inbound_departure_time": "23:45", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "15:17", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "136", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "outbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 101, - "slot": "inbound_departure_time", - "start": 94 - }, - { - "exclusive_end": 116, - "slot": "price", - "start": 112 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 5 flights. How about an Alaska Airlines flight leaving at 3:45 pm and returning at 7:10 pm. It costs $151." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "number_stops" - ], - "slot_values": { - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Los Angeles" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Does it have zero stops? What's the arrival airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "destination_airport", - "values": [ - "LAX International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "destination_airport", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, it has 0 stops and it arrives in LAX International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Los Angeles" - ], - "origin_city": [ - "Seattle" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What about the other flights? Look for three tickets. I prefer United Airlines" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "outbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:45" - ], - "slot": "inbound_departure_time", - "values": [ - "11:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "136" - ], - "slot": "price", - "values": [ - "$136" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_city": "Los Angeles", - "origin_city": "Seattle", - "passengers": "3", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "02:32", - "inbound_departure_time": "23:45", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "15:17", - "outbound_departure_time": "12:30", - "passengers": "3", - "price": "136", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "outbound_departure_time", - "start": 54 - }, - { - "exclusive_end": 100, - "slot": "inbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 120, - "slot": "price", - "start": 116 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I found 1 United Airlines flight that leaves at 12:30 pm. The return flight leaves at 11:45 pm. The ticket is $136." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "11:45 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good, can you buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:30" - ], - "slot": "outbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "23:45" - ], - "slot": "inbound_departure_time", - "values": [ - "11:45 pm" - ] - }, - { - "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": 94, - "slot": "origin_city", - "start": 87 - }, - { - "exclusive_end": 149, - "slot": "destination_city", - "start": 138 - }, - { - "exclusive_end": 81, - "slot": "departure_date", - "start": 73 - }, - { - "exclusive_end": 163, - "slot": "return_date", - "start": 153 - }, - { - "exclusive_end": 106, - "slot": "outbound_departure_time", - "start": 98 - }, - { - "exclusive_end": 175, - "slot": "inbound_departure_time", - "start": 167 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, please confirm the details of your United Airlines flight departing tomorrow from Seattle at 12:30 pm. The return flight leaves from Los Angeles on March 12th at 11:45 pm. I'm buying 3 Economy tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "this Saturday", - "tomorrow" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "11:45 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, buy Premium Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 67, - "slot": "destination_city", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, please confirm that I'm buying Premium Economy to Los Angeles." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "this Saturday", - "tomorrow" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "11:45 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup, sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_city": "Los Angeles", - "inbound_departure_time": "23:45", - "origin_city": "Seattle", - "outbound_departure_time": "12:30", - "passengers": "3", - "return_date": "2019-03-12", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "02:32", - "inbound_departure_time": "23:45", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "15:17", - "outbound_departure_time": "12:30", - "passengers": "3", - "price": "251", - "refundable": "False", - "return_date": "2019-03-12", - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "this Saturday", - "tomorrow" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "11:45 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, that's great." - }, - { - "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": [ - "United Airlines" - ], - "departure_date": [ - "this Saturday", - "tomorrow" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "11:45 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, thanks again." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00018", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking to book a flight for Delta Airlines" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "where will you be flying out of." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "seattle" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "origin_city", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "origin_city": [ - "seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to fly from seattle." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "when are you returning" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "the 9th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "return_date", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "origin_city": [ - "seattle" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to return on the 9th." - }, - { - "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 planing to go and what date do you want to leave." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "March 2nd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 57, - "slot": "departure_date", - "start": 48 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "seattle" - ], - "return_date": [ - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Vancouver want Premium Economy on March 2nd." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:40" - ], - "slot": "outbound_departure_time", - "values": [ - "7:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "03:20" - ], - "slot": "inbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "456" - ], - "slot": "price", - "values": [ - "$456" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_city": "Vancouver", - "origin_city": "Seattle", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "14:47", - "inbound_departure_time": "03:20", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "13:59", - "outbound_departure_time": "07:40", - "passengers": "1", - "price": "456", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "outbound_departure_time", - "start": 59 - }, - { - "exclusive_end": 104, - "slot": "inbound_departure_time", - "start": 97 - }, - { - "exclusive_end": 113, - "slot": "price", - "start": 109 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok I found 1 flight with Delta Airlines the flight departs 7:40 am and the return flight departs 3:20 am for $456." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "seattle" - ], - "return_date": [ - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "when does the flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "13:59" - ], - "slot": "outbound_arrival_time", - "values": [ - "1:59 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "outbound_arrival_time", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "the flight arrives 1:59 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "seattle" - ], - "outbound_departure_time": [ - "7:40 am" - ], - "return_date": [ - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds great can you help me book the tickets. I am planning a short trip." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "vancouver" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:40" - ], - "slot": "outbound_departure_time", - "values": [ - "7:40 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "03:20" - ], - "slot": "inbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 116, - "slot": "origin_city", - "start": 109 - }, - { - "exclusive_end": 138, - "slot": "destination_city", - "start": 129 - }, - { - "exclusive_end": 92, - "slot": "departure_date", - "start": 84 - }, - { - "exclusive_end": 162, - "slot": "return_date", - "start": 153 - }, - { - "exclusive_end": 103, - "slot": "outbound_departure_time", - "start": 96 - }, - { - "exclusive_end": 181, - "slot": "inbound_departure_time", - "start": 174 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "ok I am going to book a flight for 1 in premium economy with delta airlines leaving tomorrow at 7:40 am from Seattle arriving in vancouver and returning March 9th leaving at 3:20 am" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 2nd", - "tomorrow" - ], - "destination_city": [ - "Vancouver", - "vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "Seattle", - "seattle" - ], - "outbound_departure_time": [ - "7:40 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th", - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "that sounds great" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_city": "Vancouver", - "inbound_departure_time": "03:20", - "origin_city": "Seattle", - "outbound_departure_time": "07:40", - "passengers": "1", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "14:47", - "inbound_departure_time": "03:20", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "13:59", - "outbound_departure_time": "07:40", - "passengers": "1", - "price": "456", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "OK your flight has been booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 2nd", - "tomorrow" - ], - "destination_city": [ - "Vancouver", - "vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "Seattle", - "seattle" - ], - "outbound_departure_time": [ - "7:40 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th", - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "thank you for helping me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 2nd", - "tomorrow" - ], - "destination_city": [ - "Vancouver", - "vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "Seattle", - "seattle" - ], - "outbound_departure_time": [ - "7:40 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th", - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that is everything thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00019", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please help me find flights from Southwest Airlines. I need to be back at my hometown." - }, - { - "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 and what specific place you wanted to visit May I also ask where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "the 5th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SFO" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "departure_date", - "start": 19 - }, - { - "exclusive_end": 66, - "slot": "destination_city", - "start": 59 - }, - { - "exclusive_end": 93, - "slot": "origin_city", - "start": 90 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "SFO" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to leave on the 5th to attend a family gathering at Seattle. I will be coming from SFO." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "return_date", - "start": 29 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "SFO" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to be back at work on 12th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:45" - ], - "slot": "outbound_departure_time", - "values": [ - "8:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:05" - ], - "slot": "inbound_departure_time", - "values": [ - "1:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "127" - ], - "slot": "price", - "values": [ - "$127" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_city": "Seattle", - "origin_city": "San Francisco", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "15:16", - "inbound_departure_time": "13:05", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "22:56", - "outbound_departure_time": "20:45", - "passengers": "1", - "price": "127", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "outbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 99, - "slot": "inbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 114, - "slot": "price", - "start": 110 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found a flight for you from Southwest Airlines, it departs at 8:45 pm and returns at 1:05 pm. It costs $127." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "1:05 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh nice. But I just want to go on a short trip. Can help be buy my 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": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:45" - ], - "slot": "outbound_departure_time", - "values": [ - "8:45 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:05" - ], - "slot": "inbound_departure_time", - "values": [ - "1:05 pm" - ] - }, - { - "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": 79, - "slot": "origin_city", - "start": 66 - }, - { - "exclusive_end": 90, - "slot": "destination_city", - "start": 83 - }, - { - "exclusive_end": 158, - "slot": "departure_date", - "start": 146 - }, - { - "exclusive_end": 188, - "slot": "return_date", - "start": 178 - }, - { - "exclusive_end": 218, - "slot": "outbound_departure_time", - "start": 211 - }, - { - "exclusive_end": 241, - "slot": "inbound_departure_time", - "start": 234 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please do confirm the following details: you will be leaving from San Francisco to Seattle. Flight is from Southwest Airlines that will leave the next Tuesday and will return on March 12th. Departure time is at 8:45 pm and returns at 1:05 pm, economy seating for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "1:05 pm" - ], - "origin_city": [ - "SFO", - "San Francisco" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of March", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, everything is right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_city": "Seattle", - "inbound_departure_time": "13:05", - "origin_city": "San Francisco", - "outbound_departure_time": "20:45", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "15:16", - "inbound_departure_time": "13:05", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "22:56", - "outbound_departure_time": "20:45", - "passengers": "1", - "price": "127", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Booking has been confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "1:05 pm" - ], - "origin_city": [ - "SFO", - "San Francisco" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of March", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much, you're really a big 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": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "1:05 pm" - ], - "origin_city": [ - "SFO", - "San Francisco" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of March", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No,that would be all. Thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day!" - } - ] - }, - { - "dialogue_id": "18_00020", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "return_date", - "start": 44 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me a round trip flight back on March 10th" - }, - { - "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 would you like to go and when are you planning on leaving" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "March 5th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "departure_date", - "start": 20 - }, - { - "exclusive_end": 16, - "slot": "destination_city", - "start": 14 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "LA" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to LA on March 5th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you traveling from" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "monday next week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "origin_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 44, - "slot": "departure_date", - "start": 28 - }, - { - "exclusive_end": 27, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "monday next week" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Vancouver" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from Vancouver monday next week and 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": [ - "10:55" - ], - "slot": "inbound_departure_time", - "values": [ - "10:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "152" - ], - "slot": "price", - "values": [ - "$152" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_city": "Los Angeles", - "origin_city": "Vancouver", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "13:59", - "inbound_departure_time": "10:55", - "number_stops": "0", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "06:24", - "outbound_departure_time": "03:20", - "passengers": "1", - "price": "152", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "outbound_departure_time", - "start": 43 - }, - { - "exclusive_end": 73, - "slot": "inbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 82, - "slot": "price", - "start": 78 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a delta airlines flight leaves at 3:20 am and return at 10:55 am for $152" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "monday next week" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Vancouver" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "06:24" - ], - "slot": "outbound_arrival_time", - "values": [ - "6:24 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "outbound_arrival_time", - "start": 21 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight arrive at 6:24 am" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "number_stops" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "monday next week" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Vancouver" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the flight arrive and how many stops ?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "13:59" - ], - "slot": "inbound_arrival_time", - "values": [ - "1:59 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "inbound_arrival_time", - "start": 21 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight is 1:59 pm 0 stop" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "monday next week" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "that sounds good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "should i book the ticket for you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "monday next week" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes please" - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "next monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "03:20" - ], - "slot": "outbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:55" - ], - "slot": "inbound_departure_time", - "values": [ - "10:55 am" - ] - }, - { - "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": 55, - "slot": "destination_city", - "start": 44 - }, - { - "exclusive_end": 125, - "slot": "departure_date", - "start": 114 - }, - { - "exclusive_end": 161, - "slot": "return_date", - "start": 151 - }, - { - "exclusive_end": 136, - "slot": "outbound_departure_time", - "start": 129 - }, - { - "exclusive_end": 173, - "slot": "inbound_departure_time", - "start": 165 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you flight from Vancouver to Los angeles with Delta Airlines for 1 passengers on Economy departing next monday at 3:20 am and return on March 10th at 10:55 am" - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "origin_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "monday next week", - "next monday" - ], - "destination_city": [ - "LA", - "Los angeles" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes please and what airport does it depart from and is ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "YVR International Airport" - ], - "slot": "origin_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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_city": "Los Angeles", - "inbound_departure_time": "10:55", - "origin_city": "Vancouver", - "outbound_departure_time": "03:20", - "passengers": "1", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "13:59", - "inbound_departure_time": "10:55", - "number_stops": "0", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "06:24", - "outbound_departure_time": "03:20", - "passengers": "1", - "price": "152", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "origin_airport", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is booked. the flight will depart from YVR international airport" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "monday next week", - "next monday" - ], - "destination_city": [ - "LA", - "Los angeles" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "anything else i can help you wtih" - }, - { - "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": [ - "monday next week", - "next monday" - ], - "destination_city": [ - "LA", - "Los angeles" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "no thats it" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "have a nice day" - } - ] - }, - { - "dialogue_id": "18_00021", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you find round trip flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes I can. Where do you plan to visit and when do you plan to leave and return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "8th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Ciudad de Mexico" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "departure_date", - "start": 20 - }, - { - "exclusive_end": 67, - "slot": "return_date", - "start": 57 - }, - { - "exclusive_end": 108, - "slot": "destination_city", - "start": 92 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving on the 8th of March and want to get back on March 11th. I will be traveling to Ciudad de Mexico." - }, - { - "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": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix, Az" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "origin_city": [ - "Phoenix, Az" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling from Phoenix, Az." - }, - { - "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": [ - "08:05" - ], - "slot": "inbound_departure_time", - "values": [ - "8:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "248" - ], - "slot": "price", - "values": [ - "$248" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Mexico City", - "origin_city": "Phoenix", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "13:38", - "inbound_departure_time": "08:05", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "20:05", - "outbound_departure_time": "07:35", - "passengers": "1", - "price": "248", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "01:18", - "inbound_departure_time": "20:45", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "19:08", - "outbound_departure_time": "11:05", - "passengers": "1", - "price": "272", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 96, - "slot": "outbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 128, - "slot": "inbound_departure_time", - "start": 121 - }, - { - "exclusive_end": 172, - "slot": "price", - "start": 168 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 2 flights for you. There is an outbound American Airlines flight leaving at 7:35 am with a return flight at 8:05 am. The total cost for the ticket will be $248." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "origin_city": [ - "Phoenix, Az" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have 4 people in my group, are there any other flights available?" - }, - { - "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": [ - "20:45" - ], - "slot": "inbound_departure_time", - "values": [ - "8:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "272" - ], - "slot": "price", - "values": [ - "$272" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Mexico City", - "origin_city": "Phoenix", - "passengers": "4", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "13:38", - "inbound_departure_time": "08:05", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "20:05", - "outbound_departure_time": "07:35", - "passengers": "4", - "price": "248", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "01:18", - "inbound_departure_time": "20:45", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "19:08", - "outbound_departure_time": "11:05", - "passengers": "4", - "price": "272", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 67, - "slot": "outbound_departure_time", - "start": 59 - }, - { - "exclusive_end": 99, - "slot": "inbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 126, - "slot": "price", - "start": 122 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an outbound United Airlines flight that leaves at 11:05 am with a return flight at 8:45 pm. The ticket will cost $272." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "origin_city": [ - "Phoenix, Az" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How many stops does it have?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight will have 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "inbound_departure_time": [ - "8:45 pm" - ], - "origin_city": [ - "Phoenix, Az" - ], - "outbound_departure_time": [ - "11:05 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, this flight sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to purchase the tickets now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "inbound_departure_time": [ - "8:45 pm" - ], - "origin_city": [ - "Phoenix, Az" - ], - "outbound_departure_time": [ - "11:05 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I want to book the tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Mexico City" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "11:05" - ], - "slot": "outbound_departure_time", - "values": [ - "11:05 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:45" - ], - "slot": "inbound_departure_time", - "values": [ - "8:45 pm" - ] - }, - { - "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": 111, - "slot": "origin_city", - "start": 104 - }, - { - "exclusive_end": 163, - "slot": "destination_city", - "start": 152 - }, - { - "exclusive_end": 123, - "slot": "departure_date", - "start": 112 - }, - { - "exclusive_end": 177, - "slot": "return_date", - "start": 167 - }, - { - "exclusive_end": 135, - "slot": "outbound_departure_time", - "start": 127 - }, - { - "exclusive_end": 188, - "slot": "inbound_departure_time", - "start": 181 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: Purchase 4 tickets for United Airlines. The flight will be departing from Phoenix next Friday at 11:05 am and arriving in Mexico City on March 11th at 8:45 pm. The seating is 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": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "8th of March", - "next Friday" - ], - "destination_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "inbound_departure_time": [ - "8:45 pm" - ], - "origin_city": [ - "Phoenix", - "Phoenix, Az" - ], - "outbound_departure_time": [ - "11:05 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds good. What airport will the flight be landing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Benito Juarez International Airport" - ], - "slot": "destination_airport", - "values": [ - "Benito Juarez International Airport" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_city": "Mexico City", - "inbound_departure_time": "20:45", - "origin_city": "Phoenix", - "outbound_departure_time": "11:05", - "passengers": "4", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "01:18", - "inbound_departure_time": "20:45", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "19:08", - "outbound_departure_time": "11:05", - "passengers": "4", - "price": "272", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 96, - "slot": "destination_airport", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have been confirmed. The destination will be in Benito Juarez International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "8th of March", - "next Friday" - ], - "destination_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "inbound_departure_time": [ - "8:45 pm" - ], - "origin_city": [ - "Phoenix", - "Phoenix, Az" - ], - "outbound_departure_time": [ - "11:05 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ], - "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": "Your welcome, is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "8th of March", - "next Friday" - ], - "destination_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "inbound_departure_time": [ - "8:45 pm" - ], - "origin_city": [ - "Phoenix", - "Phoenix, Az" - ], - "outbound_departure_time": [ - "11:05 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks. 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": "18_00022", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for round trip flights just for one person." - }, - { - "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 interested in going and when?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "departure_date", - "start": 13 - }, - { - "exclusive_end": 35, - "slot": "destination_city", - "start": 28 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Monday" - ], - "destination_city": [ - "Chicago" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go next Monday to Chicago." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What will be your return date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "the 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "return_date", - "start": 26 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Monday" - ], - "destination_city": [ - "Chicago" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a return fight for the 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SF" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Monday" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from SF." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:20" - ], - "slot": "outbound_departure_time", - "values": [ - "3:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "inbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "270" - ], - "slot": "price", - "values": [ - "$270" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Chicago", - "origin_city": "San Francisco", - "passengers": "1", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "20:11", - "inbound_departure_time": "12:30", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "22:07", - "outbound_departure_time": "15:20", - "passengers": "1", - "price": "270", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "13:27", - "inbound_departure_time": "10:40", - "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": "194", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "07:22", - "inbound_departure_time": "04:35", - "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": "194", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "19:06", - "inbound_departure_time": "13:50", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "23:47", - "outbound_departure_time": "17:00", - "passengers": "1", - "price": "243", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "outbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 141, - "slot": "inbound_departure_time", - "start": 133 - }, - { - "exclusive_end": 165, - "slot": "price", - "start": 161 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 options for you to conside. There is an outbound flight at 3:20 pm with American Airlines with the return fligh leaving at 12:30 pm. The total cost is $270." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Monday" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other options?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:05" - ], - "slot": "outbound_departure_time", - "values": [ - "10:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:40" - ], - "slot": "inbound_departure_time", - "values": [ - "10:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "194" - ], - "slot": "price", - "values": [ - "$194" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "outbound_departure_time", - "start": 44 - }, - { - "exclusive_end": 78, - "slot": "inbound_departure_time", - "start": 70 - }, - { - "exclusive_end": 91, - "slot": "price", - "start": 87 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Delta Airlines flight leaving at 10:05 pm and returning at 10:40 am costing $194." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Monday" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Anything else available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:50" - ], - "slot": "outbound_departure_time", - "values": [ - "5:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "04:35" - ], - "slot": "inbound_departure_time", - "values": [ - "4:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "194" - ], - "slot": "price", - "values": [ - "$194" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 52 - }, - { - "exclusive_end": 84, - "slot": "inbound_departure_time", - "start": 77 - }, - { - "exclusive_end": 108, - "slot": "price", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes there is a Southwest Airlines flight leaving at 5:50 pm and returning at 4:35 am. Tht total cost is $194." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Monday" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "4:35 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "5:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That one sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Monday" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "4:35 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "5:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please travelling Economy." - }, - { - "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": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "17:50" - ], - "slot": "outbound_departure_time", - "values": [ - "5:50 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "04:35" - ], - "slot": "inbound_departure_time", - "values": [ - "4:35 am" - ] - }, - { - "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": 49, - "slot": "origin_city", - "start": 36 - }, - { - "exclusive_end": 84, - "slot": "destination_city", - "start": 77 - }, - { - "exclusive_end": 61, - "slot": "departure_date", - "start": 50 - }, - { - "exclusive_end": 196, - "slot": "return_date", - "start": 186 - }, - { - "exclusive_end": 72, - "slot": "outbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 182, - "slot": "inbound_departure_time", - "start": 175 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm then you are flying from San Francisco next Monday at 5:50 pm, to Chicago with Southwest Airlines. It is for 1 passenger flying Economy and the return flight is at 4:35 am on March 12th." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "origin_airport", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Monday" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "4:35 am" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "5:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th", - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's correct. Which airports do I depart from and what is my arrival time ?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "origin_airport", - "values": [ - "SFO International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "00:37" - ], - "slot": "outbound_arrival_time", - "values": [ - "0:37 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_city": "Chicago", - "inbound_departure_time": "04:35", - "origin_city": "San Francisco", - "outbound_departure_time": "17:50", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "07:22", - "inbound_departure_time": "04:35", - "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": "194", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 64, - "slot": "origin_airport", - "start": 39 - }, - { - "exclusive_end": 84, - "slot": "outbound_arrival_time", - "start": 77 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is booked and you fly from SFO International Airport arriving at 0:37 am" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Monday" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "4:35 am" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "5:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th", - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for everything." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I assist 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": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Monday" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "4:35 am" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "5:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th", - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00023", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to book a flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When is your departure and arrival?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "3rd of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "the 10th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "departure_date", - "start": 17 - }, - { - "exclusive_end": 52, - "slot": "return_date", - "start": 44 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of March" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Departure on the 3rd of March and return on the 10th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you traveling?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "destination_city", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "Chicago" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to Chicago." - }, - { - "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": 24, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from Seattle." - }, - { - "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": [ - "14:50" - ], - "slot": "inbound_departure_time", - "values": [ - "2:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "267" - ], - "slot": "price", - "values": [ - "$267" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "origin_city": "Seattle", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "22:03", - "inbound_departure_time": "14:50", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "22:30", - "outbound_departure_time": "16:00", - "passengers": "1", - "price": "267", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "11:45", - "inbound_departure_time": "09:15", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "21:45", - "outbound_departure_time": "15:15", - "passengers": "1", - "price": "187", - "refundable": "True", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "21:57", - "inbound_departure_time": "14:50", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "10:55", - "outbound_departure_time": "04:25", - "passengers": "1", - "price": "253", - "refundable": "True", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "18:20", - "inbound_departure_time": "15:50", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "19:32", - "outbound_departure_time": "10:10", - "passengers": "1", - "price": "255", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 52, - "slot": "outbound_departure_time", - "start": 48 - }, - { - "exclusive_end": 85, - "slot": "inbound_departure_time", - "start": 78 - }, - { - "exclusive_end": 94, - "slot": "price", - "start": 90 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 4 flights, american airlines leaves at 4 pm and the return leaves at 2:50 pm for $267" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me about another flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:15" - ], - "slot": "outbound_departure_time", - "values": [ - "3:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:15" - ], - "slot": "inbound_departure_time", - "values": [ - "9:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "187" - ], - "slot": "price", - "values": [ - "$187" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "outbound_departure_time", - "start": 25 - }, - { - "exclusive_end": 68, - "slot": "inbound_departure_time", - "start": 61 - }, - { - "exclusive_end": 77, - "slot": "price", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Delta Airlines leaves at 3:15 pm and return flight leaves at 9:15 am for $187." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "9:15 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "3:15 pm" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, you can book ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:15" - ], - "slot": "outbound_departure_time", - "values": [ - "3:15 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "09:15" - ], - "slot": "inbound_departure_time", - "values": [ - "9:15 am" - ] - }, - { - "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": 39, - "slot": "origin_city", - "start": 32 - }, - { - "exclusive_end": 106, - "slot": "destination_city", - "start": 99 - }, - { - "exclusive_end": 62, - "slot": "departure_date", - "start": 44 - }, - { - "exclusive_end": 117, - "slot": "return_date", - "start": 107 - }, - { - "exclusive_end": 73, - "slot": "outbound_departure_time", - "start": 66 - }, - { - "exclusive_end": 128, - "slot": "inbound_departure_time", - "start": 121 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "1 Economy Delta Airlines leaves Seattle the day after tomorrow at 3:15 pm and return flight leaves Chicago March 10th at 9:15 am for $187." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "3rd of March", - "day after tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "9:15 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "3:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "inbound_departure_time": "09:15", - "origin_city": "Seattle", - "outbound_departure_time": "15:15", - "passengers": "1", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "11:45", - "inbound_departure_time": "09:15", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "21:45", - "outbound_departure_time": "15:15", - "passengers": "1", - "price": "187", - "refundable": "True", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is purchased." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "3rd of March", - "day after tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "9:15 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "3:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "refundable", - "values": [ - "True" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "yes it is refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "3rd of March", - "day after tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "9:15 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "3:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "thank you that is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "have a good day" - } - ] - }, - { - "dialogue_id": "18_00024", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you please find Economy class flights for me?" - }, - { - "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 and where is your destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "destination_city", - "start": 20 - }, - { - "exclusive_end": 47, - "slot": "departure_date", - "start": 35 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Chicago" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I plan to leave for Chicago on the 2nd of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your return date? What city will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "origin_city", - "values": [ - "London, UK" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "return_date", - "start": 43 - }, - { - "exclusive_end": 38, - "slot": "origin_city", - "start": 28 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "London, UK" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to return from London, UK, on March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "00:10" - ], - "slot": "outbound_departure_time", - "values": [ - "0:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "inbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "385" - ], - "slot": "price", - "values": [ - "$385" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Chicago", - "origin_city": "London", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "06:37", - "inbound_departure_time": "12:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "13:52", - "outbound_departure_time": "00:10", - "passengers": "1", - "price": "385", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "06:37", - "inbound_departure_time": "11:05", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "12:29", - "outbound_departure_time": "08:00", - "passengers": "1", - "price": "300", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "03:14", - "inbound_departure_time": "12:45", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "06:44", - "outbound_departure_time": "00:25", - "passengers": "1", - "price": "313", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_departure_time", - "start": 56 - }, - { - "exclusive_end": 105, - "slot": "inbound_departure_time", - "start": 97 - }, - { - "exclusive_end": 131, - "slot": "price", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an outbound American Airlines flight leaving at 0:10 am, with a return flight leaving at 12:30 pm. The ticket price is $385" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "12:30 pm" - ], - "origin_city": [ - "London, UK" - ], - "outbound_departure_time": [ - "0:10 am" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am interested in that flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I go ahead and buy a ticket for it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "12:30 pm" - ], - "origin_city": [ - "London, UK" - ], - "outbound_departure_time": [ - "0:10 am" - ], - "return_date": [ - "March 12th" - ], - "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": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "00:10" - ], - "slot": "outbound_departure_time", - "values": [ - "0:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:30" - ], - "slot": "inbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 102, - "slot": "origin_city", - "start": 96 - }, - { - "exclusive_end": 113, - "slot": "destination_city", - "start": 106 - }, - { - "exclusive_end": 133, - "slot": "departure_date", - "start": 125 - }, - { - "exclusive_end": 167, - "slot": "return_date", - "start": 157 - }, - { - "exclusive_end": 213, - "slot": "outbound_departure_time", - "start": 206 - }, - { - "exclusive_end": 258, - "slot": "inbound_departure_time", - "start": 250 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let's see if I got everything right: 1 Economy class passenger on American Airlines flight from London to Chicago, departing tomorrow, with a return date of March 12th. The onward flight will be leaving at 0:10 am and the return flight will leave at 12:30 pm. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "12:30 pm" - ], - "origin_city": [ - "London", - "London, UK" - ], - "outbound_departure_time": [ - "0:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes,that sounds perfect. What is the arrival time for my return flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "06:37" - ], - "slot": "inbound_arrival_time", - "values": [ - "6:37 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "Chicago", - "inbound_departure_time": "12:30", - "origin_city": "London", - "outbound_departure_time": "00:10", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "06:37", - "inbound_departure_time": "12:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "13:52", - "outbound_departure_time": "00:10", - "passengers": "1", - "price": "385", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 80, - "slot": "inbound_arrival_time", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have confirmed your ticket. The arrival time for your return flight is 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "12:30 pm" - ], - "origin_city": [ - "London", - "London, UK" - ], - "outbound_departure_time": [ - "0:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, you've been very helpful. 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": "18_00025", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you find me some round trip flights for my business conference?" - }, - { - "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 dates were you looking at? What about departure and arrival cities?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "the 3rd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "CDMX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "departure_date", - "start": 47 - }, - { - "exclusive_end": 19, - "slot": "origin_city", - "start": 15 - }, - { - "exclusive_end": 31, - "slot": "destination_city", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "CDMX" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going from CDMX to Chi-town and leaving on the 3rd." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What return date did you want?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "8th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "return_date", - "start": 26 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "CDMX" - ], - "return_date": [ - "8th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to get back on the 8th of March." - }, - { - "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": [ - "13:20" - ], - "slot": "inbound_departure_time", - "values": [ - "1:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "320" - ], - "slot": "price", - "values": [ - "$320" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "origin_city": "Mexico City", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "23:16", - "inbound_departure_time": "13:20", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "19:32", - "outbound_departure_time": "08:05", - "passengers": "1", - "price": "320", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "02:05", - "inbound_departure_time": "17:25", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "21:04", - "outbound_departure_time": "15:00", - "passengers": "1", - "price": "311", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "02:05", - "inbound_departure_time": "12:45", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "16:59", - "outbound_departure_time": "08:25", - "passengers": "1", - "price": "322", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 68, - "slot": "outbound_departure_time", - "start": 61 - }, - { - "exclusive_end": 91, - "slot": "inbound_departure_time", - "start": 84 - }, - { - "exclusive_end": 45, - "slot": "price", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight for $320 that leaves at 8:05 am and returns at 1:20 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "CDMX" - ], - "return_date": [ - "8th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:00" - ], - "slot": "outbound_departure_time", - "values": [ - "3 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:25" - ], - "slot": "inbound_departure_time", - "values": [ - "5:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "311" - ], - "slot": "price", - "values": [ - "$311" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 84, - "slot": "inbound_departure_time", - "start": 77 - }, - { - "exclusive_end": 41, - "slot": "price", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Delta Airlines flight for $311 that leaves at 3 pm and returns at 5:25 pm." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "CDMX" - ], - "passengers": [ - "1" - ], - "return_date": [ - "8th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How about any other flights? This is just for 1 person, and seating doesn't matter." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:25" - ], - "slot": "outbound_departure_time", - "values": [ - "8:25 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:45" - ], - "slot": "inbound_departure_time", - "values": [ - "12:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "322" - ], - "slot": "price", - "values": [ - "$322" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "origin_city": "Mexico City", - "passengers": "1", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "23:16", - "inbound_departure_time": "13:20", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "19:32", - "outbound_departure_time": "08:05", - "passengers": "1", - "price": "320", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "02:05", - "inbound_departure_time": "17:25", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "21:04", - "outbound_departure_time": "15:00", - "passengers": "1", - "price": "311", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "02:05", - "inbound_departure_time": "12:45", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "16:59", - "outbound_departure_time": "08:25", - "passengers": "1", - "price": "322", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 65, - "slot": "outbound_departure_time", - "start": 58 - }, - { - "exclusive_end": 89, - "slot": "inbound_departure_time", - "start": 81 - }, - { - "exclusive_end": 42, - "slot": "price", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a United Airlines flight for $322 that leaves at 8:25 am and returns at 12:45 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "CDMX" - ], - "passengers": [ - "1" - ], - "return_date": [ - "8th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "02:05" - ], - "slot": "inbound_arrival_time", - "values": [ - "2:05 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 7, - "slot": "inbound_arrival_time", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "2:05 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "12:45 pm" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "8th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me, since it's just a short trip. Can you help me buy the tickets?" - }, - { - "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": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:25" - ], - "slot": "outbound_departure_time", - "values": [ - "8:25 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:45" - ], - "slot": "inbound_departure_time", - "values": [ - "12:45 pm" - ] - }, - { - "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": 154, - "slot": "origin_city", - "start": 143 - }, - { - "exclusive_end": 192, - "slot": "destination_city", - "start": 185 - }, - { - "exclusive_end": 96, - "slot": "departure_date", - "start": 78 - }, - { - "exclusive_end": 123, - "slot": "return_date", - "start": 112 - }, - { - "exclusive_end": 165, - "slot": "outbound_departure_time", - "start": 158 - }, - { - "exclusive_end": 204, - "slot": "inbound_departure_time", - "start": 196 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: United Airlines flight for 1 passenger in Economy seating for day after tomorrow, and returning next Friday. Departure is from Mexico City at 8:25 am and return is from Chicago at 12:45 pm." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "Chi-town", - "Chicago" - ], - "inbound_departure_time": [ - "12:45 pm" - ], - "origin_city": [ - "CDMX", - "Mexico City" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "8th of March", - "next Friday" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. What time does the plan arrive in Chicago? Is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "16:59" - ], - "slot": "outbound_arrival_time", - "values": [ - "4:59 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "inbound_departure_time": "12:45", - "origin_city": "Mexico City", - "outbound_departure_time": "08:25", - "passengers": "1", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "02:05", - "inbound_departure_time": "12:45", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "16:59", - "outbound_departure_time": "08:25", - "passengers": "1", - "price": "322", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_arrival_time", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been purchased. Chicago arrival time is 4:59 pm. Unfortunately, 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "Chi-town", - "Chicago" - ], - "inbound_departure_time": [ - "12:45 pm" - ], - "origin_city": [ - "CDMX", - "Mexico City" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "8th of March", - "next Friday" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "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": "18_00026", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Could you please find round trip flights?" - }, - { - "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": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "4th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "seating_class", - "values": [ - "dontcare" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "departure_date", - "start": 21 - }, - { - "exclusive_end": 17, - "slot": "destination_city", - "start": 15 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "LA" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am moving to LA on 4th of March. It is ok with any class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you return back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "the 11th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "return_date", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "LA" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be back on the 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "From which place will you leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chi-town" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am moving 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": [ - "08:30" - ], - "slot": "inbound_departure_time", - "values": [ - "8:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "196" - ], - "slot": "price", - "values": [ - "$196" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Los Angeles", - "origin_city": "Chicago", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "15:02", - "inbound_departure_time": "08:30", - "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": "196", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "20:12", - "inbound_departure_time": "13:40", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "19:57", - "outbound_departure_time": "17:25", - "passengers": "1", - "price": "159", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "04:07", - "inbound_departure_time": "18:45", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "17:22", - "outbound_departure_time": "14:50", - "passengers": "1", - "price": "221", - "refundable": "True", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "outbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 115, - "slot": "inbound_departure_time", - "start": 108 - }, - { - "exclusive_end": 147, - "slot": "price", - "start": 143 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I searched and found 3 flights for you. American Airlines flight leaves at 4:30 am and the return leaves at 8:30 am. The cost of the ticket is $196." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It is a good choice for me. could you book tickets for me?" - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "04:30" - ], - "slot": "outbound_departure_time", - "values": [ - "4:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:30" - ], - "slot": "inbound_departure_time", - "values": [ - "8:30 am" - ] - }, - { - "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": 102, - "slot": "destination_city", - "start": 91 - }, - { - "exclusive_end": 34, - "slot": "departure_date", - "start": 23 - }, - { - "exclusive_end": 148, - "slot": "return_date", - "start": 138 - }, - { - "exclusive_end": 113, - "slot": "outbound_departure_time", - "start": 106 - }, - { - "exclusive_end": 185, - "slot": "inbound_departure_time", - "start": 178 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Kindly ensure that, on next Monday American Airlines flight, Economy class from Chicago to Los Angeles at 4:30 am. It is for 1 person. On March 11th the return flight will be at 8:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "4th of March", - "next Monday" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 11th", - "the 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. Kindly book it for 2 persons." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "04:30" - ], - "slot": "outbound_departure_time", - "values": [ - "4:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Kindly ensure that, the onward flight starts at 4:30 am. The ticket is for 2 persons." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "4th of March", - "next Monday" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 11th", - "the 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It is good. Whether the flight has 0 stops?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_city": "Los Angeles", - "inbound_departure_time": "08:30", - "origin_city": "Chicago", - "outbound_departure_time": "04:30", - "passengers": "2", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "15:02", - "inbound_departure_time": "08:30", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "07:02", - "outbound_departure_time": "04:30", - "passengers": "2", - "price": "196", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I booked your ticket. Yes it is a 0 stops flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "4th of March", - "next Monday" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 11th", - "the 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From which airport the flight starts?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "O'Hare International Airport" - ], - "slot": "origin_airport", - "values": [ - "O'Hare International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "origin_airport", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight starts from O'Hare International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "4th of March", - "next Monday" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 11th", - "the 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "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": "Anything else you need 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": [ - "4th of March", - "next Monday" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 11th", - "the 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. Thank you very 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": "18_00027", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "Tuesday next week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 77, - "slot": "departure_date", - "start": 60 - }, - { - "exclusive_end": 48, - "slot": "origin_city", - "start": 41 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Tuesday next week" - ], - "origin_city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for round trip flights from Seattle leaving on Tuesday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you visiting and when are you returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "March 8th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 18 - }, - { - "exclusive_end": 48, - "slot": "return_date", - "start": 39 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "March 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to SFO and returning on March 8th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "outbound_departure_time", - "values": [ - "12 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:55" - ], - "slot": "inbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "132" - ], - "slot": "price", - "values": [ - "$132" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "14:11", - "outbound_departure_time": "12:00", - "passengers": "1", - "price": "132", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:26", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "23:56", - "outbound_departure_time": "21:45", - "passengers": "1", - "price": "129", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:11", - "inbound_departure_time": "08:00", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "08:21", - "outbound_departure_time": "06:10", - "passengers": "1", - "price": "119", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:36", - "inbound_departure_time": "08:25", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:01", - "outbound_departure_time": "21:50", - "passengers": "1", - "price": "143", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:16", - "inbound_departure_time": "15:05", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "22:41", - "outbound_departure_time": "20:30", - "passengers": "1", - "price": "134", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 52, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 77, - "slot": "inbound_departure_time", - "start": 70 - }, - { - "exclusive_end": 86, - "slot": "price", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an Alaska Airlines flight departing at 12 pm and returning at 2:55 pm for $132." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "March 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:06" - ], - "slot": "inbound_arrival_time", - "values": [ - "5:06 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "inbound_arrival_time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight arrives at 5:06 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "11th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 76, - "slot": "return_date", - "start": 63 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other flights available. I want to return on the 11th of March and I prefer Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:45" - ], - "slot": "outbound_departure_time", - "values": [ - "9:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:40" - ], - "slot": "inbound_departure_time", - "values": [ - "7:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "152" - ], - "slot": "price", - "values": [ - "$152" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "14:11", - "outbound_departure_time": "12:00", - "passengers": "1", - "price": "128", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "23:43", - "inbound_departure_time": "19:40", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "23:56", - "outbound_departure_time": "21:45", - "passengers": "1", - "price": "152", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:11", - "inbound_departure_time": "08:00", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "08:21", - "outbound_departure_time": "06:10", - "passengers": "1", - "price": "125", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "22:56", - "inbound_departure_time": "20:45", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:01", - "outbound_departure_time": "21:50", - "passengers": "1", - "price": "132", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 87, - "slot": "outbound_departure_time", - "start": 80 - }, - { - "exclusive_end": 112, - "slot": "inbound_departure_time", - "start": 105 - }, - { - "exclusive_end": 121, - "slot": "price", - "start": 117 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 flights that match. There is an American Airlines flight departing at 9:45 pm and returning at 7:40 pm for $152." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is this ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No, the ticket is non refundable." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Seattle" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other available flights? It is for one person." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:10" - ], - "slot": "outbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "inbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "125" - ], - "slot": "price", - "values": [ - "$125" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "14:11", - "outbound_departure_time": "12:00", - "passengers": "1", - "price": "128", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "23:43", - "inbound_departure_time": "19:40", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "23:56", - "outbound_departure_time": "21:45", - "passengers": "1", - "price": "152", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:11", - "inbound_departure_time": "08:00", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "08:21", - "outbound_departure_time": "06:10", - "passengers": "1", - "price": "125", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 86, - "slot": "outbound_departure_time", - "start": 79 - }, - { - "exclusive_end": 108, - "slot": "inbound_departure_time", - "start": 104 - }, - { - "exclusive_end": 117, - "slot": "price", - "start": 113 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 3 flights that may work. There is a Delta Airlines flight departing at 6:10 am and returning at 8 am for $125." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight works for me, can you help me purchase the 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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:10" - ], - "slot": "outbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:00" - ], - "slot": "inbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "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": 92, - "slot": "origin_city", - "start": 85 - }, - { - "exclusive_end": 145, - "slot": "destination_city", - "start": 132 - }, - { - "exclusive_end": 108, - "slot": "departure_date", - "start": 96 - }, - { - "exclusive_end": 159, - "slot": "return_date", - "start": 149 - }, - { - "exclusive_end": 119, - "slot": "outbound_departure_time", - "start": 112 - }, - { - "exclusive_end": 167, - "slot": "inbound_departure_time", - "start": 163 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, confirm the reservation details. The flight is on Delta Airlines departing from Seattle on next Tuesday at 6:10 am arriving in San Francisco on March 11th at 8 am in Economy for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Tuesday next week", - "next Tuesday" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of March", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_city": "San Francisco", - "inbound_departure_time": "08:00", - "origin_city": "Seattle", - "outbound_departure_time": "06:10", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:11", - "inbound_departure_time": "08:00", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "08:21", - "outbound_departure_time": "06:10", - "passengers": "1", - "price": "125", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have successfully confirmed the reservation." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Tuesday next week", - "next Tuesday" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of March", - "March 11th" - ], - "seating_class": [ - "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 great day." - } - ] - }, - { - "dialogue_id": "18_00028", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Could you find round trip flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you leave from and where are you going? When will you return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "origin_city", - "start": 18 - }, - { - "exclusive_end": 72, - "slot": "return_date", - "start": 59 - }, - { - "exclusive_end": 32, - "slot": "destination_city", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "LAX" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will leave from LAX to Phoenix and want to return on the 14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "departure_date", - "values": [ - "11th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "departure_date", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "11th of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "LAX" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will leave on the 11th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:15" - ], - "slot": "outbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:35" - ], - "slot": "inbound_departure_time", - "values": [ - "7:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "133" - ], - "slot": "price", - "values": [ - "$133" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-11", - "destination_city": "Phoenix", - "origin_city": "Los Angeles", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-11", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "09:03", - "inbound_departure_time": "07:35", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "17:54", - "outbound_departure_time": "14:15", - "passengers": "1", - "price": "133", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-11", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "15:45", - "inbound_departure_time": "12:15", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "17:59", - "outbound_departure_time": "15:05", - "passengers": "1", - "price": "180", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-11", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "08:33", - "inbound_departure_time": "07:05", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "13:38", - "outbound_departure_time": "12:10", - "passengers": "1", - "price": "113", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-11", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "08:43", - "inbound_departure_time": "07:15", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "12:33", - "outbound_departure_time": "11:05", - "passengers": "1", - "price": "98", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 52 - }, - { - "exclusive_end": 82, - "slot": "inbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 97, - "slot": "price", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight that leaves at 2:15 pm and returns at 7:35 am. It costs $133." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "11th of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "LAX" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does my return flight arive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "09:03" - ], - "slot": "inbound_arrival_time", - "values": [ - "9:03 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "inbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 9:03 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "origin_city", - "values": [ - "San Diego" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "airlines", - "values": [ - "dontcare" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "origin_city", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "dontcare" - ], - "departure_date": [ - "11th of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "San Diego" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is anything else available? I will leave from San Diego and I don't care about the airline." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:05" - ], - "slot": "outbound_departure_time", - "values": [ - "5:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:45" - ], - "slot": "inbound_departure_time", - "values": [ - "10:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "98" - ], - "slot": "price", - "values": [ - "$98" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-11", - "destination_city": "Phoenix", - "origin_city": "San Diego", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-11", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "00:05", - "inbound_departure_time": "22:45", - "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": "98", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-11", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "22:55", - "inbound_departure_time": "21:35", - "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": "105", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-11", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "15:45", - "inbound_departure_time": "14:25", - "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": "102", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 48 - }, - { - "exclusive_end": 79, - "slot": "inbound_departure_time", - "start": 71 - }, - { - "exclusive_end": 93, - "slot": "price", - "start": 90 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Delta Airlines flight that leaves at 5:05 pm and returns at 10:45 pm. It costs $98." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "dontcare" - ], - "departure_date": [ - "11th of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "San Diego" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you suggest other flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:20" - ], - "slot": "outbound_departure_time", - "values": [ - "1:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:35" - ], - "slot": "inbound_departure_time", - "values": [ - "9:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "105" - ], - "slot": "price", - "values": [ - "$105" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 52 - }, - { - "exclusive_end": 82, - "slot": "inbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 97, - "slot": "price", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Southwest Airlines flight that leaves at 1:20 pm and returns at 9:35 pm. It costs $105." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "dontcare" - ], - "departure_date": [ - "11th of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "San Diego" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does the flight arrive to. Could I get a refund if I needed one?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sky Harbor International Airport" - ], - "slot": "destination_airport", - "values": [ - "Sky Harbor International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 88, - "slot": "destination_airport", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "No, the ticket is non refundable. The flight arrives at Sky Harbor International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "11th of March" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "9:35 pm" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "1:20 pm" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I purchase 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "11th of March" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "9:35 pm" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "1:20 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book the ticket for one person." - }, - { - "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": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "departure_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:20" - ], - "slot": "outbound_departure_time", - "values": [ - "1:20 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "21:35" - ], - "slot": "inbound_departure_time", - "values": [ - "9:35 pm" - ] - }, - { - "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": 146, - "slot": "origin_city", - "start": 137 - }, - { - "exclusive_end": 168, - "slot": "destination_city", - "start": 161 - }, - { - "exclusive_end": 182, - "slot": "departure_date", - "start": 172 - }, - { - "exclusive_end": 224, - "slot": "return_date", - "start": 214 - }, - { - "exclusive_end": 193, - "slot": "outbound_departure_time", - "start": 186 - }, - { - "exclusive_end": 235, - "slot": "inbound_departure_time", - "start": 228 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So could you confirm that you need 3 tickets, and that you are taking a Southwest Airlines flight in Economy class? You will depart from San Diego and arrive at Phoenix on March 11th at 1:20 pm. You will return on March 14th at 9:35 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "11th of March", - "March 11th" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "9:35 pm" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "1:20 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "14th of March", - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, there are actually 3 people in my group." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 72, - "slot": "return_date", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just to double check, you need 3 tickets and are returning on March 14th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "11th of March", - "March 11th" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "9:35 pm" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "1:20 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds good. Could you tell me when the outbound flight arrives?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "14:40" - ], - "slot": "outbound_arrival_time", - "values": [ - "2:40 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-11", - "destination_city": "Phoenix", - "inbound_departure_time": "21:35", - "origin_city": "San Diego", - "outbound_departure_time": "13:20", - "passengers": "3", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-11", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "22:55", - "inbound_departure_time": "21:35", - "number_stops": "0", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "14:40", - "outbound_departure_time": "13:20", - "passengers": "3", - "price": "105", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 95, - "slot": "outbound_arrival_time", - "start": 88 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been confirmed. To answer your question, the outbound flight arrives at 2:40 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "11th of March", - "March 11th" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "9:35 pm" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "1:20 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for helping. That is all I wanted." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00029", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "destination_city", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "San Francisco" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for round trip airline tickets to San Francisco. Can you help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Please tell me your departure date and location as well as the date on which you plan on returning." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "6th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "origin_city", - "values": [ - "London" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "departure_date", - "start": 37 - }, - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 23 - }, - { - "exclusive_end": 86, - "slot": "return_date", - "start": 68 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "London" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to fly out of London on the 6th of March, returning on the 13th of this month." - }, - { - "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": [ - "10:55" - ], - "slot": "inbound_departure_time", - "values": [ - "10:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "473" - ], - "slot": "price", - "values": [ - "$473" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "San Francisco", - "origin_city": "London", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:47", - "inbound_departure_time": "10:55", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "21:12", - "outbound_departure_time": "08:00", - "passengers": "1", - "price": "473", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-06", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "03:14", - "inbound_departure_time": "05:35", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "09:31", - "outbound_departure_time": "00:25", - "passengers": "1", - "price": "424", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 69, - "slot": "outbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 128, - "slot": "inbound_departure_time", - "start": 120 - }, - { - "exclusive_end": 149, - "slot": "price", - "start": 145 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found a Delta Airlines flight for you, flying out of London at 8 am. The return flight takes of from San Francisco at 10:55 am. Total price is $473." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "number_stops" - ], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "London" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you please tell me the destination airport and the number of stops?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "destination_airport", - "values": [ - "SFO International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 69, - "slot": "destination_airport", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. The flight has 1 stop and it lands at SFO International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "8 am" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This sounds perfect. Can you help me get tickets?" - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:00" - ], - "slot": "outbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:55" - ], - "slot": "inbound_departure_time", - "values": [ - "10:55 am" - ] - }, - { - "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": 92, - "slot": "origin_city", - "start": 86 - }, - { - "exclusive_end": 114, - "slot": "destination_city", - "start": 101 - }, - { - "exclusive_end": 129, - "slot": "departure_date", - "start": 115 - }, - { - "exclusive_end": 159, - "slot": "return_date", - "start": 149 - }, - { - "exclusive_end": 137, - "slot": "outbound_departure_time", - "start": 133 - }, - { - "exclusive_end": 171, - "slot": "inbound_departure_time", - "start": 163 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Please confirm that you would like tickets to the Delta Airlines flight leaving London towards San Francisco next Wednesday at 8 am, returning March 13th at 10:55 am for 1 passenger in Economy!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_city": "San Francisco", - "inbound_departure_time": "10:55", - "origin_city": "London", - "outbound_departure_time": "08:00", - "passengers": "1", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:47", - "inbound_departure_time": "10:55", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "21:12", - "outbound_departure_time": "08:00", - "passengers": "1", - "price": "473", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I've managed to book your ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks so much for everything!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can do for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "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": "18_00030", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you please search round trip flights for two people?" - }, - { - "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": [ - "Portland" - ], - "slot": "origin_city", - "values": [ - "Portland" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Portland" - ], - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from Portland." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you planning to visit, when do you plan to leave and when are you planning to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "departure_date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "departure_date", - "start": 33 - }, - { - "exclusive_end": 20, - "slot": "destination_city", - "start": 18 - }, - { - "exclusive_end": 83, - "slot": "return_date", - "start": 65 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to LA, leaving on March 12th and returning on the 14th of this month." - }, - { - "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": [ - "17:40" - ], - "slot": "inbound_departure_time", - "values": [ - "5:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "136" - ], - "slot": "price", - "values": [ - "$136" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-12", - "destination_city": "Los Angeles", - "origin_city": "Portland", - "passengers": "2", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-12", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "20:10", - "inbound_departure_time": "17:40", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "12:40", - "outbound_departure_time": "10:10", - "passengers": "2", - "price": "136", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-12", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "01:45", - "inbound_departure_time": "23:15", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "11:02", - "outbound_departure_time": "06:00", - "passengers": "2", - "price": "181", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-12", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "12:08", - "inbound_departure_time": "06:50", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "15:17", - "outbound_departure_time": "09:35", - "passengers": "2", - "price": "191", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-12", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "19:00", - "inbound_departure_time": "16:30", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "19:25", - "outbound_departure_time": "16:55", - "passengers": "2", - "price": "132", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-12", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "16:04", - "inbound_departure_time": "11:40", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "02:20", - "outbound_departure_time": "23:50", - "passengers": "2", - "price": "171", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 93, - "slot": "inbound_departure_time", - "start": 86 - }, - { - "exclusive_end": 135, - "slot": "price", - "start": 131 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an Alaska Airlines flight that leaves at 10:10 am on the 12th and returns at 5:40 pm on the 14th. The price per ticket is $136." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the initial flight arrive, and does it have zero stops?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "12:40" - ], - "slot": "outbound_arrival_time", - "values": [ - "12:40 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_arrival_time", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 0 stops on this flight and it arrives at 12:40 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other available flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:00" - ], - "slot": "outbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:15" - ], - "slot": "inbound_departure_time", - "values": [ - "11:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "181" - ], - "slot": "price", - "values": [ - "$181" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "outbound_departure_time", - "start": 52 - }, - { - "exclusive_end": 92, - "slot": "inbound_departure_time", - "start": 84 - }, - { - "exclusive_end": 112, - "slot": "price", - "start": 108 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight that leaves at 6 am and returns on the 14th at 11:15 pm for a price of $181 per ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there others available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:35" - ], - "slot": "outbound_departure_time", - "values": [ - "9:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:50" - ], - "slot": "inbound_departure_time", - "values": [ - "6:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "191" - ], - "slot": "price", - "values": [ - "$191" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "outbound_departure_time", - "start": 44 - }, - { - "exclusive_end": 94, - "slot": "inbound_departure_time", - "start": 87 - }, - { - "exclusive_end": 114, - "slot": "price", - "start": 110 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Delta Airlines flight leaving at 9:35 am on the 12th, departing the 14th at 6:50 am for a price of $191 per ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "6:50 am" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "9:35 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. Can you please reserve the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Portland" - ], - "slot": "origin_city", - "values": [ - "Portland" - ] - }, - { - "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-12" - ], - "slot": "departure_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "09:35" - ], - "slot": "outbound_departure_time", - "values": [ - "9:35 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:50" - ], - "slot": "inbound_departure_time", - "values": [ - "6:50 am" - ] - }, - { - "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": 95, - "slot": "origin_city", - "start": 87 - }, - { - "exclusive_end": 110, - "slot": "destination_city", - "start": 99 - }, - { - "exclusive_end": 131, - "slot": "departure_date", - "start": 121 - }, - { - "exclusive_end": 188, - "slot": "return_date", - "start": 178 - }, - { - "exclusive_end": 142, - "slot": "outbound_departure_time", - "start": 135 - }, - { - "exclusive_end": 174, - "slot": "inbound_departure_time", - "start": 167 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: Booking 2 economy tickets on Delta Airlines from Portland to Los Angeles departing March 12th at 9:35 am and return departure is 6:50 am on March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "6:50 am" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "9:35 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-12", - "destination_city": "Los Angeles", - "inbound_departure_time": "06:50", - "origin_city": "Portland", - "outbound_departure_time": "09:35", - "passengers": "2", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-12", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "12:08", - "inbound_departure_time": "06:50", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "15:17", - "outbound_departure_time": "09:35", - "passengers": "2", - "price": "191", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets are confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "6:50 am" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "9:35 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does my return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "12:08" - ], - "slot": "inbound_arrival_time", - "values": [ - "12:08 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "inbound_arrival_time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight arrives at 12:08 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "6:50 am" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "9:35 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for all your help, that is all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00031", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Where would you like to go? When would you like to leave? Where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "NY" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "9th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "destination_city", - "start": 25 - }, - { - "exclusive_end": 21, - "slot": "origin_city", - "start": 19 - }, - { - "exclusive_end": 53, - "slot": "departure_date", - "start": 41 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "NY" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm traveling from NY to Chi-town on the 9th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "return_date", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to return on March 14th and I prefer United Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:40" - ], - "slot": "outbound_departure_time", - "values": [ - "2:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:00" - ], - "slot": "inbound_departure_time", - "values": [ - "9 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "130" - ], - "slot": "price", - "values": [ - "$130" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_city": "Chicago", - "origin_city": "New York", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "00:19", - "inbound_departure_time": "21:00", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "15:59", - "outbound_departure_time": "14:40", - "passengers": "1", - "price": "130", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "outbound_departure_time", - "start": 55 - }, - { - "exclusive_end": 81, - "slot": "inbound_departure_time", - "start": 77 - }, - { - "exclusive_end": 107, - "slot": "price", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an outbound United Airlines flight leaving at 2:40 pm, returning at 9 pm. The ticket price is $130." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does the flight depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "JFK International Airport" - ], - "slot": "origin_airport", - "values": [ - "JFK International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "origin_airport", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight leaves from JFK International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "9 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "2:40 pm" - ], - "return_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I purchase the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "9 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "2:40 pm" - ], - "return_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please." - }, - { - "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": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:40" - ], - "slot": "outbound_departure_time", - "values": [ - "2:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "21:00" - ], - "slot": "inbound_departure_time", - "values": [ - "9 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 110, - "slot": "origin_city", - "start": 102 - }, - { - "exclusive_end": 71, - "slot": "destination_city", - "start": 64 - }, - { - "exclusive_end": 123, - "slot": "departure_date", - "start": 114 - }, - { - "exclusive_end": 156, - "slot": "return_date", - "start": 146 - }, - { - "exclusive_end": 134, - "slot": "outbound_departure_time", - "start": 127 - }, - { - "exclusive_end": 164, - "slot": "inbound_departure_time", - "start": 160 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: 1 Economy class ticket to Chicago on United Airlines, departing New York on March 9th at 2:40 pm, returning March 14th at 9 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "9th of March", - "March 9th" - ], - "destination_city": [ - "Chi-town", - "Chicago" - ], - "inbound_departure_time": [ - "9 pm" - ], - "origin_city": [ - "NY", - "New York" - ], - "outbound_departure_time": [ - "2:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 14th" - ], - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_city": "Chicago", - "inbound_departure_time": "21:00", - "origin_city": "New York", - "outbound_departure_time": "14:40", - "passengers": "1", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "00:19", - "inbound_departure_time": "21:00", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "15:59", - "outbound_departure_time": "14:40", - "passengers": "1", - "price": "130", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "9th of March", - "March 9th" - ], - "destination_city": [ - "Chi-town", - "Chicago" - ], - "inbound_departure_time": [ - "9 pm" - ], - "origin_city": [ - "NY", - "New York" - ], - "outbound_departure_time": [ - "2:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 14th" - ], - "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": "You're welcome. Have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00032", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hello. Can you help me search for round trip flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, I can do that. Where are you planning to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "destination_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Seattle, WA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to Seattle, WA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "OK, I need some details to complete that search. Where and when do you plan to leave? Also, when would you like to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "1st of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 44, - "slot": "departure_date", - "start": 32 - }, - { - "exclusive_end": 24, - "slot": "origin_city", - "start": 21 - }, - { - "exclusive_end": 77, - "slot": "return_date", - "start": 64 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave from ATL on the 1st of March, and return on the 12th of March." - }, - { - "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": [ - "21:45" - ], - "slot": "inbound_departure_time", - "values": [ - "9:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "197" - ], - "slot": "price", - "values": [ - "$197" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "Atlanta", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "06:17", - "inbound_departure_time": "21:45", - "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": "197", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:22", - "inbound_departure_time": "23:50", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "18:52", - "outbound_departure_time": "16:20", - "passengers": "1", - "price": "193", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "17:04", - "inbound_departure_time": "05:25", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "18:05", - "outbound_departure_time": "13:35", - "passengers": "1", - "price": "309", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "01:27", - "inbound_departure_time": "16:55", - "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": "190", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "outbound_departure_time", - "start": 59 - }, - { - "exclusive_end": 107, - "slot": "inbound_departure_time", - "start": 100 - }, - { - "exclusive_end": 43, - "slot": "price", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have an American Airlines flight for $197 that leaves at 9:35 pm. The return flight will leave at 9:45 pm." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "ATL" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other options? I have three people in my group, and we prefer economy tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:20" - ], - "slot": "outbound_departure_time", - "values": [ - "4:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:50" - ], - "slot": "inbound_departure_time", - "values": [ - "11:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "193" - ], - "slot": "price", - "values": [ - "$193" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "Atlanta", - "passengers": "3", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "06:17", - "inbound_departure_time": "21:45", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "00:07", - "outbound_departure_time": "21:35", - "passengers": "3", - "price": "197", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:22", - "inbound_departure_time": "23:50", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "18:52", - "outbound_departure_time": "16:20", - "passengers": "3", - "price": "193", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "17:04", - "inbound_departure_time": "05:25", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "18:05", - "outbound_departure_time": "13:35", - "passengers": "3", - "price": "309", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "01:27", - "inbound_departure_time": "16:55", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "13:27", - "outbound_departure_time": "10:55", - "passengers": "3", - "price": "190", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 116, - "slot": "inbound_departure_time", - "start": 108 - }, - { - "exclusive_end": 51, - "slot": "price", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, there is also a Delta Airlines flight for $193 that leaves at 4:20 pm. The return flight will leave at 11:50 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "11:50 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "4:20 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That one sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy tickets now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "11:50 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "4:20 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book the tickets." - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "16:20" - ], - "slot": "outbound_departure_time", - "values": [ - "4:20 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "23:50" - ], - "slot": "inbound_departure_time", - "values": [ - "11:50 pm" - ] - }, - { - "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": 145, - "slot": "origin_city", - "start": 138 - }, - { - "exclusive_end": 201, - "slot": "destination_city", - "start": 194 - }, - { - "exclusive_end": 151, - "slot": "departure_date", - "start": 146 - }, - { - "exclusive_end": 227, - "slot": "return_date", - "start": 217 - }, - { - "exclusive_end": 162, - "slot": "outbound_departure_time", - "start": 155 - }, - { - "exclusive_end": 213, - "slot": "inbound_departure_time", - "start": 205 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm these details. You are reserving tickets for 3 people in economy class on Delta Airlines. The outbound flight departs from Atlanta today at 4:20 pm. Your return flight will leave Seattle at 11:50 pm on March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of March", - "today" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "11:50 pm" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "4:20 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "inbound_departure_time": "23:50", - "origin_city": "Atlanta", - "outbound_departure_time": "16:20", - "passengers": "3", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:22", - "inbound_departure_time": "23:50", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "18:52", - "outbound_departure_time": "16:20", - "passengers": "3", - "price": "193", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of March", - "today" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "11:50 pm" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "4:20 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is that ticket class refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No, unfortunately it is not refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of March", - "today" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "11:50 pm" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "4:20 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the outbound flight arrive in Seattle?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:52" - ], - "slot": "outbound_arrival_time", - "values": [ - "6:52 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 6:52 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of March", - "today" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "11:50 pm" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "4:20 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March", - "March 12th" - ], - "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 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": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of March", - "today" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "11:50 pm" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "4:20 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's it. Thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00033", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please look for round trip flights." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course. Where is the destination and what dates do you want to arrive and return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "March 3rd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "NYC" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "departure_date", - "start": 37 - }, - { - "exclusive_end": 16, - "slot": "destination_city", - "start": 13 - }, - { - "exclusive_end": 80, - "slot": "return_date", - "start": 67 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "NYC" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to NYC. I want to leave on March 3rd and get back on the 14th of March." - }, - { - "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": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Ciudad de Mexico" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "NYC" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving from Ciudad de Mexico." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:00" - ], - "slot": "outbound_departure_time", - "values": [ - "3 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:45" - ], - "slot": "inbound_departure_time", - "values": [ - "8:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "174" - ], - "slot": "price", - "values": [ - "$174" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "New York", - "origin_city": "Mexico City", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "23:16", - "inbound_departure_time": "20:45", - "number_stops": "0", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "19:31", - "outbound_departure_time": "15:00", - "passengers": "1", - "price": "174", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "00:44", - "inbound_departure_time": "19:25", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "12:56", - "outbound_departure_time": "08:25", - "passengers": "1", - "price": "223", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 90, - "slot": "outbound_departure_time", - "start": 86 - }, - { - "exclusive_end": 130, - "slot": "inbound_departure_time", - "start": 123 - }, - { - "exclusive_end": 52, - "slot": "price", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, I found 2 possible flights. There is a $174 Delta Airlines flight leaving at 3 pm and the return flight leaves at 8:45 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "NYC" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What else is available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:25" - ], - "slot": "outbound_departure_time", - "values": [ - "8:25 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:25" - ], - "slot": "inbound_departure_time", - "values": [ - "7:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "223" - ], - "slot": "price", - "values": [ - "$223" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "outbound_departure_time", - "start": 41 - }, - { - "exclusive_end": 88, - "slot": "inbound_departure_time", - "start": 81 - }, - { - "exclusive_end": 6, - "slot": "price", - "start": 2 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "A $223 United Airlines flight leaving at 8:25 am. The departing flight leaves at 7:25 pm. Would you like me to book this option?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "NYC" - ], - "inbound_departure_time": [ - "7:25 pm" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds good, I need four tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Mexico City" - ] - }, - { - "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-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:25" - ], - "slot": "outbound_departure_time", - "values": [ - "8:25 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "19:25" - ], - "slot": "inbound_departure_time", - "values": [ - "7:25 pm" - ] - }, - { - "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": 121, - "slot": "origin_city", - "start": 110 - }, - { - "exclusive_end": 133, - "slot": "destination_city", - "start": 125 - }, - { - "exclusive_end": 160, - "slot": "departure_date", - "start": 142 - }, - { - "exclusive_end": 212, - "slot": "return_date", - "start": 202 - }, - { - "exclusive_end": 81, - "slot": "outbound_departure_time", - "start": 74 - }, - { - "exclusive_end": 198, - "slot": "inbound_departure_time", - "start": 191 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, please confirm the following. You want to book 4 tickets for the 8:25 am United Airlines flight from Mexico City to New York leaving day after tomorrow. Your returning flight leaves 7:25 pm on March 14th. All seats are Economy. Would you like me to go ahead and reserve?" - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "NYC", - "New York" - ], - "inbound_departure_time": [ - "7:25 pm" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's right. Is this refundable? Also, when does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "12:56" - ], - "slot": "outbound_arrival_time", - "values": [ - "12:56 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "New York", - "inbound_departure_time": "19:25", - "origin_city": "Mexico City", - "outbound_departure_time": "08:25", - "passengers": "4", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "00:44", - "inbound_departure_time": "19:25", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "12:56", - "outbound_departure_time": "08:25", - "passengers": "4", - "price": "223", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 68, - "slot": "outbound_arrival_time", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The tickets are nonrefundable. The onward flight arrives at 12:56 pm. Congrats, your trip is booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "NYC", - "New York" - ], - "inbound_departure_time": [ - "7:25 pm" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks 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 help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "NYC", - "New York" - ], - "inbound_departure_time": [ - "7:25 pm" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, that's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good rest of your day!" - } - ] - }, - { - "dialogue_id": "18_00034", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to book a round trip." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would you like to travel and what is your destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "departure_date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 13, - "slot": "departure_date", - "start": 3 - }, - { - "exclusive_end": 26, - "slot": "destination_city", - "start": 17 - }, - { - "exclusive_end": 69, - "slot": "return_date", - "start": 51 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Vancouver" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On March 12th to Vancouver and getting back on the 14th of this month." - }, - { - "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": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from Seattle, WA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:40" - ], - "slot": "outbound_departure_time", - "values": [ - "7:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "03:20" - ], - "slot": "inbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "293" - ], - "slot": "price", - "values": [ - "$293" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-12", - "destination_city": "Vancouver", - "origin_city": "Seattle", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-12", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "14:47", - "inbound_departure_time": "03:20", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "13:59", - "outbound_departure_time": "07:40", - "passengers": "1", - "price": "293", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-12", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "22:56", - "inbound_departure_time": "18:05", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "19:49", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "258", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 90, - "slot": "inbound_departure_time", - "start": 83 - }, - { - "exclusive_end": 108, - "slot": "price", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 2 Delta Airlines flights, one leaves at 7:40 am and the return leaves at 3:20 am. The cost is $293." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "7:40 am" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight is good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to purchase 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "7:40 am" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, book the ticket for Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "departure_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:40" - ], - "slot": "outbound_departure_time", - "values": [ - "7:40 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "03:20" - ], - "slot": "inbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "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": 49, - "slot": "origin_city", - "start": 42 - }, - { - "exclusive_end": 62, - "slot": "destination_city", - "start": 53 - }, - { - "exclusive_end": 76, - "slot": "departure_date", - "start": 66 - }, - { - "exclusive_end": 126, - "slot": "return_date", - "start": 116 - }, - { - "exclusive_end": 94, - "slot": "outbound_departure_time", - "start": 87 - }, - { - "exclusive_end": 134, - "slot": "inbound_departure_time", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "1 Economy flight with Delta Airlines from Seattle to Vancouver on March 12th leaves at 7:40 am and return leaves on March 14th 3:20 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "origin_airport" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "7:40 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of this month", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is good. What time does the flight arrive and which airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle-Tacoma International Airport" - ], - "slot": "origin_airport", - "values": [ - "Seattle-Tacoma International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "14:47" - ], - "slot": "inbound_arrival_time", - "values": [ - "2:47 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-12", - "destination_city": "Vancouver", - "inbound_departure_time": "03:20", - "origin_city": "Seattle", - "outbound_departure_time": "07:40", - "passengers": "1", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-12", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "14:47", - "inbound_departure_time": "03:20", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "13:59", - "outbound_departure_time": "07:40", - "passengers": "1", - "price": "293", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "origin_airport", - "start": 19 - }, - { - "exclusive_end": 96, - "slot": "inbound_arrival_time", - "start": 89 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight is from Seattle-Tacoma International Airport and the return flight arrives at 2:47 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 12th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "7:40 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of this month", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "18_00035", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want a list of round trip flights." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is departure and arrival city and when?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "10th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 15, - "slot": "origin_city", - "start": 13 - }, - { - "exclusive_end": 38, - "slot": "destination_city", - "start": 31 - }, - { - "exclusive_end": 74, - "slot": "return_date", - "start": 56 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "10th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Departure is LA and arrival is Seattle to return on the 10th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you depart?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "departure_date", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "today" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "10th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:15" - ], - "slot": "outbound_departure_time", - "values": [ - "5:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "inbound_departure_time", - "values": [ - "12 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "205" - ], - "slot": "price", - "values": [ - "$205" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "Los Angeles", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "17:15", - "inbound_departure_time": "12:00", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "10:33", - "outbound_departure_time": "05:15", - "passengers": "1", - "price": "205", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "11:02", - "inbound_departure_time": "08:15", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "02:32", - "outbound_departure_time": "23:45", - "passengers": "1", - "price": "150", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "10:27", - "inbound_departure_time": "07:40", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "09:37", - "outbound_departure_time": "06:50", - "passengers": "1", - "price": "159", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "23:55", - "inbound_departure_time": "18:50", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "14:47", - "outbound_departure_time": "12:00", - "passengers": "1", - "price": "173", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "21:07", - "inbound_departure_time": "18:20", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "11:42", - "outbound_departure_time": "08:55", - "passengers": "1", - "price": "156", - "refundable": "True", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_departure_time", - "start": 56 - }, - { - "exclusive_end": 84, - "slot": "inbound_departure_time", - "start": 79 - }, - { - "exclusive_end": 93, - "slot": "price", - "start": 89 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 5 found. An Alaska Airlines flight departs at 5:15 am and returns at 12 pm for $205." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "seating_class", - "values": [ - "dontcare" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "today" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "LA" - ], - "passengers": [ - "4" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there others because I need four in any class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:45" - ], - "slot": "outbound_departure_time", - "values": [ - "11:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:15" - ], - "slot": "inbound_departure_time", - "values": [ - "8:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "150" - ], - "slot": "price", - "values": [ - "$150" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "Los Angeles", - "passengers": "4", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "18:32", - "inbound_departure_time": "15:45", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "21:57", - "outbound_departure_time": "19:10", - "passengers": "4", - "price": "246", - "refundable": "True", - "return_date": "2019-03-10", - "seating_class": "Premium Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "11:02", - "inbound_departure_time": "08:15", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "02:32", - "outbound_departure_time": "23:45", - "passengers": "4", - "price": "150", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "10:27", - "inbound_departure_time": "07:40", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "09:37", - "outbound_departure_time": "06:50", - "passengers": "4", - "price": "159", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "23:55", - "inbound_departure_time": "18:50", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "14:47", - "outbound_departure_time": "12:00", - "passengers": "4", - "price": "173", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "21:07", - "inbound_departure_time": "18:20", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "11:42", - "outbound_departure_time": "08:55", - "passengers": "4", - "price": "156", - "refundable": "True", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "outbound_departure_time", - "start": 34 - }, - { - "exclusive_end": 65, - "slot": "inbound_departure_time", - "start": 58 - }, - { - "exclusive_end": 95, - "slot": "price", - "start": 91 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a flight that departs at 11:45 pm and returns at 8:15 am on American Airlines for $150." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "8:15 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "11:45 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I accept this flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to purchase?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "8:15 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "11:45 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No I do not want yet." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else you want?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "8:15 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "11:45 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00036", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to look at some flights." - }, - { - "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": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "Later today" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "departure_date", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Later today" - ], - "passengers": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Later today, and there are 4 people traveling with me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be leaving from and traveling to? When is your return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SFO" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "destination_city", - "start": 20 - }, - { - "exclusive_end": 71, - "slot": "return_date", - "start": 53 - }, - { - "exclusive_end": 16, - "slot": "origin_city", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "SFO" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving from SFO to Seattle. I need to return on the 14th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:20" - ], - "slot": "outbound_departure_time", - "values": [ - "6:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "inbound_departure_time", - "values": [ - "12 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "138" - ], - "slot": "price", - "values": [ - "$138" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "San Francisco", - "passengers": "4", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "14:11", - "inbound_departure_time": "12:00", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "08:31", - "outbound_departure_time": "06:20", - "passengers": "4", - "price": "138", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "12:28", - "inbound_departure_time": "08:35", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:26", - "outbound_departure_time": "14:15", - "passengers": "4", - "price": "162", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "11:55", - "inbound_departure_time": "07:40", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "10:11", - "outbound_departure_time": "08:00", - "passengers": "4", - "price": "174", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:01", - "inbound_departure_time": "21:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "10:36", - "outbound_departure_time": "08:25", - "passengers": "4", - "price": "135", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:26", - "inbound_departure_time": "06:15", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:16", - "outbound_departure_time": "15:05", - "passengers": "4", - "price": "136", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 64, - "slot": "outbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 100, - "slot": "inbound_departure_time", - "start": 95 - }, - { - "exclusive_end": 126, - "slot": "price", - "start": 122 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 5 options. An Alaska Airlines flight leaves at 6:20 am. The return flight departs at 12 pm. The ticket price is $138." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "SFO" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there anything else available in Economy?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:15" - ], - "slot": "outbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:35" - ], - "slot": "inbound_departure_time", - "values": [ - "8:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "162" - ], - "slot": "price", - "values": [ - "$162" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "San Francisco", - "passengers": "4", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "14:11", - "inbound_departure_time": "12:00", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "08:31", - "outbound_departure_time": "06:20", - "passengers": "4", - "price": "138", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "12:28", - "inbound_departure_time": "08:35", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:26", - "outbound_departure_time": "14:15", - "passengers": "4", - "price": "162", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "11:55", - "inbound_departure_time": "07:40", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "10:11", - "outbound_departure_time": "08:00", - "passengers": "4", - "price": "174", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:01", - "inbound_departure_time": "21:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "10:36", - "outbound_departure_time": "08:25", - "passengers": "4", - "price": "135", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 99, - "slot": "inbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 123, - "slot": "price", - "start": 119 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 flights. There is an American Airlines flight leaving at 2:15 pm and returning at 8:35 am. That ticket costs $162." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "SFO" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any Delta Airlines flights?" - }, - { - "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": [ - "07:40" - ], - "slot": "inbound_departure_time", - "values": [ - "7:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "174" - ], - "slot": "price", - "values": [ - "$174" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "San Francisco", - "passengers": "4", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "11:55", - "inbound_departure_time": "07:40", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "10:11", - "outbound_departure_time": "08:00", - "passengers": "4", - "price": "174", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 53, - "slot": "outbound_departure_time", - "start": 49 - }, - { - "exclusive_end": 78, - "slot": "inbound_departure_time", - "start": 71 - }, - { - "exclusive_end": 97, - "slot": "price", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, there is 1 Delta Airlines flight leaving at 8 am and returning at 7:40 am. The price is $174." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "origin_airport" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "SFO" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where does that flight leave from? Does it have 1 stop?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "origin_airport", - "values": [ - "SFO International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "origin_airport", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It has 1 stop and leaves from SFO International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "7:40 am" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sound good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to purchases tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "7:40 am" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can do for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "7:40 am" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "18_00037", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to go on a trip. Can you find a round-trip flight for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Where are you going to? Also, when are you leaving and when do you want to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "the 2nd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Toronto" - ], - "slot": "destination_city", - "values": [ - "Toronto, Canada" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "5th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "departure_date", - "start": 50 - }, - { - "exclusive_end": 29, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 88, - "slot": "return_date", - "start": 76 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Toronto, Canada" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Toronto, Canada. I want to leave on the 2nd and return on the 5th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city are you departing from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York City" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Toronto, Canada" - ], - "origin_city": [ - "New York City" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll leave from New York City." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:55" - ], - "slot": "outbound_departure_time", - "values": [ - "6:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:50" - ], - "slot": "inbound_departure_time", - "values": [ - "12:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "98" - ], - "slot": "price", - "values": [ - "$98" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Toronto", - "origin_city": "New York", - "return_date": "2019-03-05" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Toronto Pearson International Airport", - "destination_city": "Toronto", - "inbound_arrival_time": "14:18", - "inbound_departure_time": "12:50", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "08:23", - "outbound_departure_time": "06:55", - "passengers": "1", - "price": "98", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Toronto Pearson International Airport", - "destination_city": "Toronto", - "inbound_arrival_time": "23:58", - "inbound_departure_time": "22:30", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "06:33", - "outbound_departure_time": "05:05", - "passengers": "1", - "price": "110", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 52 - }, - { - "exclusive_end": 127, - "slot": "inbound_departure_time", - "start": 119 - }, - { - "exclusive_end": 73, - "slot": "price", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an American Airlines flight which leaves at 6:55 am and costs $98. The flight which brings you back departs at 12:50 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Toronto, Canada" - ], - "origin_city": [ - "New York City" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does this flight take me too, and which station does it leave from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "JFK International Airport" - ], - "slot": "origin_airport", - "values": [ - "JFK International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Toronto Pearson International Airport" - ], - "slot": "destination_airport", - "values": [ - "Toronto Pearson International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "origin_airport", - "start": 15 - }, - { - "exclusive_end": 92, - "slot": "destination_airport", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You leave from JFK International Airport and arrive at Toronto Pearson International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Toronto, Canada" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "6:55 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great. I'll only be gone a little while. Can you reserve tickets for 3 people?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - }, - { - "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-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:55" - ], - "slot": "outbound_departure_time", - "values": [ - "6:55 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:50" - ], - "slot": "inbound_departure_time", - "values": [ - "12:50 pm" - ] - }, - { - "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": 52, - "slot": "origin_city", - "start": 44 - }, - { - "exclusive_end": 63, - "slot": "destination_city", - "start": 56 - }, - { - "exclusive_end": 85, - "slot": "departure_date", - "start": 77 - }, - { - "exclusive_end": 147, - "slot": "return_date", - "start": 135 - }, - { - "exclusive_end": 96, - "slot": "outbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 159, - "slot": "inbound_departure_time", - "start": 151 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. For the American Airlines flight from New York to Toronto which leaves tomorrow at 6:55 am and has a return flight which departs next Tuesday at 12:50 pm, you want 3 Economy class tickets. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "Toronto", - "Toronto, Canada" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "New York", - "New York City" - ], - "outbound_departure_time": [ - "6:55 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "5th of March", - "next Tuesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Everything sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "Toronto", - "inbound_departure_time": "12:50", - "origin_city": "New York", - "outbound_departure_time": "06:55", - "passengers": "3", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Toronto Pearson International Airport", - "destination_city": "Toronto", - "inbound_arrival_time": "14:18", - "inbound_departure_time": "12:50", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "08:23", - "outbound_departure_time": "06:55", - "passengers": "3", - "price": "98", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The tickets have now been reserved." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "Toronto", - "Toronto, Canada" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "New York", - "New York City" - ], - "outbound_departure_time": [ - "6:55 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "5th of March", - "next Tuesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want 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 2nd", - "tomorrow" - ], - "destination_city": [ - "Toronto", - "Toronto, Canada" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "New York", - "New York City" - ], - "outbound_departure_time": [ - "6:55 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "5th of March", - "next Tuesday" - ], - "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 nice day." - } - ] - }, - { - "dialogue_id": "18_00038", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you help me find a round trip flight through Delta Airlines?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, I can help with that. Where would you be traveling for your trip?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "destination_city", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "destination_city": [ - "LA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like a flight to LA please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date did you want to book your flight and what city would your be leaving from? What day would you like to select for your return home?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "the 3rd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "9th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "departure_date", - "start": 36 - }, - { - "exclusive_end": 32, - "slot": "origin_city", - "start": 25 - }, - { - "exclusive_end": 90, - "slot": "return_date", - "start": 78 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Atlanta" - ], - "return_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would be flying out of Atlanta on the 3rd and I would like to return on the 9th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:40" - ], - "slot": "outbound_departure_time", - "values": [ - "5:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:40" - ], - "slot": "inbound_departure_time", - "values": [ - "8:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "184" - ], - "slot": "price", - "values": [ - "$184" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "Los Angeles", - "origin_city": "Atlanta", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "04:39", - "inbound_departure_time": "20:40", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:39", - "outbound_departure_time": "17:40", - "passengers": "1", - "price": "184", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 77, - "slot": "outbound_departure_time", - "start": 70 - }, - { - "exclusive_end": 125, - "slot": "inbound_departure_time", - "start": 118 - }, - { - "exclusive_end": 152, - "slot": "price", - "start": 148 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 1 flight with Delta Airlines. This flight will depart at 5:40 pm and will be returning flight departs at 8:40 pm. This ticket price is $184." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "8:40 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "5:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's sounds perfect for my short trip. Can you reserve the ticket for 1?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "17:40" - ], - "slot": "outbound_departure_time", - "values": [ - "5:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:40" - ], - "slot": "inbound_departure_time", - "values": [ - "8:40 pm" - ] - }, - { - "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": 105, - "slot": "origin_city", - "start": 98 - }, - { - "exclusive_end": 143, - "slot": "destination_city", - "start": 132 - }, - { - "exclusive_end": 128, - "slot": "departure_date", - "start": 110 - }, - { - "exclusive_end": 176, - "slot": "return_date", - "start": 167 - }, - { - "exclusive_end": 214, - "slot": "outbound_departure_time", - "start": 207 - }, - { - "exclusive_end": 255, - "slot": "inbound_departure_time", - "start": 248 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure I can, I will be booking an Economy seat for 1 with Delta Airlines that will be leaving from Atlanta the day after tomorrow to Los Angeles, and will be returning March 9th. The onward flight departs at 5:40 pm and the return flight departs at 8:40 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:40 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "5:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of March", - "March 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am sorry can you see what is available with Premium Economy?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "17:40" - ], - "slot": "outbound_departure_time", - "values": [ - "5:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "outbound_departure_time", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a flight that onward departure time is 5:40 pm that has Premium Economy seating." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:40 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "5:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of March", - "March 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to book that one please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "Los Angeles", - "inbound_departure_time": "20:40", - "origin_city": "Atlanta", - "outbound_departure_time": "17:40", - "passengers": "1", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "04:39", - "inbound_departure_time": "20:40", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:39", - "outbound_departure_time": "17:40", - "passengers": "1", - "price": "317", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes ma'am, your flight has been successfully confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:40 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "5:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of March", - "March 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am sorry, can you please let me know the return flight arrival time, and is this ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "04:39" - ], - "slot": "inbound_arrival_time", - "values": [ - "4:39 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "inbound_arrival_time", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight will be returning 4:39 am and sorry 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:40 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "5:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of March", - "March 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for all of your help, that will be all for today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are welcome and I hope you have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00039", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hey, I'm thinking of going on a trip. Can you search round trip flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do plan to leave and return? What the destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "the 3rd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta, GA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "11th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "departure_date", - "start": 19 - }, - { - "exclusive_end": 93, - "slot": "destination_city", - "start": 82 - }, - { - "exclusive_end": 61, - "slot": "return_date", - "start": 43 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Atlanta, GA" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave on the 3rd and get back on 11th of this month. The destination is Atlanta, GA." - }, - { - "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": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 7, - "slot": "origin_city", - "start": 5 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Atlanta, GA" - ], - "origin_city": [ - "LA" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From LA. I want two tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:25" - ], - "slot": "outbound_departure_time", - "values": [ - "5:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:30" - ], - "slot": "inbound_departure_time", - "values": [ - "2:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "177" - ], - "slot": "price", - "values": [ - "$177" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Atlanta", - "origin_city": "Los Angeles", - "passengers": "2", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "16:29", - "inbound_departure_time": "14:30", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "01:24", - "outbound_departure_time": "17:25", - "passengers": "2", - "price": "177", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "19:39", - "inbound_departure_time": "17:40", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "04:39", - "outbound_departure_time": "20:40", - "passengers": "2", - "price": "202", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "15:29", - "inbound_departure_time": "13:30", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "23:41", - "outbound_departure_time": "13:00", - "passengers": "2", - "price": "228", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "14:15", - "inbound_departure_time": "09:40", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "04:39", - "outbound_departure_time": "20:40", - "passengers": "2", - "price": "249", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_departure_time", - "start": 54 - }, - { - "exclusive_end": 83, - "slot": "inbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 117, - "slot": "price", - "start": 113 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a American Airlines flight bound to leave at 5:25 pm and return at 2:30 pm on the 11th. The ticket cost $177." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Atlanta, GA" - ], - "origin_city": [ - "LA" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any Delta Airlines flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:40" - ], - "slot": "outbound_departure_time", - "values": [ - "8:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:40" - ], - "slot": "inbound_departure_time", - "values": [ - "5:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "202" - ], - "slot": "price", - "values": [ - "$202" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "Atlanta", - "origin_city": "Los Angeles", - "passengers": "2", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "19:39", - "inbound_departure_time": "17:40", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "04:39", - "outbound_departure_time": "20:40", - "passengers": "2", - "price": "202", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 64, - "slot": "outbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 89, - "slot": "inbound_departure_time", - "start": 82 - }, - { - "exclusive_end": 120, - "slot": "price", - "start": 116 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 Delta Airlines flight. You would be leaving at 8:40 pm and returning on 5:40 pm. The ticket will cost you $202." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "number_stops" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Atlanta, GA" - ], - "origin_city": [ - "LA" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "In which airport will it arrive? Does it have 0 stops or more than that?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Hartsfield-Jackson International Airport" - ], - "slot": "destination_airport", - "values": [ - "Hartsfield-Jackson International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "destination_airport", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You will arrive at the Hartsfield-Jackson International Airport and there are 0 stops." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "5:40 pm" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "5:40 pm" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, in Economy, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:40" - ], - "slot": "outbound_departure_time", - "values": [ - "8:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "17:40" - ], - "slot": "inbound_departure_time", - "values": [ - "5:40 pm" - ] - }, - { - "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": 91, - "slot": "origin_city", - "start": 80 - }, - { - "exclusive_end": 102, - "slot": "destination_city", - "start": 95 - }, - { - "exclusive_end": 128, - "slot": "departure_date", - "start": 110 - }, - { - "exclusive_end": 163, - "slot": "return_date", - "start": 153 - }, - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 174, - "slot": "inbound_departure_time", - "start": 167 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: you want a Delta Airlines fligh that will leave at 8:40 pm from Los Angeles to Atlanta on the day after tomorrow and that will return on March 11th at 5:40 pm. 2 passengers sitting in Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "Atlanta", - "Atlanta, GA" - ], - "inbound_departure_time": [ - "5:40 pm" - ], - "origin_city": [ - "LA", - "Los Angeles" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of this month", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's exactly it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "Atlanta", - "inbound_departure_time": "17:40", - "origin_city": "Los Angeles", - "outbound_departure_time": "20:40", - "passengers": "2", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "19:39", - "inbound_departure_time": "17:40", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "04:39", - "outbound_departure_time": "20:40", - "passengers": "2", - "price": "202", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is successfully confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "Atlanta", - "Atlanta, GA" - ], - "inbound_departure_time": [ - "5:40 pm" - ], - "origin_city": [ - "LA", - "Los Angeles" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of this month", - "March 11th" - ], - "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": "Can I assist you in anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "Atlanta", - "Atlanta, GA" - ], - "inbound_departure_time": [ - "5:40 pm" - ], - "origin_city": [ - "LA", - "Los Angeles" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of this month", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that was all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Thank you." - } - ] - }, - { - "dialogue_id": "18_00040", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 65, - "slot": "origin_city", - "start": 63 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "LA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you help to search for round trip tickets departing from LA?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you plan to visit? What is your preferred departure and return date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "Monday next week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "the 14th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "NY" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "departure_date", - "start": 27 - }, - { - "exclusive_end": 72, - "slot": "return_date", - "start": 64 - }, - { - "exclusive_end": 49, - "slot": "destination_city", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would prefer to leave on Monday next week to NY and return on the 14th." - }, - { - "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": [ - "19:45" - ], - "slot": "inbound_departure_time", - "values": [ - "7:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "241" - ], - "slot": "price", - "values": [ - "$241" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "New York", - "origin_city": "Los Angeles", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "00:32", - "inbound_departure_time": "19:45", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "03:30", - "outbound_departure_time": "18:20", - "passengers": "1", - "price": "241", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "10:40", - "inbound_departure_time": "07:30", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "00:19", - "outbound_departure_time": "13:40", - "passengers": "1", - "price": "267", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "23:55", - "inbound_departure_time": "17:55", - "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": "309", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "11:40", - "inbound_departure_time": "06:05", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "05:25", - "outbound_departure_time": "20:15", - "passengers": "1", - "price": "262", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 71, - "slot": "outbound_departure_time", - "start": 64 - }, - { - "exclusive_end": 118, - "slot": "inbound_departure_time", - "start": 111 - }, - { - "exclusive_end": 143, - "slot": "price", - "start": 139 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, I have found an American Airlines flight which departs at 6:20 pm, and the return flight which leaves at 7:45 pm. This will cost you $241." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any alternative flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:40" - ], - "slot": "outbound_departure_time", - "values": [ - "1:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:30" - ], - "slot": "inbound_departure_time", - "values": [ - "7:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "267" - ], - "slot": "price", - "values": [ - "$267" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 67, - "slot": "outbound_departure_time", - "start": 60 - }, - { - "exclusive_end": 92, - "slot": "inbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 117, - "slot": "price", - "start": 113 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes there is. There is a Delta Airlines flight departing at 1:40 pm and returning at 7:30 am. This will cost you $267." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "7:30 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need me to make a reservation for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "7:30 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that will be great." - }, - { - "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-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:40" - ], - "slot": "outbound_departure_time", - "values": [ - "1:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:30" - ], - "slot": "inbound_departure_time", - "values": [ - "7:30 am" - ] - }, - { - "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": 90 - }, - { - "exclusive_end": 113, - "slot": "destination_city", - "start": 105 - }, - { - "exclusive_end": 149, - "slot": "departure_date", - "start": 138 - }, - { - "exclusive_end": 185, - "slot": "return_date", - "start": 175 - }, - { - "exclusive_end": 160, - "slot": "outbound_departure_time", - "start": 153 - }, - { - "exclusive_end": 196, - "slot": "inbound_departure_time", - "start": 189 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm your reservation for 1 passenger on the Economy Delta Airlines flight from Los Angeles to New York. The flight will depart next Monday at 1:40 pm and return on March 14th at 7:30 am." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "NY", - "New York" - ], - "inbound_departure_time": [ - "7:30 am" - ], - "origin_city": [ - "LA", - "Los Angeles" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 14th", - "the 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great! What time does the onward flight, and is this ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "00:19" - ], - "slot": "outbound_arrival_time", - "values": [ - "0:19 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_city": "New York", - "inbound_departure_time": "07:30", - "origin_city": "Los Angeles", - "outbound_departure_time": "13:40", - "passengers": "1", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "10:40", - "inbound_departure_time": "07:30", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "00:19", - "outbound_departure_time": "13:40", - "passengers": "1", - "price": "267", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 75, - "slot": "outbound_arrival_time", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation has been made! The departure flight will arrive at 0:19 am and unfortunately, 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "NY", - "New York" - ], - "inbound_departure_time": [ - "7:30 am" - ], - "origin_city": [ - "LA", - "Los Angeles" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 14th", - "the 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much! That's all the help I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No worries, have a great day ahead!" - } - ] - }, - { - "dialogue_id": "18_00041", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please search flights for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be flying from when do you want to leave and come back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "9th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "6th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 88, - "slot": "return_date", - "start": 71 - }, - { - "exclusive_end": 22, - "slot": "origin_city", - "start": 17 - }, - { - "exclusive_end": 47, - "slot": "departure_date", - "start": 30 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of this month" - ], - "origin_city": [ - "Vegas" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I m leaving from Vegas on the 6th of this month and coming back on the 9th 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": [ - "San Diego" - ], - "slot": "destination_city", - "values": [ - "SD" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "destination_city", - "start": 14 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "SD" - ], - "origin_city": [ - "Vegas" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to SD." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:15" - ], - "slot": "outbound_departure_time", - "values": [ - "7:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:40" - ], - "slot": "inbound_departure_time", - "values": [ - "4:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "96" - ], - "slot": "price", - "values": [ - "$96" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "San Diego", - "origin_city": "Las Vegas", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "17:54", - "inbound_departure_time": "16:40", - "number_stops": "0", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "20:29", - "outbound_departure_time": "19:15", - "passengers": "1", - "price": "96", - "refundable": "True", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-06", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "21:39", - "inbound_departure_time": "20:25", - "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": "95", - "refundable": "True", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 111, - "slot": "outbound_departure_time", - "start": 104 - }, - { - "exclusive_end": 153, - "slot": "inbound_departure_time", - "start": 146 - }, - { - "exclusive_end": 178, - "slot": "price", - "start": 175 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 2 convenient flights for your trip. The first one is an American Airlines flight that leaves at 7:15 pm with the return flight leaving at 4:40 pm. The ticket price is $96." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "SD" - ], - "origin_city": [ - "Vegas" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "There is only 1 in my group. Are there any other available flights?" - }, - { - "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": [ - "20:25" - ], - "slot": "inbound_departure_time", - "values": [ - "8:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "95" - ], - "slot": "price", - "values": [ - "$95" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "San Diego", - "origin_city": "Las Vegas", - "passengers": "1", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "17:54", - "inbound_departure_time": "16:40", - "number_stops": "0", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "20:29", - "outbound_departure_time": "19:15", - "passengers": "1", - "price": "96", - "refundable": "True", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-06", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "21:39", - "inbound_departure_time": "20:25", - "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": "95", - "refundable": "True", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 97, - "slot": "inbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 122, - "slot": "price", - "start": 119 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Southwest Airlines flight. I leaves at 3:10 pm and the return flight leaves at 8:25 pm. The ticket price is $95." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "SD" - ], - "inbound_departure_time": [ - "8:25 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "3:10 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "So should I buy the tickets for it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "refundable", - "values": [ - "True" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "seating_class", - "values": [ - "dontcare" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "SD" - ], - "inbound_departure_time": [ - "8:25 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "3:10 pm" - ], - "passengers": [ - "1" - ], - "refundable": [ - "True" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes I would like to book the flights. Because my plans may change make sure to book only refundable tickets. Either business or economy is fine." - }, - { - "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": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:10" - ], - "slot": "outbound_departure_time", - "values": [ - "3:10 PM" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:25" - ], - "slot": "inbound_departure_time", - "values": [ - "8:25 PM" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 69, - "slot": "origin_city", - "start": 60 - }, - { - "exclusive_end": 91, - "slot": "destination_city", - "start": 82 - }, - { - "exclusive_end": 131, - "slot": "departure_date", - "start": 117 - }, - { - "exclusive_end": 177, - "slot": "return_date", - "start": 168 - }, - { - "exclusive_end": 142, - "slot": "outbound_departure_time", - "start": 135 - }, - { - "exclusive_end": 196, - "slot": "inbound_departure_time", - "start": 189 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following flights: the flight is leaving Las Vegas and goes to San Diego on Southwest Airlines on next Wednesday AT 3:10 PM. The return flight is on March 9th LEAVING AT 8:25 PM. The seats are economy class and the number of passengers is 1." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "6th of this month", - "next Wednesday" - ], - "destination_city": [ - "SD", - "San Diego" - ], - "inbound_departure_time": [ - "8:25 PM", - "8:25 pm" - ], - "origin_city": [ - "Las Vegas", - "Vegas" - ], - "outbound_departure_time": [ - "3:10 PM", - "3:10 pm" - ], - "passengers": [ - "1" - ], - "refundable": [ - "True" - ], - "return_date": [ - "9th of this month", - "March 9th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-06", - "destination_city": "San Diego", - "inbound_departure_time": "20:25", - "origin_city": "Las Vegas", - "outbound_departure_time": "15:10", - "passengers": "1", - "refundable": "True", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-06", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "21:39", - "inbound_departure_time": "20:25", - "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": "95", - "refundable": "True", - "return_date": "2019-03-09", - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "6th of this month", - "next Wednesday" - ], - "destination_city": [ - "SD", - "San Diego" - ], - "inbound_departure_time": [ - "8:25 PM", - "8:25 pm" - ], - "origin_city": [ - "Las Vegas", - "Vegas" - ], - "outbound_departure_time": [ - "3:10 PM", - "3:10 pm" - ], - "passengers": [ - "1" - ], - "refundable": [ - "True" - ], - "return_date": [ - "9th of this month", - "March 9th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. 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": "18_00042", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "7th of this month" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "return_date", - "start": 53 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "7th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please search the flights for me with return date of 7th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "to which location you want to search flights for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "NYC" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "destination_city", - "start": 25 - }, - { - "exclusive_end": 21, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "LAX" - ], - "origin_city": [ - "NYC" - ], - "return_date": [ - "7th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please search for NYC to LAX." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you planning to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "this Saturday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "departure_date", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "LAX" - ], - "origin_city": [ - "NYC" - ], - "return_date": [ - "7th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am planning to leave this Saturday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:40" - ], - "slot": "outbound_departure_time", - "values": [ - "3:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:10" - ], - "slot": "inbound_departure_time", - "values": [ - "2:10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "256" - ], - "slot": "price", - "values": [ - "$256" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Los Angeles", - "origin_city": "New York", - "return_date": "2019-03-07" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "23:20", - "inbound_departure_time": "14:10", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "19:57", - "outbound_departure_time": "15:40", - "passengers": "1", - "price": "256", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "08:05", - "inbound_departure_time": "22:55", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "10:40", - "outbound_departure_time": "07:30", - "passengers": "1", - "price": "203", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "18:34", - "inbound_departure_time": "07:20", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "11:50", - "outbound_departure_time": "08:40", - "passengers": "1", - "price": "249", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "05:25", - "inbound_departure_time": "20:15", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "11:40", - "outbound_departure_time": "06:05", - "passengers": "1", - "price": "252", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 48 - }, - { - "exclusive_end": 87, - "slot": "inbound_departure_time", - "start": 80 - }, - { - "exclusive_end": 111, - "slot": "price", - "start": 107 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight leaving at 3:40 pm from NYC and leaving at 2:10 pm from LAX priced at $256." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "LAX" - ], - "origin_city": [ - "NYC" - ], - "return_date": [ - "7th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "what are the arrival schedules for both locations?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "destination_airport", - "values": [ - "LAX International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:57" - ], - "slot": "outbound_arrival_time", - "values": [ - "7:57 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "destination_airport", - "start": 21 - }, - { - "exclusive_end": 65, - "slot": "outbound_arrival_time", - "start": 58 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "the onward flight to LAX International Airport arrives at 7:57 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "2:10 pm" - ], - "origin_city": [ - "NYC" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "return_date": [ - "7th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "this flight looks good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "would you like to me to buy tickets for this flight?" - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "2:10 pm" - ], - "origin_city": [ - "NYC" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "return_date": [ - "7th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, book either business or economy tickets for this flight" - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:40" - ], - "slot": "outbound_departure_time", - "values": [ - "3:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:10" - ], - "slot": "inbound_departure_time", - "values": [ - "2:10 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 84, - "slot": "origin_city", - "start": 76 - }, - { - "exclusive_end": 99, - "slot": "destination_city", - "start": 88 - }, - { - "exclusive_end": 108, - "slot": "departure_date", - "start": 100 - }, - { - "exclusive_end": 141, - "slot": "return_date", - "start": 128 - }, - { - "exclusive_end": 185, - "slot": "outbound_departure_time", - "start": 178 - }, - { - "exclusive_end": 225, - "slot": "inbound_departure_time", - "start": 218 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "the flight details are as follows: The American Airlines flight leaves from New York to Los Angeles tomorrow and return date is next Thursday. The onward flight flight leaves at 3:40 pm and the return flight leaves at 2:10 pm. Seating class is Economy for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Saturday", - "tomorrow" - ], - "destination_city": [ - "LAX", - "Los Angeles" - ], - "inbound_departure_time": [ - "2:10 pm" - ], - "origin_city": [ - "NYC", - "New York" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "7th of this month", - "next Thursday" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "i think its fine." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "Los Angeles", - "inbound_departure_time": "14:10", - "origin_city": "New York", - "outbound_departure_time": "15:40", - "passengers": "1", - "return_date": "2019-03-07" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "23:20", - "inbound_departure_time": "14:10", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "19:57", - "outbound_departure_time": "15:40", - "passengers": "1", - "price": "256", - "refundable": "False", - "return_date": "2019-03-07", - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Saturday", - "tomorrow" - ], - "destination_city": [ - "LAX", - "Los Angeles" - ], - "inbound_departure_time": [ - "2:10 pm" - ], - "origin_city": [ - "NYC", - "New York" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "7th of this month", - "next Thursday" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need my 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": [ - "this Saturday", - "tomorrow" - ], - "destination_city": [ - "LAX", - "Los Angeles" - ], - "inbound_departure_time": [ - "2:10 pm" - ], - "origin_city": [ - "NYC", - "New York" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "7th of this month", - "next Thursday" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, this should be enough for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a very good day." - } - ] - }, - { - "dialogue_id": "18_00043", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search flights for me?" - }, - { - "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 where will you leave from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SF" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "destination_city", - "start": 37 - }, - { - "exclusive_end": 19, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SF" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from SF and traveling to Seattle, WA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to leave, and when would you like to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "6th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "return_date", - "start": 49 - }, - { - "exclusive_end": 37, - "slot": "departure_date", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to leave on the 6th of March and return March 10th; this is for 1 person." - }, - { - "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": [ - "12:00" - ], - "slot": "inbound_departure_time", - "values": [ - "12 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "120" - ], - "slot": "price", - "values": [ - "$120" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "Seattle", - "origin_city": "San Francisco", - "passengers": "1", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "14:11", - "inbound_departure_time": "12:00", - "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": "120", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:36", - "inbound_departure_time": "22:25", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:26", - "outbound_departure_time": "14:15", - "passengers": "1", - "price": "129", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:21", - "inbound_departure_time": "06:10", - "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": "122", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:01", - "inbound_departure_time": "21:50", - "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": "130", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "22:41", - "inbound_departure_time": "20:30", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:31", - "outbound_departure_time": "14:20", - "passengers": "1", - "price": "117", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 75, - "slot": "outbound_departure_time", - "start": 68 - }, - { - "exclusive_end": 98, - "slot": "inbound_departure_time", - "start": 93 - }, - { - "exclusive_end": 121, - "slot": "price", - "start": 117 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 5 options: There is an Alaska Airlines flight leaving at 2:55 pm and returning at 12 pm. The ticket costs $120." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What are some of the other flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:15" - ], - "slot": "outbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:25" - ], - "slot": "inbound_departure_time", - "values": [ - "10:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "129" - ], - "slot": "price", - "values": [ - "$129" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "outbound_departure_time", - "start": 49 - }, - { - "exclusive_end": 82, - "slot": "inbound_departure_time", - "start": 74 - }, - { - "exclusive_end": 91, - "slot": "price", - "start": 87 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight outbound at 2:15 pm and returning at 10:25 pm for $129." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What flights are available for a group of four?" - }, - { - "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": [ - "06:10" - ], - "slot": "inbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "122" - ], - "slot": "price", - "values": [ - "$122" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "Seattle", - "origin_city": "San Francisco", - "passengers": "4", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "14:11", - "inbound_departure_time": "12:00", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:06", - "outbound_departure_time": "14:55", - "passengers": "4", - "price": "120", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:36", - "inbound_departure_time": "22:25", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:26", - "outbound_departure_time": "14:15", - "passengers": "4", - "price": "129", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:21", - "inbound_departure_time": "06:10", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "10:11", - "outbound_departure_time": "08:00", - "passengers": "4", - "price": "122", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 70, - "slot": "outbound_departure_time", - "start": 66 - }, - { - "exclusive_end": 95, - "slot": "inbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 118, - "slot": "price", - "start": 114 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 3 options: There is a Delta Airlines flight leaving at 8 am and returning at 6:10 am. The ticket costs $122." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "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:11" - ], - "slot": "outbound_arrival_time", - "values": [ - "10:11 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "outbound_arrival_time", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight arrives at 10:11 am, it is not refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to purchase the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I'd like to book the 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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:00" - ], - "slot": "outbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:10" - ], - "slot": "inbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 120, - "slot": "origin_city", - "start": 107 - }, - { - "exclusive_end": 131, - "slot": "destination_city", - "start": 124 - }, - { - "exclusive_end": 93, - "slot": "departure_date", - "start": 79 - }, - { - "exclusive_end": 156, - "slot": "return_date", - "start": 146 - }, - { - "exclusive_end": 101, - "slot": "outbound_departure_time", - "start": 97 - }, - { - "exclusive_end": 167, - "slot": "inbound_departure_time", - "start": 160 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To review: You are booking economy 4 tickets through Delta Airlines, departing next Wednesday at 8 am from San Francisco to Seattle and returning March 10th at 6:10 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 10th" - ], - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_city": "Seattle", - "inbound_departure_time": "06:10", - "origin_city": "San Francisco", - "outbound_departure_time": "08:00", - "passengers": "4", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:21", - "inbound_departure_time": "06:10", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "10:11", - "outbound_departure_time": "08:00", - "passengers": "4", - "price": "122", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have been booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's all I need, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00044", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search some flights for me?" - }, - { - "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": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "origin_city", - "start": 12 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Chi-town" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving Chi-town via economy class" - }, - { - "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-07" - ], - "slot": "departure_date", - "values": [ - "next Thursday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "departure_date", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Thursday" - ], - "origin_city": [ - "Chi-town" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I plan on leaving next Thursday" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "the 10th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "return_date", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Thursday" - ], - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to get back on the 10th" - }, - { - "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" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "airlines", - "values": [ - "dontcare" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "destination_city", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "dontcare" - ], - "departure_date": [ - "next Thursday" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to Seattle, doesn't matter what airline" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:50" - ], - "slot": "outbound_departure_time", - "values": [ - "2:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:00" - ], - "slot": "inbound_departure_time", - "values": [ - "4 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "245" - ], - "slot": "price", - "values": [ - "$245" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-07", - "destination_city": "Seattle", - "origin_city": "Chicago", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "22:30", - "inbound_departure_time": "16:00", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "22:03", - "outbound_departure_time": "14:50", - "passengers": "1", - "price": "245", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "21:45", - "inbound_departure_time": "15:15", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "11:45", - "outbound_departure_time": "09:15", - "passengers": "1", - "price": "196", - "refundable": "True", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "04:57", - "inbound_departure_time": "18:50", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "20:45", - "outbound_departure_time": "18:15", - "passengers": "1", - "price": "243", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:25", - "inbound_departure_time": "17:55", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "18:20", - "outbound_departure_time": "15:50", - "passengers": "1", - "price": "174", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 77, - "slot": "outbound_departure_time", - "start": 70 - }, - { - "exclusive_end": 105, - "slot": "inbound_departure_time", - "start": 101 - }, - { - "exclusive_end": 114, - "slot": "price", - "start": 110 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 flights. There's an American Airlines flight that leaves at 2:50 pm and a return flight at 4 pm for $245" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Thursday" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "4 pm" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "2:50 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good, can you buy tickets for a short trip for 3 people" - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:50" - ], - "slot": "outbound_departure_time", - "values": [ - "2:50 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "16:00" - ], - "slot": "inbound_departure_time", - "values": [ - "4 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "origin_city", - "start": 28 - }, - { - "exclusive_end": 46, - "slot": "destination_city", - "start": 39 - }, - { - "exclusive_end": 82, - "slot": "departure_date", - "start": 69 - }, - { - "exclusive_end": 107, - "slot": "return_date", - "start": 97 - }, - { - "exclusive_end": 144, - "slot": "outbound_departure_time", - "start": 137 - }, - { - "exclusive_end": 173, - "slot": "inbound_departure_time", - "start": 169 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirming your flight from Chicago to Seattle via American Airlines next Thursday and returning March 10th. Your Departing flight is at 2:50 pm and return flight is at 4 pm. All economy class for 3 passengers" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Thursday" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "4 pm" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "2:50 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that sounds right" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_city": "Seattle", - "inbound_departure_time": "16:00", - "origin_city": "Chicago", - "outbound_departure_time": "14:50", - "passengers": "3", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "22:30", - "inbound_departure_time": "16:00", - "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": "245", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets are confirmed" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Thursday" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "4 pm" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "2:50 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the departing flight arrive, as well as the return flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "22:30" - ], - "slot": "inbound_arrival_time", - "values": [ - "10:30 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "22:03" - ], - "slot": "outbound_arrival_time", - "values": [ - "10:03 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 83, - "slot": "inbound_arrival_time", - "start": 75 - }, - { - "exclusive_end": 40, - "slot": "outbound_arrival_time", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The departing flight arrives at 10:03 pm and your return flight arrives at 10:30 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Thursday" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "4 pm" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "2:50 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "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?" - }, - { - "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" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "4 pm" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "2:50 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "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 wonderful day!" - } - ] - }, - { - "dialogue_id": "18_00045", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please help me find a flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "From what location?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "origin_city", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Seattle" - ], - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The travel will be for two people leaving from Seattle" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "March 3rd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "destination_city", - "start": 34 - }, - { - "exclusive_end": 20, - "slot": "departure_date", - "start": 11 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Seattle" - ], - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving on March 3rd and going to Chicago" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Returning when?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "8th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "return_date", - "start": 52 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Seattle" - ], - "passengers": [ - "2" - ], - "return_date": [ - "8th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like United Airlines and want to come back on the 8th of March" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:10" - ], - "slot": "outbound_departure_time", - "values": [ - "10:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:50" - ], - "slot": "inbound_departure_time", - "values": [ - "3:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "263" - ], - "slot": "price", - "values": [ - "$263" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "origin_city": "Seattle", - "passengers": "2", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "18:20", - "inbound_departure_time": "15:50", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "19:32", - "outbound_departure_time": "10:10", - "passengers": "2", - "price": "263", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 77, - "slot": "outbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 100, - "slot": "inbound_departure_time", - "start": 93 - }, - { - "exclusive_end": 117, - "slot": "price", - "start": 113 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 flight on United Airlines. The departing flight leaves at 10:10 am and returns at 3:50 pm. That costs $263." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "origin_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Seattle" - ], - "passengers": [ - "2" - ], - "return_date": [ - "8th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is that ticket refundable and from what airports?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle-Tacoma International Airport" - ], - "slot": "origin_airport", - "values": [ - "Seattle-Tacoma International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 81, - "slot": "origin_airport", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is non refundable and leaves from Seattle-Tacoma International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "3:50 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "8th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I book the ticket 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "3:50 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "8th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please and book it in Economy" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:10" - ], - "slot": "outbound_departure_time", - "values": [ - "10:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:50" - ], - "slot": "inbound_departure_time", - "values": [ - "3:50 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "origin_city", - "start": 25 - }, - { - "exclusive_end": 43, - "slot": "destination_city", - "start": 36 - }, - { - "exclusive_end": 99, - "slot": "departure_date", - "start": 81 - }, - { - "exclusive_end": 133, - "slot": "return_date", - "start": 122 - }, - { - "exclusive_end": 158, - "slot": "outbound_departure_time", - "start": 150 - }, - { - "exclusive_end": 180, - "slot": "inbound_departure_time", - "start": 173 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight is going from Seattle to Chicago on United Airlines and departing the day after tomorrow. The return flight is next Friday which leaves at 10:10 am and get in at 3:50 pm. You have a seat in Economy for 2 people. Please confirm that works." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "3:50 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "8th of March", - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "inbound_departure_time": "15:50", - "origin_city": "Seattle", - "outbound_departure_time": "10:10", - "passengers": "2", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "18:20", - "inbound_departure_time": "15:50", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "19:32", - "outbound_departure_time": "10:10", - "passengers": "2", - "price": "263", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is confirmed" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "3:50 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "8th of March", - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect, that's all I need" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day" - } - ] - }, - { - "dialogue_id": "18_00046", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to find 1 ticket for a flight." - }, - { - "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, GA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "the 9th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "destination_city", - "start": 31 - }, - { - "exclusive_end": 66, - "slot": "return_date", - "start": 59 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Atlanta, GA" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to travel round trip to Atlanta, GA and get back on the 9th." - }, - { - "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": "Where will you be leaving from? When do you want to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "origin_city", - "start": 17 - }, - { - "exclusive_end": 50, - "slot": "departure_date", - "start": 38 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Atlanta, GA" - ], - "origin_city": [ - "San Francisco" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from San Francisco on the 2nd of March." - }, - { - "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": [ - "11:40" - ], - "slot": "inbound_departure_time", - "values": [ - "11:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "241" - ], - "slot": "price", - "values": [ - "$241" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Atlanta", - "origin_city": "San Francisco", - "passengers": "1", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "14:06", - "inbound_departure_time": "11:40", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:24", - "outbound_departure_time": "15:50", - "passengers": "1", - "price": "241", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "15:16", - "inbound_departure_time": "12:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "18:31", - "outbound_departure_time": "10:05", - "passengers": "1", - "price": "206", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "08:56", - "inbound_departure_time": "06:30", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:19", - "outbound_departure_time": "06:45", - "passengers": "1", - "price": "244", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "17:26", - "inbound_departure_time": "15:00", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "18:41", - "outbound_departure_time": "10:15", - "passengers": "1", - "price": "204", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 101, - "slot": "inbound_departure_time", - "start": 93 - }, - { - "exclusive_end": 124, - "slot": "price", - "start": 120 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an American Airlines flight that leaves at 3:50 PM. The return flight would leave at 11:40 am. The ticket costs $241." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "11:40 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "3:50 PM" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I buy these tickets for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "11:40 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "3:50 PM" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks. That's all I needed to know." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Thanks have a good day." - } - ] - }, - { - "dialogue_id": "18_00047", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm thinking of traveling soon could you find me a flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, please answer the following; where are you planning on going? Where are you leaving from and when do you plan on returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "destination_city", - "values": [ - "London, England" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "return_date", - "values": [ - "6th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 66, - "slot": "destination_city", - "start": 51 - }, - { - "exclusive_end": 112, - "slot": "return_date", - "start": 95 - }, - { - "exclusive_end": 30, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "London, England" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from San Francisco and am traveling to London, England. I plan on returning on the 6th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, when would you like to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "departure_date", - "start": 12 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "London, England" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving tomorrow, could you find me a flight through 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": [ - "15:05" - ], - "slot": "inbound_departure_time", - "values": [ - "3:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "421" - ], - "slot": "price", - "values": [ - "$421" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "London", - "origin_city": "San Francisco", - "return_date": "2019-03-06" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "23:45", - "inbound_departure_time": "15:05", - "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": "421", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 111, - "slot": "outbound_departure_time", - "start": 104 - }, - { - "exclusive_end": 155, - "slot": "inbound_departure_time", - "start": 148 - }, - { - "exclusive_end": 174, - "slot": "price", - "start": 170 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I have 1 flight that could work for you. There is a flight through American Airlines departing at 7:05 am and the returning flight departs at 3:05 pm. The price is $421." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "London, England" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, when does 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": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 6:37 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "London, England" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Does the flight only have one stop?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, the flight has 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "London, England" - ], - "inbound_departure_time": [ - "3:05 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "7:05 am" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "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": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "London, England" - ], - "inbound_departure_time": [ - "3:05 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "7:05 am" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book a ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "London" - ], - "slot": "destination_city", - "values": [ - "London" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "return_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:05" - ], - "slot": "outbound_departure_time", - "values": [ - "7:05 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:05" - ], - "slot": "inbound_departure_time", - "values": [ - "3:05 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 102, - "slot": "origin_city", - "start": 89 - }, - { - "exclusive_end": 112, - "slot": "destination_city", - "start": 106 - }, - { - "exclusive_end": 151, - "slot": "departure_date", - "start": 143 - }, - { - "exclusive_end": 197, - "slot": "return_date", - "start": 183 - }, - { - "exclusive_end": 162, - "slot": "outbound_departure_time", - "start": 155 - }, - { - "exclusive_end": 216, - "slot": "inbound_departure_time", - "start": 209 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, please confirm the following; I have 1 ticket for an outward flight departing from San Francisco to London through American Airlines for tomorrow at 7:05 am. The return date is next Wednesday leaving at 3:05 pm. The seating class is Economy. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "London", - "London, England" - ], - "inbound_departure_time": [ - "3:05 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "7:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "6th of this month", - "next Wednesday" - ], - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "London", - "inbound_departure_time": "15:05", - "origin_city": "San Francisco", - "outbound_departure_time": "07:05", - "passengers": "1", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "23:45", - "inbound_departure_time": "15:05", - "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": "421", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, your ticket is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "London", - "London, England" - ], - "inbound_departure_time": [ - "3:05 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "7:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "6th of this month", - "next Wednesday" - ], - "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 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": [ - "tomorrow" - ], - "destination_city": [ - "London", - "London, England" - ], - "inbound_departure_time": [ - "3:05 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "7:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "6th of this month", - "next Wednesday" - ], - "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": "Okay, have a nice day." - } - ] - }, - { - "dialogue_id": "18_00048", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "8th of this month" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "departure_date", - "start": 30 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "8th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Search flights leaving on the 8th of this month please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you plan on visiting? What date will you be returning? Where will you depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "10th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "origin_city", - "values": [ - "London" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 79, - "slot": "destination_city", - "start": 76 - }, - { - "exclusive_end": 53, - "slot": "return_date", - "start": 35 - }, - { - "exclusive_end": 27, - "slot": "origin_city", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "8th of this month" - ], - "destination_city": [ - "ATL" - ], - "origin_city": [ - "London" - ], - "return_date": [ - "10th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be leaving from London on the 10th of this month. I'll be traveling 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": [ - "15:30" - ], - "slot": "inbound_departure_time", - "values": [ - "3:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "375" - ], - "slot": "price", - "values": [ - "$375" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Atlanta", - "origin_city": "London", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "18:14", - "inbound_departure_time": "15:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "02:39", - "outbound_departure_time": "20:35", - "passengers": "1", - "price": "375", - "refundable": "True", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "07:34", - "inbound_departure_time": "17:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "20:21", - "outbound_departure_time": "08:00", - "passengers": "1", - "price": "287", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "00:34", - "inbound_departure_time": "10:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "09:42", - "outbound_departure_time": "00:25", - "passengers": "1", - "price": "337", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_departure_time", - "start": 56 - }, - { - "exclusive_end": 112, - "slot": "inbound_departure_time", - "start": 105 - }, - { - "exclusive_end": 133, - "slot": "price", - "start": 129 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an American Airlines flight leaving outbound at 8:35 pm. There is a return flight leaving out at 3:30 pm. This ticket is $375" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "8th of this month" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "3:30 pm" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "8:35 pm" - ], - "return_date": [ - "10th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight will work" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to proceed and purchase tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "8th of this month" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "3:30 pm" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "8:35 pm" - ], - "return_date": [ - "10th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book the flight." - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "next friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:35" - ], - "slot": "outbound_departure_time", - "values": [ - "8:35 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:30" - ], - "slot": "inbound_departure_time", - "values": [ - "3:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 41 - }, - { - "exclusive_end": 58, - "slot": "destination_city", - "start": 51 - }, - { - "exclusive_end": 94, - "slot": "departure_date", - "start": 83 - }, - { - "exclusive_end": 132, - "slot": "return_date", - "start": 122 - }, - { - "exclusive_end": 174, - "slot": "outbound_departure_time", - "start": 167 - }, - { - "exclusive_end": 218, - "slot": "inbound_departure_time", - "start": 211 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm flight details, Departing London to Atlanta on American Airlines on next friday with a returning flight on March 10th with the onward flight leaving at 8:35 pm with a return flight leaving out at 3:30 pm. 1 passenger economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "8th of this month", - "next friday" - ], - "destination_city": [ - "ATL", - "Atlanta" - ], - "inbound_departure_time": [ - "3:30 pm" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "8:35 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of this month", - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes thats right. When would my return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:14" - ], - "slot": "inbound_arrival_time", - "values": [ - "6:14 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_city": "Atlanta", - "inbound_departure_time": "15:30", - "origin_city": "London", - "outbound_departure_time": "20:35", - "passengers": "1", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "18:14", - "inbound_departure_time": "15:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "02:39", - "outbound_departure_time": "20:35", - "passengers": "1", - "price": "375", - "refundable": "True", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "inbound_arrival_time", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "your flight will arrive at 6:14 pm. Ticket is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "8th of this month", - "next friday" - ], - "destination_city": [ - "ATL", - "Atlanta" - ], - "inbound_departure_time": [ - "3:30 pm" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "8:35 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of this month", - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for helping me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you require 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": [ - "8th of this month", - "next friday" - ], - "destination_city": [ - "ATL", - "Atlanta" - ], - "inbound_departure_time": [ - "3:30 pm" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "8:35 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of this month", - "March 10th" - ], - "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 wonderful day" - } - ] - }, - { - "dialogue_id": "18_00049", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm planning a vacation. Would you mind searching some flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I'll be coming back the 13th and leaving from San Francisco." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "the 13th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Fran" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "return_date", - "start": 48 - }, - { - "exclusive_end": 44, - "slot": "origin_city", - "start": 36 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "San Fran" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have work back so I want to leave San Fran on the 13th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you planning on leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "March 9th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "destination_city", - "start": 21 - }, - { - "exclusive_end": 53, - "slot": "departure_date", - "start": 44 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be traveling to Chicago and leaving on March 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:25" - ], - "slot": "outbound_departure_time", - "values": [ - "4:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:05" - ], - "slot": "inbound_departure_time", - "values": [ - "7:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "223" - ], - "slot": "price", - "values": [ - "$223" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-09", - "destination_city": "Chicago", - "origin_city": "San Francisco", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "09:52", - "inbound_departure_time": "07:05", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:47", - "outbound_departure_time": "16:25", - "passengers": "1", - "price": "223", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "13:27", - "inbound_departure_time": "10:40", - "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": "178", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "14:22", - "inbound_departure_time": "11:35", - "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": "191", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "19:06", - "inbound_departure_time": "13:50", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "23:47", - "outbound_departure_time": "17:00", - "passengers": "1", - "price": "258", - "refundable": "True", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 67, - "slot": "outbound_departure_time", - "start": 60 - }, - { - "exclusive_end": 109, - "slot": "inbound_departure_time", - "start": 102 - }, - { - "exclusive_end": 131, - "slot": "price", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an American Airlines outbound flight that leaves at 4:25 pm. The return flight would leave at 7:05 am and the price is $223." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other available flights? That time doesn't work for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:05" - ], - "slot": "outbound_departure_time", - "values": [ - "10:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:40" - ], - "slot": "inbound_departure_time", - "values": [ - "10:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "178" - ], - "slot": "price", - "values": [ - "$178" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 97, - "slot": "inbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 117, - "slot": "price", - "start": 113 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a Delta Airlines flight that leaves at 10:05 pm with the return fight leaving at 10:40 am. The prices is $178 for that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does the flight arrive at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "O'Hare International Airport" - ], - "slot": "destination_airport", - "values": [ - "O'Hare International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "destination_airport", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "O'Hare International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "10:40 am" - ], - "origin_city": [ - "San Fran" - ], - "outbound_departure_time": [ - "10:05 pm" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. Could you help me buy the tickets?" - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "22:05" - ], - "slot": "outbound_departure_time", - "values": [ - "10:05 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:40" - ], - "slot": "inbound_departure_time", - "values": [ - "10:40 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "origin_city", - "start": 48 - }, - { - "exclusive_end": 72, - "slot": "destination_city", - "start": 65 - }, - { - "exclusive_end": 125, - "slot": "departure_date", - "start": 116 - }, - { - "exclusive_end": 155, - "slot": "return_date", - "start": 145 - }, - { - "exclusive_end": 193, - "slot": "outbound_departure_time", - "start": 185 - }, - { - "exclusive_end": 234, - "slot": "inbound_departure_time", - "start": 226 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, please confirm the details. A flight from San Francisco to Chicago on Delta Airlines with a departure date of March 9th and return date of March 13th. The onward flight leaves at 10:05 pm and the return flight leaves at 10:40 am. 1 passenger and the seating class is Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "10:40 am" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "10:05 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 13th", - "the 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "destination_city": "Chicago", - "inbound_departure_time": "10:40", - "origin_city": "San Francisco", - "outbound_departure_time": "22:05", - "passengers": "1", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "13:27", - "inbound_departure_time": "10:40", - "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": "178", - "refundable": "False", - "return_date": "2019-03-13", - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "10:40 am" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "10:05 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 13th", - "the 13th" - ], - "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": "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": [ - "Delta Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "10:40 am" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "10:05 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 13th", - "the 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm all good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00050", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "destination_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "destination_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Philadelphia" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to Philadelphia, can you find me a flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Whats the departure city, and when is the return and when are you leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "March 7th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 67, - "slot": "return_date", - "start": 49 - }, - { - "exclusive_end": 21, - "slot": "origin_city", - "start": 18 - }, - { - "exclusive_end": 34, - "slot": "departure_date", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 7th" - ], - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "SFO" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving form SFO on March 7th and returning 12th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:55" - ], - "slot": "outbound_departure_time", - "values": [ - "10:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:20" - ], - "slot": "inbound_departure_time", - "values": [ - "2:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "298" - ], - "slot": "price", - "values": [ - "$298" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-07", - "destination_city": "Philadelphia", - "origin_city": "San Francisco", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-07", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "18:37", - "inbound_departure_time": "14:20", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "22:26", - "outbound_departure_time": "10:55", - "passengers": "1", - "price": "298", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "03:01", - "inbound_departure_time": "21:00", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "22:51", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "281", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 41, - "slot": "outbound_departure_time", - "start": 33 - }, - { - "exclusive_end": 64, - "slot": "inbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 79, - "slot": "price", - "start": 75 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The Delta Airlines leaves SFO ta 10:55 am and returns at 2:20 pm and costs $298" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "March 7th" - ], - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "SFO" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does the flight leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "origin_airport", - "values": [ - "SFO international Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "origin_airport", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It departs form SFO international Airport" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 7th" - ], - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "SFO" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Any other options for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "outbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:00" - ], - "slot": "inbound_departure_time", - "values": [ - "9 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "281" - ], - "slot": "price", - "values": [ - "$281" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "outbound_departure_time", - "start": 34 - }, - { - "exclusive_end": 62, - "slot": "inbound_departure_time", - "start": 58 - }, - { - "exclusive_end": 77, - "slot": "price", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The United Airlines leaves SFO ta 12:30 pm and returns at 9 pm and costs $281" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 7th" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "9 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good, the plan is small trip. Please buy me the tickets" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San francisco" - ] - }, - { - "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-07" - ], - "slot": "departure_date", - "values": [ - "next thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "march 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:30" - ], - "slot": "outbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "21:00" - ], - "slot": "inbound_departure_time", - "values": [ - "9 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 85, - "slot": "origin_city", - "start": 72 - }, - { - "exclusive_end": 101, - "slot": "destination_city", - "start": 89 - }, - { - "exclusive_end": 118, - "slot": "departure_date", - "start": 105 - }, - { - "exclusive_end": 143, - "slot": "return_date", - "start": 133 - }, - { - "exclusive_end": 127, - "slot": "outbound_departure_time", - "start": 119 - }, - { - "exclusive_end": 172, - "slot": "inbound_departure_time", - "start": 168 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you please confirm the following: The united airlines flight leaves San francisco to Philadelphia on next thursday 12:30 pm. The march 12th return flight leaves at 9 pm. Its s economy ticket for 1 passenger" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 7th", - "next thursday" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "9 pm" - ], - "origin_city": [ - "SFO", - "San francisco" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month", - "march 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes thats correct" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_city": "Philadelphia", - "inbound_departure_time": "21:00", - "origin_city": "San Francisco", - "outbound_departure_time": "12:30", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "03:01", - "inbound_departure_time": "21:00", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "22:51", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "281", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "ok, your ticket is booked" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 7th", - "next thursday" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "9 pm" - ], - "origin_city": [ - "SFO", - "San francisco" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month", - "march 12th" - ], - "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 good day" - } - ] - }, - { - "dialogue_id": "18_00051", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please help me find flights." - }, - { - "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-03" - ], - "slot": "departure_date", - "values": [ - "March 3rd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "departure_date", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Will be leaving on March 3rd." - }, - { - "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 do you plan to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Las Vegas" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 15, - "slot": "destination_city", - "start": 13 - }, - { - "exclusive_end": 39, - "slot": "origin_city", - "start": 30 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Las Vegas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will visit SF and I am from Las Vegas." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to go back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "return_date", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Las Vegas" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Plans to get back on March 14th and I would like to travel on Economy." - }, - { - "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": [ - "17:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "108" - ], - "slot": "price", - "values": [ - "$108" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Las Vegas", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "19:05", - "inbound_departure_time": "17:30", - "number_stops": "0", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "08:15", - "outbound_departure_time": "06:40", - "passengers": "1", - "price": "108", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "12:25", - "inbound_departure_time": "10:50", - "number_stops": "0", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "00:25", - "outbound_departure_time": "22:50", - "passengers": "1", - "price": "103", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "20:50", - "inbound_departure_time": "19:15", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "10:55", - "outbound_departure_time": "08:15", - "passengers": "1", - "price": "145", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "outbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 99, - "slot": "inbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 114, - "slot": "price", - "start": 110 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 3 flights for you from American Airlines, it departs at 6:40 am and returns at 5:30 pm. It costs $108." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "6:40 am" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good but I am planning to go on a short trip. Can you help me book the flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Las Vegas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:40" - ], - "slot": "outbound_departure_time", - "values": [ - "6:40 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "17:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 75, - "slot": "origin_city", - "start": 66 - }, - { - "exclusive_end": 92, - "slot": "destination_city", - "start": 79 - }, - { - "exclusive_end": 165, - "slot": "departure_date", - "start": 147 - }, - { - "exclusive_end": 195, - "slot": "return_date", - "start": 185 - }, - { - "exclusive_end": 225, - "slot": "outbound_departure_time", - "start": 218 - }, - { - "exclusive_end": 244, - "slot": "inbound_departure_time", - "start": 237 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please do confirm the following details: you will be leaving from Las Vegas to San Francisco. Flight is from American Airlines that will leave the day after tomorrow and will return on March 14th. Departure time is at 6:40 am returns at 5:30 pm, economy seating for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "6:40 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, there's just 1 person." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Please do confirm the following details: flight us from American Airlines for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "6:40 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I mean please book flights for 2 persons." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Las Vegas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 74, - "slot": "origin_city", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please do confirm the following details:you will be leaving from Las Vegas for 2 passengers." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "6:40 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that right!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "inbound_departure_time": "17:30", - "origin_city": "Las Vegas", - "outbound_departure_time": "06:40", - "passengers": "2", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "19:05", - "inbound_departure_time": "17:30", - "number_stops": "0", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "08:15", - "outbound_departure_time": "06:40", - "passengers": "2", - "price": "108", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Booking confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "6:40 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does we arrive upon departing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "08:15" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:15 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 8:15 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "6:40 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright, thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day!" - } - ] - }, - { - "dialogue_id": "18_00052", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Would you be able to find me a flight?" - }, - { - "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-03" - ], - "slot": "departure_date", - "values": [ - "March 3rd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "departure_date", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave on March 3rd." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going, when are you returning and where are you departing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "destination_city", - "values": [ - "Paris" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "the 5th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta, GA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 81, - "slot": "destination_city", - "start": 76 - }, - { - "exclusive_end": 58, - "slot": "return_date", - "start": 51 - }, - { - "exclusive_end": 36, - "slot": "origin_city", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Paris" - ], - "origin_city": [ - "Atlanta, GA" - ], - "return_date": [ - "the 5th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be departing from Atlanta, GA, returning on the 5th, and am going to Paris." - }, - { - "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": [ - "04:05" - ], - "slot": "inbound_departure_time", - "values": [ - "4:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "373" - ], - "slot": "price", - "values": [ - "$373" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Paris", - "origin_city": "Atlanta", - "return_date": "2019-03-05" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Charles de Gaulle International Airport", - "destination_city": "Paris", - "inbound_arrival_time": "14:07", - "inbound_departure_time": "04:05", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "13:37", - "outbound_departure_time": "15:25", - "passengers": "1", - "price": "373", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Charles de Gaulle International Airport", - "destination_city": "Paris", - "inbound_arrival_time": "23:41", - "inbound_departure_time": "17:35", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "13:37", - "outbound_departure_time": "15:40", - "passengers": "1", - "price": "376", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 72, - "slot": "outbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 112, - "slot": "inbound_departure_time", - "start": 105 - }, - { - "exclusive_end": 127, - "slot": "price", - "start": 123 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Search revealed 2 flights. An American Airlines flight leaves at 3:25 pm and the return flight leaves at 4:05 am. It costs $373." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Paris" - ], - "origin_city": [ - "Atlanta, GA" - ], - "return_date": [ - "the 5th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find something else specifically in Economy?" - }, - { - "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": [ - "17:35" - ], - "slot": "inbound_departure_time", - "values": [ - "5:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "376" - ], - "slot": "price", - "values": [ - "$376" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Paris", - "origin_city": "Atlanta", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Charles de Gaulle International Airport", - "destination_city": "Paris", - "inbound_arrival_time": "14:07", - "inbound_departure_time": "04:05", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "13:37", - "outbound_departure_time": "15:25", - "passengers": "1", - "price": "373", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Charles de Gaulle International Airport", - "destination_city": "Paris", - "inbound_arrival_time": "23:41", - "inbound_departure_time": "17:35", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "13:37", - "outbound_departure_time": "15:40", - "passengers": "1", - "price": "376", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 41, - "slot": "outbound_departure_time", - "start": 34 - }, - { - "exclusive_end": 82, - "slot": "inbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 97, - "slot": "price", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "A Delta Airlines flight leaves at 3:40 pm and the return flight departs at 5:35 pm. It costs $376." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "Atlanta, GA" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "return_date": [ - "the 5th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is good. Can you buy me tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Paris" - ], - "slot": "destination_city", - "values": [ - "Paris" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:40" - ], - "slot": "outbound_departure_time", - "values": [ - "3:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "17:35" - ], - "slot": "inbound_departure_time", - "values": [ - "5:35 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "origin_city", - "start": 23 - }, - { - "exclusive_end": 39, - "slot": "destination_city", - "start": 34 - }, - { - "exclusive_end": 126, - "slot": "departure_date", - "start": 108 - }, - { - "exclusive_end": 191, - "slot": "return_date", - "start": 179 - }, - { - "exclusive_end": 137, - "slot": "outbound_departure_time", - "start": 130 - }, - { - "exclusive_end": 178, - "slot": "inbound_departure_time", - "start": 171 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want a flight from Atlanta to Paris on Delta Airlines for 1 passenger in Economy. The flight leaves the day after tomorrow at 3:40 pm and the return flight departs at 5:35 pm next Tuesday" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Tuesday", - "the 5th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "Paris", - "inbound_departure_time": "17:35", - "origin_city": "Atlanta", - "outbound_departure_time": "15:40", - "passengers": "1", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Charles de Gaulle International Airport", - "destination_city": "Paris", - "inbound_arrival_time": "23:41", - "inbound_departure_time": "17:35", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "13:37", - "outbound_departure_time": "15:40", - "passengers": "1", - "price": "376", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your flight has been booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Tuesday", - "the 5th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. That is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00053", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me search for flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you returning? When do you want to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "6th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 13, - "slot": "return_date", - "start": 3 - }, - { - "exclusive_end": 46, - "slot": "departure_date", - "start": 34 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On March 10th. I'm leaving on the 6th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you visiting?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta, GA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "destination_city", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Atlanta, GA" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am heading to Atlanta, GA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delhi" - ], - "slot": "origin_city", - "values": [ - "Delhi" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Atlanta, GA" - ], - "origin_city": [ - "Delhi" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from Delhi." - }, - { - "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": [ - "15:25" - ], - "slot": "inbound_departure_time", - "values": [ - "3:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "367" - ], - "slot": "price", - "values": [ - "$367" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "Atlanta", - "origin_city": "Delhi", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "18:30", - "inbound_departure_time": "15:25", - "number_stops": "1", - "origin_airport": "Indira Gandhi International Airport", - "origin_city": "Delhi", - "outbound_arrival_time": "14:56", - "outbound_departure_time": "09:20", - "passengers": "1", - "price": "367", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "09:04", - "inbound_departure_time": "06:15", - "number_stops": "1", - "origin_airport": "Indira Gandhi International Airport", - "origin_city": "Delhi", - "outbound_arrival_time": "17:57", - "outbound_departure_time": "12:35", - "passengers": "1", - "price": "389", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 54, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 92, - "slot": "inbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 136, - "slot": "price", - "start": 132 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's an American Airlines flight. It leaves at 9:20 am, the return flight departs at 3:25 pm, and the total price for the ticket is $367." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "refundable" - ], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Atlanta, GA" - ], - "origin_city": [ - "Delhi" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does the flight come? Also, is the ticket refundable?" - }, - { - "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": 45, - "slot": "destination_airport", - "start": 5 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's Hartsfield-Jackson International Airport. No, it's not refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "3:25 pm" - ], - "origin_city": [ - "Delhi" - ], - "outbound_departure_time": [ - "9:20 am" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want me to register the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "3:25 pm" - ], - "origin_city": [ - "Delhi" - ], - "outbound_departure_time": [ - "9:20 am" - ], - "return_date": [ - "March 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm good for now. Maybe another time." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, sounds great. Thanks for coming." - } - ] - }, - { - "dialogue_id": "18_00054", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "the 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 79, - "slot": "return_date", - "start": 71 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "return_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find flights for me on American Airlines? I need to be back by the 11th." - }, - { - "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": "On what date will you be departing and from where?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "3rd of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "origin_city", - "start": 20 - }, - { - "exclusive_end": 52, - "slot": "departure_date", - "start": 35 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be flying from Chicago on the 3rd of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you off to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "New York" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "New York" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "outbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:25" - ], - "slot": "inbound_departure_time", - "values": [ - "5:25 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "138" - ], - "slot": "price", - "values": [ - "$138" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_city": "New York", - "origin_city": "Chicago", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "06:44", - "inbound_departure_time": "05:25", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "15:49", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "138", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 96, - "slot": "outbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 136, - "slot": "inbound_departure_time", - "start": 129 - }, - { - "exclusive_end": 50, - "slot": "price", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 American Airlines flight priced at $138 where the outbound flight departs at 12:30 pm and the return flight leaves at 5:25 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "New York" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "06:44" - ], - "slot": "inbound_arrival_time", - "values": [ - "6:44 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "inbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 6:44 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "New York" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "And when does the outbound flight arrive at the destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "15:49" - ], - "slot": "outbound_arrival_time", - "values": [ - "3:49 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 3:49 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "return_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want me to buy 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please. Get me Economy class ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chicago" - ] - }, - { - "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-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:30" - ], - "slot": "outbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "05:25" - ], - "slot": "inbound_departure_time", - "values": [ - "5:25 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "origin_city", - "start": 57 - }, - { - "exclusive_end": 76, - "slot": "destination_city", - "start": 68 - }, - { - "exclusive_end": 131, - "slot": "departure_date", - "start": 113 - }, - { - "exclusive_end": 179, - "slot": "return_date", - "start": 169 - }, - { - "exclusive_end": 143, - "slot": "outbound_departure_time", - "start": 135 - }, - { - "exclusive_end": 165, - "slot": "inbound_departure_time", - "start": 158 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm that you want 1 Economy class ticket from Chicago to New York on American Airlines, to depart the day after tomorrow at 12:30 pm and return at 5:25 am on March 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "3rd of this month", - "day after tomorrow" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th", - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's right. How many stops does the flight have?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_city": "New York", - "inbound_departure_time": "05:25", - "origin_city": "Chicago", - "outbound_departure_time": "12:30", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "06:44", - "inbound_departure_time": "05:25", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "15:49", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "138", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 0 stops and your ticket is 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": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "3rd of this month", - "day after tomorrow" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th", - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "At 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": 84, - "slot": "destination_airport", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry, the ticket is not refundable. The flight arrives 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "3rd of this month", - "day after tomorrow" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th", - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. That's all I need for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "18_00055", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need you to look for some flights for me." - }, - { - "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-05" - ], - "slot": "departure_date", - "values": [ - "5th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "departure_date", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I plan to leave on the 5th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you tell me you destination and where you will leave from? Do you also know when are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "CDMX" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "destination_city", - "start": 25 - }, - { - "exclusive_end": 75, - "slot": "return_date", - "start": 57 - }, - { - "exclusive_end": 21, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "CDMX" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from CDMX to Chicago and I'll be back on the 13th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "02:35" - ], - "slot": "outbound_departure_time", - "values": [ - "2:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:50" - ], - "slot": "inbound_departure_time", - "values": [ - "7:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "276" - ], - "slot": "price", - "values": [ - "$276" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Chicago", - "origin_city": "Mexico City", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "14:04", - "inbound_departure_time": "07:50", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "13:52", - "outbound_departure_time": "02:35", - "passengers": "1", - "price": "276", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "02:05", - "inbound_departure_time": "17:25", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "21:04", - "outbound_departure_time": "15:00", - "passengers": "1", - "price": "310", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "02:05", - "inbound_departure_time": "12:45", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "15:59", - "outbound_departure_time": "08:25", - "passengers": "1", - "price": "309", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_departure_time", - "start": 54 - }, - { - "exclusive_end": 98, - "slot": "inbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 121, - "slot": "price", - "start": 117 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found an American Airlines flight that leaves at 2:35 am, the return flight leaves at 7:50 am and the ticket is $276." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "7:50 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Fine, I'll take it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want me to buy it for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "7:50 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please." - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "02:35" - ], - "slot": "outbound_departure_time", - "values": [ - "2:35 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:50" - ], - "slot": "inbound_departure_time", - "values": [ - "7:50 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 44, - "slot": "origin_city", - "start": 33 - }, - { - "exclusive_end": 64, - "slot": "destination_city", - "start": 57 - }, - { - "exclusive_end": 138, - "slot": "departure_date", - "start": 126 - }, - { - "exclusive_end": 180, - "slot": "return_date", - "start": 170 - }, - { - "exclusive_end": 149, - "slot": "outbound_departure_time", - "start": 142 - }, - { - "exclusive_end": 191, - "slot": "inbound_departure_time", - "start": 184 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Here's the recap. Flight is from Mexico City and goes to Chicago. The Airlines company is American Airlines, departure day is next Tuesday at 2:35 am. The return date is March 13th at 7:50 am. The seating class is Economy and this is all intended for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March", - "next Tuesday" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "7:50 am" - ], - "origin_city": [ - "CDMX", - "Mexico City" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Chicago", - "inbound_departure_time": "07:50", - "origin_city": "Mexico City", - "outbound_departure_time": "02:35", - "passengers": "1", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "14:04", - "inbound_departure_time": "07:50", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "13:52", - "outbound_departure_time": "02:35", - "passengers": "1", - "price": "276", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ticket is yours." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March", - "next Tuesday" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "7:50 am" - ], - "origin_city": [ - "CDMX", - "Mexico City" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "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 do for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March", - "next Tuesday" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "7:50 am" - ], - "origin_city": [ - "CDMX", - "Mexico City" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00056", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search some premium economy flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For what date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "departure_date", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "today" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave today." - }, - { - "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": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Fran" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "today" - ], - "origin_city": [ - "San Fran" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from San Fran." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going to and when are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "destination_city", - "values": [ - "Portland" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "Tuesday next week" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 13 - }, - { - "exclusive_end": 59, - "slot": "return_date", - "start": 42 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "today" - ], - "destination_city": [ - "Portland" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "Tuesday next week" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to Portland. I'm coming back on Tuesday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:20" - ], - "slot": "outbound_departure_time", - "values": [ - "12:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:55" - ], - "slot": "inbound_departure_time", - "values": [ - "7:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "189" - ], - "slot": "price", - "values": [ - "$189" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Portland", - "origin_city": "San Francisco", - "return_date": "2019-03-05", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "09:48", - "inbound_departure_time": "07:55", - "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": "189", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Premium Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "10:38", - "inbound_departure_time": "08:45", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "23:53", - "outbound_departure_time": "22:00", - "passengers": "1", - "price": "198", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Premium Economy" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 88, - "slot": "inbound_departure_time", - "start": 81 - }, - { - "exclusive_end": 103, - "slot": "price", - "start": 99 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an outbound Alaska Airlines flight at 12:20 pm. The return flight is at 7:55 am. It costs $189." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "7:55 am" - ], - "origin_city": [ - "San Fran" - ], - "outbound_departure_time": [ - "12:20 pm" - ], - "return_date": [ - "Tuesday next week" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good." - }, - { - "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": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:20" - ], - "slot": "outbound_departure_time", - "values": [ - "12:20 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:55" - ], - "slot": "inbound_departure_time", - "values": [ - "7:55 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 69, - "slot": "origin_city", - "start": 56 - }, - { - "exclusive_end": 81, - "slot": "destination_city", - "start": 73 - }, - { - "exclusive_end": 95, - "slot": "departure_date", - "start": 90 - }, - { - "exclusive_end": 125, - "slot": "return_date", - "start": 113 - }, - { - "exclusive_end": 153, - "slot": "outbound_departure_time", - "start": 145 - }, - { - "exclusive_end": 175, - "slot": "inbound_departure_time", - "start": 168 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem, please confirm: Alaska Airlines flight from San Francisco to Portland leaving today. You will return next Tuesday. You will leave at 12:20 pm and return at 7:55 am. It is a premium economy ticket for 1 person." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "7:55 am" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "12:20 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "Tuesday next week", - "next Tuesday" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_city": "Portland", - "inbound_departure_time": "07:55", - "origin_city": "San Francisco", - "outbound_departure_time": "12:20", - "passengers": "1", - "return_date": "2019-03-05", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "09:48", - "inbound_departure_time": "07:55", - "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": "189", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Premium Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been booked." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "7:55 am" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "12:20 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "Tuesday next week", - "next Tuesday" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When and where does the flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "PDX International Airport" - ], - "slot": "destination_airport", - "values": [ - "PDX International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "14:13" - ], - "slot": "outbound_arrival_time", - "values": [ - "2:13 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "destination_airport", - "start": 28 - }, - { - "exclusive_end": 24, - "slot": "outbound_arrival_time", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You will land at 2:13 pm at PDX International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "7:55 am" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "12:20 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "Tuesday next week", - "next Tuesday" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "7:55 am" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "12:20 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "Tuesday next week", - "next Tuesday" - ], - "seating_class": [ - "Premium 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": "18_00057", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me find a flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your destination? When would you like to leave, and when do you plan on returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "Monday next week" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 44, - "slot": "destination_city", - "start": 41 - }, - { - "exclusive_end": 83, - "slot": "return_date", - "start": 65 - }, - { - "exclusive_end": 37, - "slot": "departure_date", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "LAX" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to leave on Monday next week to LAX and get back on the 14th 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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "origin_city", - "start": 50 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "LAX" - ], - "origin_city": [ - "Atlanta" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "There's two people with me and we're leaving from Atlanta. If possible, I prefer Delta Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:40" - ], - "slot": "outbound_departure_time", - "values": [ - "5:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:40" - ], - "slot": "inbound_departure_time", - "values": [ - "8:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "195" - ], - "slot": "price", - "values": [ - "$195" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_city": "Los Angeles", - "origin_city": "Atlanta", - "passengers": "2", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "04:39", - "inbound_departure_time": "20:40", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:39", - "outbound_departure_time": "17:40", - "passengers": "2", - "price": "195", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 103, - "slot": "outbound_departure_time", - "start": 96 - }, - { - "exclusive_end": 145, - "slot": "inbound_departure_time", - "start": 138 - }, - { - "exclusive_end": 175, - "slot": "price", - "start": 171 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I was able to find 1 flight for your trip. There's a flight with Delta Airlines that departs at 5:40 pm, and the return flight departs at 8:40 pm. The price per ticket is $195." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "LAX" - ], - "origin_city": [ - "Atlanta" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are tickets refundable? When does the flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:39" - ], - "slot": "outbound_arrival_time", - "values": [ - "7:39 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_arrival_time", - "start": 67 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is not refundable, unfortunately. The flight arrives at 7:39 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "8:40 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "5:40 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I buy tickets for the flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "8:40 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "5:40 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you. That'll be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "18_00058", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me search for some flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your destination? When would you like to leave, and when are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix, AZ" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "next Wednesday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "destination_city", - "start": 48 - }, - { - "exclusive_end": 96, - "slot": "return_date", - "start": 78 - }, - { - "exclusive_end": 32, - "slot": "departure_date", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Wednesday" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to leave next Wednesday on a flight to Phoenix, AZ and return on the 13th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which airport would you like to depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "origin_city", - "values": [ - "London" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "origin_city", - "start": 58 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Wednesday" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "London" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "If possible, American Airlines since I'll be leaving from London." - }, - { - "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": [ - "07:35" - ], - "slot": "inbound_departure_time", - "values": [ - "7:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "407" - ], - "slot": "price", - "values": [ - "$407" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_city": "Phoenix", - "origin_city": "London", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "06:04", - "inbound_departure_time": "07:35", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "01:18", - "outbound_departure_time": "15:05", - "passengers": "1", - "price": "407", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 106, - "slot": "outbound_departure_time", - "start": 99 - }, - { - "exclusive_end": 154, - "slot": "inbound_departure_time", - "start": 147 - }, - { - "exclusive_end": 175, - "slot": "price", - "start": 171 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I was able to find 1 flight for your trip. There is a flight with American Airlines that leaves at 3:05 pm, with a returning flight that leaves at 7:35 am. Ticket cost is $407." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "origin_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Wednesday" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "London" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are tickets refundable? And where does the flight depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Heathrow International Airport" - ], - "slot": "origin_airport", - "values": [ - "Heathrow International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 101, - "slot": "origin_airport", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Tickets are not refundable, unfortunately. The flight will depart from Heathrow International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Wednesday" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great, this will be a short trip. Can you buy tickets for the flight?" - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:05" - ], - "slot": "outbound_departure_time", - "values": [ - "3:05 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:35" - ], - "slot": "inbound_departure_time", - "values": [ - "7:35 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 88, - "slot": "origin_city", - "start": 82 - }, - { - "exclusive_end": 112, - "slot": "destination_city", - "start": 105 - }, - { - "exclusive_end": 138, - "slot": "departure_date", - "start": 124 - }, - { - "exclusive_end": 163, - "slot": "return_date", - "start": 153 - }, - { - "exclusive_end": 149, - "slot": "outbound_departure_time", - "start": 142 - }, - { - "exclusive_end": 199, - "slot": "inbound_departure_time", - "start": 192 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm: You'd like 1 Economy class ticket for the American Airlines flight to London, with a stop in Phoenix, departing next Wednesday at 3:05 pm on March 13th, with a returning flight at 7:35 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Wednesday" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of this month", - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Incorrect. There will be 3 people with me total." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "departure_date", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm: You'd like to depart next Wednesday and the number of passengers with be 3, correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Wednesday" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct. Where does the flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sky Harbor International Airport" - ], - "slot": "destination_airport", - "values": [ - "Sky Harbor International Airport" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_city": "Phoenix", - "inbound_departure_time": "07:35", - "origin_city": "London", - "outbound_departure_time": "15:05", - "passengers": "3", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "06:04", - "inbound_departure_time": "07:35", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "01:18", - "outbound_departure_time": "15:05", - "passengers": "3", - "price": "407", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 88, - "slot": "destination_airport", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have been purchased. The flight arrives at Sky Harbor International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Wednesday" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When do the returning and onward flights arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "06:04" - ], - "slot": "inbound_arrival_time", - "values": [ - "6:04 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "01:18" - ], - "slot": "outbound_arrival_time", - "values": [ - "1:18 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "inbound_arrival_time", - "start": 32 - }, - { - "exclusive_end": 81, - "slot": "outbound_arrival_time", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The returning flight arrives at 6:04 am, and the onward flight arrives at 1:18 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Wednesday" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Excellent. Thank you so much for all of your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "18_00059", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you check flights for me with American Airlines?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes what is your destination? Where will you be travelling from and what will be your return date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philly" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "destination_city", - "start": 28 - }, - { - "exclusive_end": 84, - "slot": "return_date", - "start": 66 - }, - { - "exclusive_end": 24, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Philly" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from Philly to Chicago and I would like to return on 14th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your departure date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "9th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "departure_date", - "start": 4 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Philly" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The 9th of this month and I prefer to travel Economy." - }, - { - "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": [ - "18:40" - ], - "slot": "inbound_departure_time", - "values": [ - "6:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "122" - ], - "slot": "price", - "values": [ - "$122" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_city": "Chicago", - "origin_city": "Philadelphia", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "21:51", - "inbound_departure_time": "18:40", - "number_stops": "0", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "11:21", - "outbound_departure_time": "10:10", - "passengers": "1", - "price": "122", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 83, - "slot": "outbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 115, - "slot": "inbound_departure_time", - "start": 108 - }, - { - "exclusive_end": 146, - "slot": "price", - "start": 142 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 option for you with American Airlines. The outbound flight is at 10:10 am and the return light is 6:40 pm. The total ticket cost is $122." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Philly" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Unfortunately it is not" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Philly" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "At what time does my onward and return flights arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "21:51" - ], - "slot": "inbound_arrival_time", - "values": [ - "9:51 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "11:21" - ], - "slot": "outbound_arrival_time", - "values": [ - "11:21 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 75, - "slot": "inbound_arrival_time", - "start": 68 - }, - { - "exclusive_end": 37, - "slot": "outbound_arrival_time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The onward flight arrives at 11:21 am and the return one arrives at 9:51 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "6:40 pm" - ], - "origin_city": [ - "Philly" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That all sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to purchase the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "6:40 pm" - ], - "origin_city": [ - "Philly" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "return_date": [ - "14th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philadelphia" - ] - }, - { - "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-09" - ], - "slot": "departure_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:10" - ], - "slot": "outbound_departure_time", - "values": [ - "10:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "18:40" - ], - "slot": "inbound_departure_time", - "values": [ - "6:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 35 - }, - { - "exclusive_end": 58, - "slot": "destination_city", - "start": 51 - }, - { - "exclusive_end": 114, - "slot": "departure_date", - "start": 105 - }, - { - "exclusive_end": 160, - "slot": "return_date", - "start": 150 - }, - { - "exclusive_end": 126, - "slot": "outbound_departure_time", - "start": 118 - }, - { - "exclusive_end": 171, - "slot": "inbound_departure_time", - "start": 164 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm then the flight is from Philadelphia to Chicago with American Airlines. The departure date is March 9th at 10:10 am and the return date is March 14th at 6:40 pm. The seating is Economy for 1 person." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "number_stops" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month", - "March 9th" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "6:40 pm" - ], - "origin_city": [ - "Philadelphia", - "Philly" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of this month", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is all corrct. Which airport do I arrive at and does the flight have any stops." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "O'Hare International Airport" - ], - "slot": "destination_airport", - "values": [ - "O'Hare International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_city": "Chicago", - "inbound_departure_time": "18:40", - "origin_city": "Philadelphia", - "outbound_departure_time": "10:10", - "passengers": "1", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "21:51", - "inbound_departure_time": "18:40", - "number_stops": "0", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "11:21", - "outbound_departure_time": "10:10", - "passengers": "1", - "price": "122", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "destination_airport", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The destination is O'Hare International Airport with 0 stops. You ticket is booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month", - "March 9th" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "6:40 pm" - ], - "origin_city": [ - "Philadelphia", - "Philly" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of this month", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is everything thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00060", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "los angeles" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "destination_city", - "start": 50 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "los angeles" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "can you search flights for me? i am travelling to los angeles" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "when area you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "11th of march" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "return_date", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "los angeles" - ], - "return_date": [ - "11th of march" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "i want to get back on 11th of march and wish to traveling in economy class" - }, - { - "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": 31, - "slot": "origin_city", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "los angeles" - ], - "origin_city": [ - "philadelphia" - ], - "return_date": [ - "11th of march" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "i ama leaving from philadelphia" - }, - { - "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": [ - "march 6th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "departure_date", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "march 6th" - ], - "destination_city": [ - "los angeles" - ], - "origin_city": [ - "philadelphia" - ], - "return_date": [ - "11th of march" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "i am leaving on march 6th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:45" - ], - "slot": "outbound_departure_time", - "values": [ - "10:45 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:40" - ], - "slot": "inbound_departure_time", - "values": [ - "1:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "282" - ], - "slot": "price", - "values": [ - "$282" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "Los Angeles", - "origin_city": "Philadelphia", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "00:16", - "inbound_departure_time": "13:40", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "15:17", - "outbound_departure_time": "10:45", - "passengers": "1", - "price": "282", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-06", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "00:16", - "inbound_departure_time": "13:40", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "00:32", - "outbound_departure_time": "20:35", - "passengers": "1", - "price": "328", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 101, - "slot": "outbound_departure_time", - "start": 93 - }, - { - "exclusive_end": 138, - "slot": "inbound_departure_time", - "start": 131 - }, - { - "exclusive_end": 170, - "slot": "price", - "start": 166 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "i searched 2 convenient flights for your trip is delta airlines flight. the flight leaves at 10:45 am. the return flight leaves at 1:40 pm the price of the ticket is $282" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "march 6th" - ], - "destination_city": [ - "los angeles" - ], - "inbound_departure_time": [ - "1:40 pm" - ], - "origin_city": [ - "philadelphia" - ], - "outbound_departure_time": [ - "10:45 am" - ], - "return_date": [ - "11th of march" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "that flight sounds good to me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "should i buy the tickets for it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "march 6th" - ], - "destination_city": [ - "los angeles" - ], - "inbound_departure_time": [ - "1:40 pm" - ], - "origin_city": [ - "philadelphia" - ], - "outbound_departure_time": [ - "10:45 am" - ], - "return_date": [ - "11th of march" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes i would like to book the ticket" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "philadelphia" - ] - }, - { - "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": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "march 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:45" - ], - "slot": "outbound_departure_time", - "values": [ - "10:45 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:40" - ], - "slot": "inbound_departure_time", - "values": [ - "1:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 19 - }, - { - "exclusive_end": 55, - "slot": "destination_city", - "start": 44 - }, - { - "exclusive_end": 121, - "slot": "departure_date", - "start": 107 - }, - { - "exclusive_end": 158, - "slot": "return_date", - "start": 148 - }, - { - "exclusive_end": 196, - "slot": "outbound_departure_time", - "start": 188 - }, - { - "exclusive_end": 225, - "slot": "inbound_departure_time", - "start": 218 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "the flight is from philadelphia and goes to los angeles, the airlines is delta airlines. departure date is next wednesday the return flight date is march 11th. the onward flight leaves at 10:45 am the return flight at 1:40 pm seating class is economy and number of passengers is 1" - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "march 6th", - "next wednesday" - ], - "destination_city": [ - "los angeles" - ], - "inbound_departure_time": [ - "1:40 pm" - ], - "origin_city": [ - "philadelphia" - ], - "outbound_departure_time": [ - "10:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of march", - "march 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes that sounds good.which airport does the flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "destination_airport", - "values": [ - "lax international airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "15:17" - ], - "slot": "outbound_arrival_time", - "values": [ - "3:17 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_city": "Los Angeles", - "inbound_departure_time": "13:40", - "origin_city": "Philadelphia", - "outbound_departure_time": "10:45", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "00:16", - "inbound_departure_time": "13:40", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "15:17", - "outbound_departure_time": "10:45", - "passengers": "1", - "price": "282", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 70, - "slot": "destination_airport", - "start": 45 - }, - { - "exclusive_end": 108, - "slot": "outbound_arrival_time", - "start": 101 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "your ticket is confirmed. the destination is lax international airport the onwards flight arrives at 3:17 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "march 6th", - "next wednesday" - ], - "destination_city": [ - "los angeles" - ], - "inbound_departure_time": [ - "1:40 pm" - ], - "origin_city": [ - "philadelphia" - ], - "outbound_departure_time": [ - "10:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of march", - "march 11th" - ], - "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" - }, - { - "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 6th", - "next wednesday" - ], - "destination_city": [ - "los angeles" - ], - "inbound_departure_time": [ - "1:40 pm" - ], - "origin_city": [ - "philadelphia" - ], - "outbound_departure_time": [ - "10:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of march", - "march 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "no thanks for your help" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "have a nice day" - } - ] - }, - { - "dialogue_id": "18_00061", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Will you search some flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you returning? From which airport are you departing from? When are you planning to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "the 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "March 4th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "return_date", - "start": 15 - }, - { - "exclusive_end": 51, - "slot": "origin_city", - "start": 44 - }, - { - "exclusive_end": 64, - "slot": "departure_date", - "start": 55 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll return on the 9th. I am departing from Chicago on March 4th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be visiting?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Mexico City" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "destination_city", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Mexico City" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to Mexico City." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:20" - ], - "slot": "outbound_departure_time", - "values": [ - "5:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:05" - ], - "slot": "inbound_departure_time", - "values": [ - "8:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "281" - ], - "slot": "price", - "values": [ - "$281" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Mexico City", - "origin_city": "Chicago", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "20:12", - "inbound_departure_time": "08:05", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "00:44", - "outbound_departure_time": "17:20", - "passengers": "1", - "price": "281", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "00:37", - "inbound_departure_time": "13:45", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "02:05", - "outbound_departure_time": "17:25", - "passengers": "1", - "price": "326", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "16:59", - "inbound_departure_time": "08:25", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "02:05", - "outbound_departure_time": "12:45", - "passengers": "1", - "price": "307", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 52 - }, - { - "exclusive_end": 97, - "slot": "inbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 129, - "slot": "price", - "start": 125 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an American Airlines flight which leaves at 5:20 pm. The return flight departs at 8:05 am. The cost of the ticket is $281." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Mexico City" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is anything else available? I prefer something in Premium Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:15" - ], - "slot": "outbound_departure_time", - "values": [ - "9:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:45" - ], - "slot": "inbound_departure_time", - "values": [ - "1:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "501" - ], - "slot": "price", - "values": [ - "$501" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Mexico City", - "origin_city": "Chicago", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "20:12", - "inbound_departure_time": "08:05", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "19:31", - "outbound_departure_time": "13:20", - "passengers": "1", - "price": "467", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "00:37", - "inbound_departure_time": "13:45", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "19:31", - "outbound_departure_time": "09:15", - "passengers": "1", - "price": "501", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 113, - "slot": "inbound_departure_time", - "start": 106 - }, - { - "exclusive_end": 137, - "slot": "price", - "start": 133 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's also a Delta Airlines flight: outbound flight departing at 9:15 am and return flight departing at 1:45 pm. This ticket costs $501." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Mexico City" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the return flight arrive and which airport does it depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "00:37" - ], - "slot": "inbound_arrival_time", - "values": [ - "0:37 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "O'Hare International Airport" - ], - "slot": "origin_airport", - "values": [ - "O'Hare International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "inbound_arrival_time", - "start": 45 - }, - { - "exclusive_end": 107, - "slot": "origin_airport", - "start": 79 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The time of arrival for the return flight is 0:37 am. This flight departs from O'Hare International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "1:45 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "return_date": [ - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I purchase the tickets for that flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "1:45 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please. I want to reserve the ticket, and I have 2 people in my group." - }, - { - "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-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "09:15" - ], - "slot": "outbound_departure_time", - "values": [ - "9:15 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:45" - ], - "slot": "inbound_departure_time", - "values": [ - "1:45 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "origin_city", - "start": 52 - }, - { - "exclusive_end": 81, - "slot": "destination_city", - "start": 70 - }, - { - "exclusive_end": 138, - "slot": "departure_date", - "start": 127 - }, - { - "exclusive_end": 159, - "slot": "return_date", - "start": 150 - }, - { - "exclusive_end": 199, - "slot": "outbound_departure_time", - "start": 192 - }, - { - "exclusive_end": 241, - "slot": "inbound_departure_time", - "start": 234 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please verify the trip details: flight departs from Chicago, going to Mexico City via Delta Airlines. The date of departure is next Monday, returning March 9th. The outgoing flight departs at 9:15 am, and the return flight departs at 1:45 pm. This is a Premium Economy seating ticket for 2 passengers." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "number_stops", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 4th", - "next Monday" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "1:45 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 9th", - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's right. What time does the outgoing flight arrive? And are there 0 stops on the flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:31" - ], - "slot": "outbound_arrival_time", - "values": [ - "7:31 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_city": "Mexico City", - "inbound_departure_time": "13:45", - "origin_city": "Chicago", - "outbound_departure_time": "09:15", - "passengers": "2", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "00:37", - "inbound_departure_time": "13:45", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "19:31", - "outbound_departure_time": "09:15", - "passengers": "2", - "price": "501", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Premium Economy" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_arrival_time", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, ticket confirmed. The outgoing flight arrives at 7:31 pm. There is 1 stop on the flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 4th", - "next Monday" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "1:45 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 9th", - "the 9th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks very much. 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": "18_00062", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want you to find a flight for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. When are you leaving and when do you want to return? Also, what city are you departing from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "return_date", - "values": [ - "4th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Fran" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "later today" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 87, - "slot": "return_date", - "start": 70 - }, - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 39 - }, - { - "exclusive_end": 21, - "slot": "departure_date", - "start": 10 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "later today" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going later today and leaving from San Fran. I need to be back on 4th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 7, - "slot": "destination_city", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "later today" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "4th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Atlanta. I prefer 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": [ - "11:40" - ], - "slot": "inbound_departure_time", - "values": [ - "11:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "228" - ], - "slot": "price", - "values": [ - "$228" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Atlanta", - "origin_city": "San Francisco", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "14:06", - "inbound_departure_time": "11:40", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:24", - "outbound_departure_time": "15:50", - "passengers": "1", - "price": "228", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "20:11", - "inbound_departure_time": "14:10", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:51", - "outbound_departure_time": "17:25", - "passengers": "1", - "price": "256", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "08:56", - "inbound_departure_time": "06:30", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:19", - "outbound_departure_time": "07:10", - "passengers": "1", - "price": "240", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "12:06", - "inbound_departure_time": "09:40", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "18:41", - "outbound_departure_time": "10:15", - "passengers": "1", - "price": "201", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 99, - "slot": "outbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 155, - "slot": "inbound_departure_time", - "start": 147 - }, - { - "exclusive_end": 77, - "slot": "price", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 4 possible flights. One is through American Airlines and costs $228. It leaves at 3:50 pm and the flight which brings you back leaves at 11:40 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "later today" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "4th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does that flight go to? And what airport does it leave from?" - }, - { - "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" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "destination_airport", - "start": 11 - }, - { - "exclusive_end": 93, - "slot": "origin_airport", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It goes to Hartsfield-Jackson International Airport and leaves from SFO International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "11:40 am" - ], - "origin_city": [ - "San Fran" - ], - "outbound_departure_time": [ - "3:50 pm" - ], - "return_date": [ - "4th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect. Can you buy the ticket for this trip?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "return_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:50" - ], - "slot": "outbound_departure_time", - "values": [ - "3:50 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "11:40" - ], - "slot": "inbound_departure_time", - "values": [ - "11:40 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 81, - "slot": "origin_city", - "start": 68 - }, - { - "exclusive_end": 92, - "slot": "destination_city", - "start": 85 - }, - { - "exclusive_end": 131, - "slot": "departure_date", - "start": 126 - }, - { - "exclusive_end": 217, - "slot": "return_date", - "start": 206 - }, - { - "exclusive_end": 142, - "slot": "outbound_departure_time", - "start": 135 - }, - { - "exclusive_end": 185, - "slot": "inbound_departure_time", - "start": 177 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. So it is an economy class ticket for 1 and the flight is from San Francisco to Atlanta via American Airlines. You leave today at 3:50 pm and your return flight departs at 11:40 am and brings you back next Monday. Is this all correct?" - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "later today", - "today" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "11:40 am" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "3:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "4th of this month", - "next Monday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great. Is is refundable? And when do I arrive in Atlanta?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "01:24" - ], - "slot": "outbound_arrival_time", - "values": [ - "1:24 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_city": "Atlanta", - "inbound_departure_time": "11:40", - "origin_city": "San Francisco", - "outbound_departure_time": "15:50", - "passengers": "1", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "14:06", - "inbound_departure_time": "11:40", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:24", - "outbound_departure_time": "15:50", - "passengers": "1", - "price": "228", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "outbound_arrival_time", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have purchased your ticket. It is not refundable. You arrive at 1:24 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "later today", - "today" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "11:40 am" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "3:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "4th of this month", - "next Monday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "18_00063", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Help me to find flights, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to go back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "return_date", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I plan to be back on 14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "And where do you plan to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "destination_city", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Los Angeles" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will go to Los Angeles." - }, - { - "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 to leave and from what airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "origin_city", - "values": [ - "Vancouver, BC" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "6th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "origin_city", - "start": 23 - }, - { - "exclusive_end": 98, - "slot": "departure_date", - "start": 86 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Los Angeles" - ], - "origin_city": [ - "Vancouver, BC" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be leaving from Vancouver, BC plans to travel on economy. I will be leaving on 6th of March." - }, - { - "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": [ - "16:50" - ], - "slot": "inbound_departure_time", - "values": [ - "4:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "203" - ], - "slot": "price", - "values": [ - "$203" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "Los Angeles", - "origin_city": "Vancouver", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "23:27", - "inbound_departure_time": "16:50", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "02:04", - "outbound_departure_time": "23:00", - "passengers": "1", - "price": "203", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "13:59", - "inbound_departure_time": "10:55", - "number_stops": "0", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "06:24", - "outbound_departure_time": "03:20", - "passengers": "1", - "price": "162", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "outbound_departure_time", - "start": 77 - }, - { - "exclusive_end": 118, - "slot": "inbound_departure_time", - "start": 111 - }, - { - "exclusive_end": 133, - "slot": "price", - "start": 129 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I searched 2 flights for this trip from American Airlines. It will depart at 11 pm and return flight leaves at 4:50 pm. It costs $203." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Los Angeles" - ], - "origin_city": [ - "Vancouver, BC" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other flights available?" - }, - { - "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": [ - "10:55" - ], - "slot": "inbound_departure_time", - "values": [ - "10:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "162" - ], - "slot": "price", - "values": [ - "$162" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 91, - "slot": "inbound_departure_time", - "start": 83 - }, - { - "exclusive_end": 106, - "slot": "price", - "start": 102 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's one from Delta Airlines that leaves at 3:20 am and return flight leaves at 10:55 am. It costs $162." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good, can you help me buy the ticket?" - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "03:20" - ], - "slot": "outbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:55" - ], - "slot": "inbound_departure_time", - "values": [ - "10:55 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 65, - "slot": "origin_city", - "start": 56 - }, - { - "exclusive_end": 80, - "slot": "destination_city", - "start": 69 - }, - { - "exclusive_end": 139, - "slot": "departure_date", - "start": 125 - }, - { - "exclusive_end": 169, - "slot": "return_date", - "start": 159 - }, - { - "exclusive_end": 191, - "slot": "outbound_departure_time", - "start": 184 - }, - { - "exclusive_end": 228, - "slot": "inbound_departure_time", - "start": 220 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please do confirm the following details: flight is from Vancouver to Los Angeles. You prefer Delta Airlines that will depart next Wednesday and will return on March 14th. IT leaves at 3:20 am and return flight leaves at 10:55 am, Economy seating for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Vancouver", - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, please book for two persons." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Please o confirm the following details: You prefer Delta Airlines for 2 persons." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Vancouver", - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_city": "Los Angeles", - "inbound_departure_time": "10:55", - "origin_city": "Vancouver", - "outbound_departure_time": "03:20", - "passengers": "2", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "13:59", - "inbound_departure_time": "10:55", - "number_stops": "0", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "06:24", - "outbound_departure_time": "03:20", - "passengers": "2", - "price": "162", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Booking is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Vancouver", - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "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": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Vancouver", - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day!" - } - ] - }, - { - "dialogue_id": "18_00064", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you find a flight for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan on coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "return_date", - "start": 7 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On the 13th of March." - }, - { - "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": [ - "San Diego" - ], - "slot": "origin_city", - "values": [ - "SD" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "refundable", - "values": [ - "True" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "origin_city", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "SD" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am departing from SD. I may change my plans, so I want refundable tickets only." - }, - { - "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 leaving from and where are planning to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "March 8th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "destination_city", - "start": 9 - }, - { - "exclusive_end": 65, - "slot": "departure_date", - "start": 56 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "SD" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Going to LA. I want Economy tickets and I am leaving on March 8th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:50" - ], - "slot": "outbound_departure_time", - "values": [ - "9:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:20" - ], - "slot": "inbound_departure_time", - "values": [ - "7:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "68" - ], - "slot": "price", - "values": [ - "$68" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Los Angeles", - "origin_city": "San Diego", - "refundable": "True", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "08:14", - "inbound_departure_time": "07:20", - "number_stops": "0", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "10:44", - "outbound_departure_time": "09:50", - "passengers": "1", - "price": "68", - "refundable": "True", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_departure_time", - "start": 56 - }, - { - "exclusive_end": 103, - "slot": "inbound_departure_time", - "start": 96 - }, - { - "exclusive_end": 123, - "slot": "price", - "start": 120 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "An American Airlines flight is available. It departs at 9:50 am and the return flight leaves at 7:20 am. A ticket costs $68." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "SD" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When will my return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "08:14" - ], - "slot": "inbound_arrival_time", - "values": [ - "8:14 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 7, - "slot": "inbound_arrival_time", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "8:14 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "7:20 am" - ], - "origin_city": [ - "SD" - ], - "outbound_departure_time": [ - "9:50 am" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sound good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I purchase 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "7:20 am" - ], - "origin_city": [ - "SD" - ], - "outbound_departure_time": [ - "9:50 am" - ], - "passengers": [ - "4" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "San Diego" - ], - "slot": "origin_city", - "values": [ - "San Diego" - ] - }, - { - "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": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "09:50" - ], - "slot": "outbound_departure_time", - "values": [ - "9:50 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:20" - ], - "slot": "inbound_departure_time", - "values": [ - "7:20 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 58, - "slot": "origin_city", - "start": 49 - }, - { - "exclusive_end": 73, - "slot": "destination_city", - "start": 62 - }, - { - "exclusive_end": 145, - "slot": "departure_date", - "start": 134 - }, - { - "exclusive_end": 176, - "slot": "return_date", - "start": 166 - }, - { - "exclusive_end": 213, - "slot": "outbound_departure_time", - "start": 206 - }, - { - "exclusive_end": 243, - "slot": "inbound_departure_time", - "start": 236 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: The flight is from San Diego to Los Angeles and is airline is American Airlines. Your departure date is next Friday. The return date is March 13th. The departing flight leaves 9:50 am. The return leaves at 7:20 am. You want 4 Economy tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 8th", - "next Friday" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "7:20 am" - ], - "origin_city": [ - "SD", - "San Diego" - ], - "outbound_departure_time": [ - "9:50 am" - ], - "passengers": [ - "4" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_city": "Los Angeles", - "inbound_departure_time": "07:20", - "origin_city": "San Diego", - "outbound_departure_time": "09:50", - "passengers": "4", - "refundable": "True", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "08:14", - "inbound_departure_time": "07:20", - "number_stops": "0", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "10:44", - "outbound_departure_time": "09:50", - "passengers": "4", - "price": "68", - "refundable": "True", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your purchase is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 8th", - "next Friday" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "7:20 am" - ], - "origin_city": [ - "SD", - "San Diego" - ], - "outbound_departure_time": [ - "9:50 am" - ], - "passengers": [ - "4" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March", - "March 13th" - ], - "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": "May I help you with something else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 8th", - "next Friday" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "7:20 am" - ], - "origin_city": [ - "SD", - "San Diego" - ], - "outbound_departure_time": [ - "9:50 am" - ], - "passengers": [ - "4" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an enjoyable rest of your day." - } - ] - }, - { - "dialogue_id": "18_00065", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you find me some flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Where and when do you want to leave and return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix, AZ" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "March 7th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "destination_city", - "start": 18 - }, - { - "exclusive_end": 70, - "slot": "return_date", - "start": 61 - }, - { - "exclusive_end": 35, - "slot": "departure_date", - "start": 30 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "today" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "return_date": [ - "March 7th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to head to Phoenix, AZ today, and hopefully return on March 7th." - }, - { - "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" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 8, - "slot": "origin_city", - "start": 5 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "today" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "March 7th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From ATL airport." - }, - { - "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": [ - "23:25" - ], - "slot": "inbound_departure_time", - "values": [ - "11:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "247" - ], - "slot": "price", - "values": [ - "$247" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Phoenix", - "origin_city": "Atlanta", - "return_date": "2019-03-07" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "06:37", - "inbound_departure_time": "23:25", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "16:22", - "outbound_departure_time": "11:40", - "passengers": "1", - "price": "247", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "03:52", - "inbound_departure_time": "20:40", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "15:47", - "outbound_departure_time": "09:40", - "passengers": "1", - "price": "242", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 83, - "slot": "inbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 104, - "slot": "price", - "start": 100 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an American Airlines flight that leaves at 11:40 am and returns at 11:25 pm. It'll cost you $247." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 66, - "slot": "origin_city", - "start": 55 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "today" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "March 7th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there anything else available? I want to leave from Seattle, WA." - }, - { - "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": [ - "08:20" - ], - "slot": "inbound_departure_time", - "values": [ - "8:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "302" - ], - "slot": "price", - "values": [ - "$302" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Phoenix", - "origin_city": "Seattle", - "return_date": "2019-03-07" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "18:52", - "inbound_departure_time": "08:20", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "10:13", - "outbound_departure_time": "05:25", - "passengers": "1", - "price": "302", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "23:43", - "inbound_departure_time": "18:10", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "10:35", - "outbound_departure_time": "05:30", - "passengers": "1", - "price": "193", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 83, - "slot": "inbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 98, - "slot": "price", - "start": 94 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "How about a Southwest Airlines flight that leaves at 5:25 am and returns at 8:20 am? It costs $302." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "departure_date": [ - "today" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "March 7th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is it refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Unfortunately, it's not refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "8:20 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "5:25 am" - ], - "return_date": [ - "March 7th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright, that works." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I buy the ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "8:20 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "5:25 am" - ], - "return_date": [ - "March 7th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "05:25" - ], - "slot": "outbound_departure_time", - "values": [ - "5:25 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:20" - ], - "slot": "inbound_departure_time", - "values": [ - "8:20 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 120, - "slot": "origin_city", - "start": 113 - }, - { - "exclusive_end": 131, - "slot": "destination_city", - "start": 124 - }, - { - "exclusive_end": 96, - "slot": "departure_date", - "start": 91 - }, - { - "exclusive_end": 162, - "slot": "return_date", - "start": 149 - }, - { - "exclusive_end": 107, - "slot": "outbound_departure_time", - "start": 100 - }, - { - "exclusive_end": 173, - "slot": "inbound_departure_time", - "start": 166 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just to make sure, you want 1 Economy ticket for the Southwest Airlines flight that leaves today at 5:25 am from Seattle to Phoenix, and will return next Thursday at 8:20 am?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "8:20 am" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "5:25 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 7th", - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yep. that's good. When do the return and onward flights arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:52" - ], - "slot": "inbound_arrival_time", - "values": [ - "6:52 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "10:13" - ], - "slot": "outbound_arrival_time", - "values": [ - "10:13 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_city": "Phoenix", - "inbound_departure_time": "08:20", - "origin_city": "Seattle", - "outbound_departure_time": "05:25", - "passengers": "1", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "18:52", - "inbound_departure_time": "08:20", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "10:13", - "outbound_departure_time": "05:25", - "passengers": "1", - "price": "302", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 65, - "slot": "inbound_arrival_time", - "start": 58 - }, - { - "exclusive_end": 107, - "slot": "outbound_arrival_time", - "start": 99 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket has been confirmed. You'll be arriving home at 6:52 pm and the onward flight arrives at 10:13 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "8:20 am" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "5:25 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 7th", - "next Thursday" - ], - "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": "18_00066", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for some flights." - }, - { - "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 to and leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Nairobi" - ], - "slot": "destination_city", - "values": [ - "Nairobi, Kenya" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philadelphia" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 58, - "slot": "origin_city", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Nairobi, Kenya" - ], - "origin_city": [ - "Philadelphia" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Nairobi, Kenya. I am going from Philadelphia." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you planning to leave and when are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "10th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "5th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "return_date", - "start": 23 - }, - { - "exclusive_end": 76, - "slot": "departure_date", - "start": 59 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "Nairobi, Kenya" - ], - "origin_city": [ - "Philadelphia" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to come back on 10th of March. And, I am leaving on 5th of this month." - }, - { - "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": [ - "05:35" - ], - "slot": "inbound_departure_time", - "values": [ - "5:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "385" - ], - "slot": "price", - "values": [ - "$385" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Nairobi", - "origin_city": "Philadelphia", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Jomo Kenyatta International Airport", - "destination_city": "Nairobi", - "inbound_arrival_time": "19:46", - "inbound_departure_time": "05:35", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "17:57", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "385", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "outbound_departure_time", - "start": 49 - }, - { - "exclusive_end": 82, - "slot": "inbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 101, - "slot": "price", - "start": 97 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have an American Airlines flight. It leaves at 4:45 pm. The return is at 5:35 am. The price is $385." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "Nairobi, Kenya" - ], - "inbound_departure_time": [ - "5:35 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds perfect to me. Can you buy flight tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Nairobi" - ], - "slot": "destination_city", - "values": [ - "Nairobi" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "16:45" - ], - "slot": "outbound_departure_time", - "values": [ - "4:45 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "05:35" - ], - "slot": "inbound_departure_time", - "values": [ - "5:35 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "origin_city", - "start": 39 - }, - { - "exclusive_end": 62, - "slot": "destination_city", - "start": 55 - }, - { - "exclusive_end": 98, - "slot": "departure_date", - "start": 86 - }, - { - "exclusive_end": 145, - "slot": "return_date", - "start": 135 - }, - { - "exclusive_end": 109, - "slot": "outbound_departure_time", - "start": 102 - }, - { - "exclusive_end": 164, - "slot": "inbound_departure_time", - "start": 157 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let's confirm the details. Flight from Philadelphia to Nairobi with American Airlines next Tuesday at 4:45 pm. The return flight is on March 10th leaving at 5:35 am. They are economy. The number of passengers is 1." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month", - "next Tuesday" - ], - "destination_city": [ - "Nairobi", - "Nairobi, Kenya" - ], - "inbound_departure_time": [ - "5:35 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of March", - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Nairobi", - "inbound_departure_time": "05:35", - "origin_city": "Philadelphia", - "outbound_departure_time": "16:45", - "passengers": "1", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Jomo Kenyatta International Airport", - "destination_city": "Nairobi", - "inbound_arrival_time": "19:46", - "inbound_departure_time": "05:35", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "17:57", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "385", - "refundable": "False", - "return_date": "2019-03-10", - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month", - "next Tuesday" - ], - "destination_city": [ - "Nairobi", - "Nairobi, Kenya" - ], - "inbound_departure_time": [ - "5:35 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of March", - "March 10th" - ], - "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": "Can I help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month", - "next Tuesday" - ], - "destination_city": [ - "Nairobi", - "Nairobi, Kenya" - ], - "inbound_departure_time": [ - "5:35 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of March", - "March 10th" - ], - "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": "18_00067", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you find a flight for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where is your point of departure?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 8, - "slot": "origin_city", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "New York" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "New York." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you traveling and when would you like to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "11th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 67, - "slot": "return_date", - "start": 49 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "New York" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Chi-town, looking to return on the 11th of this month and I prefer Delta Airlines." - }, - { - "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-01" - ], - "slot": "departure_date", - "values": [ - "1st of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "departure_date", - "start": 4 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "New York" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The 1st of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:05" - ], - "slot": "outbound_departure_time", - "values": [ - "5:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:00" - ], - "slot": "inbound_departure_time", - "values": [ - "10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "175" - ], - "slot": "price", - "values": [ - "$175" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_city": "Chicago", - "origin_city": "New York", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "01:19", - "inbound_departure_time": "22:00", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "07:53", - "outbound_departure_time": "05:05", - "passengers": "1", - "price": "175", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 91, - "slot": "inbound_departure_time", - "start": 86 - }, - { - "exclusive_end": 41, - "slot": "price", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 Delta Airlines flight for $175 leaving at 5:05 am and the return leaves at 10 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "origin_airport" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "New York" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does it depart from? Does the flight have 1 stop?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "JFK International Airport" - ], - "slot": "origin_airport", - "values": [ - "JFK International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 69, - "slot": "origin_airport", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 stop and the flight departs from JFK International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "10 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "5:05 am" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I purchase the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "10 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "5:05 am" - ], - "return_date": [ - "11th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please do. I prefer Economy." - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "05:05" - ], - "slot": "outbound_departure_time", - "values": [ - "5:05 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "22:00" - ], - "slot": "inbound_departure_time", - "values": [ - "10 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 74, - "slot": "origin_city", - "start": 66 - }, - { - "exclusive_end": 85, - "slot": "destination_city", - "start": 78 - }, - { - "exclusive_end": 119, - "slot": "departure_date", - "start": 114 - }, - { - "exclusive_end": 158, - "slot": "return_date", - "start": 148 - }, - { - "exclusive_end": 130, - "slot": "outbound_departure_time", - "start": 123 - }, - { - "exclusive_end": 177, - "slot": "inbound_departure_time", - "start": 172 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: Economy flight for 1 passenger from New York to Chicago on Delta Airlines departing today at 5:05 am and returning on March 11th departing at 10 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of this month", - "today" - ], - "destination_city": [ - "Chi-town", - "Chicago" - ], - "inbound_departure_time": [ - "10 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "5:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of this month", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that works. 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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_city": "Chicago", - "inbound_departure_time": "22:00", - "origin_city": "New York", - "outbound_departure_time": "05:05", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "01:19", - "inbound_departure_time": "22:00", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "07:53", - "outbound_departure_time": "05:05", - "passengers": "1", - "price": "175", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is confirmed. Unfortunately, it 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "1st of this month", - "today" - ], - "destination_city": [ - "Chi-town", - "Chicago" - ], - "inbound_departure_time": [ - "10 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "5:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of this month", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. 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": "18_00068", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for a flight, can you search for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you departing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "9th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "the 2nd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "return_date", - "start": 31 - }, - { - "exclusive_end": 76, - "slot": "departure_date", - "start": 69 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to be back on the 9th of this month. I want to leave on the 2nd." - }, - { - "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": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "destination_city", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "San Francisco" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to San Francisco." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be departing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "origin_city", - "start": 52 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to fly American Airlines. I'm departing from Seattle." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:45" - ], - "slot": "outbound_departure_time", - "values": [ - "9:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:15" - ], - "slot": "inbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "131" - ], - "slot": "price", - "values": [ - "$131" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:26", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "23:56", - "outbound_departure_time": "21:45", - "passengers": "1", - "price": "131", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 79, - "slot": "outbound_departure_time", - "start": 72 - }, - { - "exclusive_end": 102, - "slot": "inbound_departure_time", - "start": 95 - }, - { - "exclusive_end": 129, - "slot": "price", - "start": 125 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I see 1 American Airlines flight that fits your criteria. It departs at 9:45 pm and returns at 2:15 pm. The ticket will cost $131" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is it a zero stop flight and what time does the flight arrive at the destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "23:56" - ], - "slot": "outbound_arrival_time", - "values": [ - "11:56 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "outbound_arrival_time", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 0 stops and the flight arrives at 11:56 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "9:45 pm" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will work. Can you assist me in purchasing 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-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "21:45" - ], - "slot": "outbound_departure_time", - "values": [ - "9:45 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:15" - ], - "slot": "inbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 118, - "slot": "origin_city", - "start": 111 - }, - { - "exclusive_end": 165, - "slot": "destination_city", - "start": 152 - }, - { - "exclusive_end": 127, - "slot": "departure_date", - "start": 119 - }, - { - "exclusive_end": 195, - "slot": "return_date", - "start": 186 - }, - { - "exclusive_end": 138, - "slot": "outbound_departure_time", - "start": 131 - }, - { - "exclusive_end": 205, - "slot": "inbound_departure_time", - "start": 198 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the details. The flight is in the Economy class with American Airlines. The flight departs from Seattle tomorrow at 9:45 pm and lands in San Francisco. The return date of March 9th T 2:15 pm. There is 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "9:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month", - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes everything is right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "inbound_departure_time": "14:15", - "origin_city": "Seattle", - "outbound_departure_time": "21:45", - "passengers": "1", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:26", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "23:56", - "outbound_departure_time": "21:45", - "passengers": "1", - "price": "131", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, the ticket has been confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "9:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month", - "March 9th" - ], - "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": "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": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "9:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month", - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, thanks again." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00069", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "origin_city", - "start": 53 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "LAX" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search flights for me? I am leaving from the LAX." - }, - { - "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" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "destination_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "LAX" - ], - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to Portland, OR. There are two people in my group." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to leave? When are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "the 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "March 4th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "return_date", - "start": 22 - }, - { - "exclusive_end": 56, - "slot": "departure_date", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "LAX" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to get back on the 8th. I am leaving on March 4th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:25" - ], - "slot": "outbound_departure_time", - "values": [ - "7:25 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:55" - ], - "slot": "inbound_departure_time", - "values": [ - "1:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "173" - ], - "slot": "price", - "values": [ - "$173" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Portland", - "origin_city": "Los Angeles", - "passengers": "2", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-04", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "17:54", - "inbound_departure_time": "13:55", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "09:55", - "outbound_departure_time": "07:25", - "passengers": "2", - "price": "173", - "refundable": "True", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "10:40", - "inbound_departure_time": "07:20", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "01:45", - "outbound_departure_time": "23:15", - "passengers": "2", - "price": "165", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "20:24", - "inbound_departure_time": "15:20", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "00:20", - "outbound_departure_time": "21:50", - "passengers": "2", - "price": "162", - "refundable": "True", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "19:25", - "inbound_departure_time": "16:55", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "19:00", - "outbound_departure_time": "16:30", - "passengers": "2", - "price": "152", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "14:35", - "inbound_departure_time": "12:05", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "14:13", - "outbound_departure_time": "08:55", - "passengers": "2", - "price": "170", - "refundable": "True", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 72, - "slot": "outbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 109, - "slot": "inbound_departure_time", - "start": 102 - }, - { - "exclusive_end": 142, - "slot": "price", - "start": 138 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Alaska Airlines flight. The outbound flight leaves at 7:25 am. The return flight leaves at 1:55 pm. The price of the ticket is $173." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "1:55 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "7:25 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The flight sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I buy the tickets for it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "1:55 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "7:25 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes I would like to book the ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Portland" - ], - "slot": "destination_city", - "values": [ - "Portland" - ] - }, - { - "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": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:25" - ], - "slot": "outbound_departure_time", - "values": [ - "7:25 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:55" - ], - "slot": "inbound_departure_time", - "values": [ - "1:55 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 68, - "slot": "origin_city", - "start": 57 - }, - { - "exclusive_end": 97, - "slot": "destination_city", - "start": 89 - }, - { - "exclusive_end": 165, - "slot": "departure_date", - "start": 154 - }, - { - "exclusive_end": 197, - "slot": "return_date", - "start": 186 - }, - { - "exclusive_end": 234, - "slot": "outbound_departure_time", - "start": 227 - }, - { - "exclusive_end": 271, - "slot": "inbound_departure_time", - "start": 264 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: the flight is from Los Angeles. the flight goes to Portland. the airlines is Alaska Airlines. the departure date is next Monday. the return date is next Friday. the onward flight leaves at 7:25 am. the return flight leaves at 1:55 pm. The seating class is Economy. the number of passengers is 2." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "March 4th", - "next Monday" - ], - "destination_city": [ - "Portland", - "Portland, OR" - ], - "inbound_departure_time": [ - "1:55 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "7:25 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that sounds good. Which airport does the flight depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-04", - "destination_city": "Portland", - "inbound_departure_time": "13:55", - "origin_city": "Los Angeles", - "outbound_departure_time": "07:25", - "passengers": "2", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-04", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "17:54", - "inbound_departure_time": "13:55", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "09:55", - "outbound_departure_time": "07:25", - "passengers": "2", - "price": "173", - "refundable": "True", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 75, - "slot": "origin_airport", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is confirmed. The flight departs from LAX International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "March 4th", - "next Monday" - ], - "destination_city": [ - "Portland", - "Portland, OR" - ], - "inbound_departure_time": [ - "1:55 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "7:25 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "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": [ - "Alaska Airlines" - ], - "departure_date": [ - "March 4th", - "next Monday" - ], - "destination_city": [ - "Portland", - "Portland, OR" - ], - "inbound_departure_time": [ - "1:55 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "7:25 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "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": "18_00070", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Will you please help me find flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, what date will you be coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "the 8th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 10, - "slot": "return_date", - "start": 3 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On the 8th." - }, - { - "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": "What's your departure location and where will you be going? What day would you like to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sydney" - ], - "slot": "destination_city", - "values": [ - "Sydney, NSW" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "origin_city", - "values": [ - "SD" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "the 1st" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "destination_city", - "start": 53 - }, - { - "exclusive_end": 19, - "slot": "origin_city", - "start": 17 - }, - { - "exclusive_end": 30, - "slot": "departure_date", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Sydney, NSW" - ], - "origin_city": [ - "SD" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from SD on the 1st and want to travel to Sydney, NSW." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:05" - ], - "slot": "outbound_departure_time", - "values": [ - "11:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:50" - ], - "slot": "inbound_departure_time", - "values": [ - "5:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "290" - ], - "slot": "price", - "values": [ - "$290" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Sydney", - "origin_city": "San Diego", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Kingsford Smith International Airport", - "destination_city": "Sydney", - "inbound_arrival_time": "08:34", - "inbound_departure_time": "17:50", - "number_stops": "1", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "16:01", - "outbound_departure_time": "11:05", - "passengers": "1", - "price": "290", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Kingsford Smith International Airport", - "destination_city": "Sydney", - "inbound_arrival_time": "16:19", - "inbound_departure_time": "22:05", - "number_stops": "1", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "09:26", - "outbound_departure_time": "07:20", - "passengers": "1", - "price": "293", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 84, - "slot": "outbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 128, - "slot": "inbound_departure_time", - "start": 121 - }, - { - "exclusive_end": 137, - "slot": "price", - "start": 133 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Thanks, there are 2 flights I've found. The Delta Airlines flight leaves at 11:05 am with a return flight that leaves at 5:50 pm for $290." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Sydney, NSW" - ], - "origin_city": [ - "SD" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "08:34" - ], - "slot": "inbound_arrival_time", - "values": [ - "8:34 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "inbound_arrival_time", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your return flight would arrive at 8:34 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Sydney, NSW" - ], - "origin_city": [ - "SD" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please let me know if this flight has zero stops and when does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "16:01" - ], - "slot": "outbound_arrival_time", - "values": [ - "4:01 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_arrival_time", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 1 stop and the time for the onward flight is 4:01 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Sydney, NSW" - ], - "inbound_departure_time": [ - "5:50 pm" - ], - "origin_city": [ - "SD" - ], - "outbound_departure_time": [ - "11:05 am" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Awesome, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I book this ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Sydney, NSW" - ], - "inbound_departure_time": [ - "5:50 pm" - ], - "origin_city": [ - "SD" - ], - "outbound_departure_time": [ - "11:05 am" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "San Diego" - ], - "slot": "origin_city", - "values": [ - "San Diego" - ] - }, - { - "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-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "11:05" - ], - "slot": "outbound_departure_time", - "values": [ - "11:05 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "17:50" - ], - "slot": "inbound_departure_time", - "values": [ - "5:50 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 84, - "slot": "origin_city", - "start": 75 - }, - { - "exclusive_end": 94, - "slot": "destination_city", - "start": 88 - }, - { - "exclusive_end": 108, - "slot": "departure_date", - "start": 103 - }, - { - "exclusive_end": 148, - "slot": "return_date", - "start": 137 - }, - { - "exclusive_end": 120, - "slot": "outbound_departure_time", - "start": 112 - }, - { - "exclusive_end": 159, - "slot": "inbound_departure_time", - "start": 152 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you please confirm your flight details: The Delta Airlines flight from San Diego to Sydney departs today at 11:05 am and will return next Friday at 5:50 pm for 1 passenger in Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st", - "today" - ], - "destination_city": [ - "Sydney", - "Sydney, NSW" - ], - "inbound_departure_time": [ - "5:50 pm" - ], - "origin_city": [ - "SD", - "San Diego" - ], - "outbound_departure_time": [ - "11:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_city": "Sydney", - "inbound_departure_time": "17:50", - "origin_city": "San Diego", - "outbound_departure_time": "11:05", - "passengers": "1", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Kingsford Smith International Airport", - "destination_city": "Sydney", - "inbound_arrival_time": "08:34", - "inbound_departure_time": "17:50", - "number_stops": "1", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "16:01", - "outbound_departure_time": "11:05", - "passengers": "1", - "price": "290", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your booking is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st", - "today" - ], - "destination_city": [ - "Sydney", - "Sydney, NSW" - ], - "inbound_departure_time": [ - "5:50 pm" - ], - "origin_city": [ - "SD", - "San Diego" - ], - "outbound_departure_time": [ - "11:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Wonderful, thanks for your help. That's all for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great trip." - } - ] - }, - { - "dialogue_id": "18_00071", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need airline tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which dates and from where?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "11th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, Wa" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 94, - "slot": "return_date", - "start": 81 - }, - { - "exclusive_end": 62, - "slot": "origin_city", - "start": 51 - }, - { - "exclusive_end": 45, - "slot": "departure_date", - "start": 28 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of this month" - ], - "origin_city": [ - "Seattle, Wa" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm planning on leaving the 2nd of this month from Seattle, Wa and returning the 11th of March." - }, - { - "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": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix, AZ" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "destination_city", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "Seattle, Wa" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Phoenix, AZ, Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:15" - ], - "slot": "outbound_departure_time", - "values": [ - "8:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:40" - ], - "slot": "inbound_departure_time", - "values": [ - "8:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "242" - ], - "slot": "price", - "values": [ - "$242" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Phoenix", - "origin_city": "Seattle", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "14:47", - "inbound_departure_time": "08:40", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "13:38", - "outbound_departure_time": "08:15", - "passengers": "1", - "price": "242", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "11:55", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "13:38", - "outbound_departure_time": "08:45", - "passengers": "1", - "price": "229", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "22:56", - "inbound_departure_time": "17:10", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "10:35", - "outbound_departure_time": "05:30", - "passengers": "1", - "price": "216", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "outbound_departure_time", - "start": 55 - }, - { - "exclusive_end": 92, - "slot": "inbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 101, - "slot": "price", - "start": 97 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The first of 3 options is American Airlines leaving at 8:15 am with a return time of 8:40 am for $242." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "8:40 am" - ], - "origin_city": [ - "Seattle, Wa" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "8:40 am" - ], - "origin_city": [ - "Seattle, Wa" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need airline tickets for three." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:15" - ], - "slot": "outbound_departure_time", - "values": [ - "8:15 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:40" - ], - "slot": "inbound_departure_time", - "values": [ - "8:40 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "origin_city", - "start": 31 - }, - { - "exclusive_end": 49, - "slot": "destination_city", - "start": 42 - }, - { - "exclusive_end": 66, - "slot": "departure_date", - "start": 58 - }, - { - "exclusive_end": 88, - "slot": "return_date", - "start": 78 - }, - { - "exclusive_end": 152, - "slot": "outbound_departure_time", - "start": 145 - }, - { - "exclusive_end": 182, - "slot": "inbound_departure_time", - "start": 175 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a flight scheduled from Seattle to Phoenix leaving tomorrow, returning March 11th on American Airlines with an onward flight departing at 8:15 am with a return time of 8:40 am. This flight is scheduled for 3 people Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of this month", - "tomorrow" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "8:40 am" - ], - "origin_city": [ - "Seattle", - "Seattle, Wa" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "11th of March", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "Phoenix", - "inbound_departure_time": "08:40", - "origin_city": "Seattle", - "outbound_departure_time": "08:15", - "passengers": "3", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "14:47", - "inbound_departure_time": "08:40", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "13:38", - "outbound_departure_time": "08:15", - "passengers": "3", - "price": "242", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of this month", - "tomorrow" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "8:40 am" - ], - "origin_city": [ - "Seattle", - "Seattle, Wa" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "11th of March", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "You are the best 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": [ - "2nd of this month", - "tomorrow" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "8:40 am" - ], - "origin_city": [ - "Seattle", - "Seattle, Wa" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "11th of March", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No but thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "18_00072", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "origin_city", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "LAX" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to fly from LAX, please find a flight" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going and when will your return be?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "destination_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "destination_city", - "start": 13 - }, - { - "exclusive_end": 66, - "slot": "return_date", - "start": 53 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "LAX" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to Philadelphia and need to be back on the 13th of March" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "And what date are you leaving LAX?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "return_date", - "values": [ - "6th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "return_date", - "start": 24 - }, - { - "exclusive_end": 79, - "slot": "departure_date", - "start": 67 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "LAX" - ], - "passengers": [ - "3" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to return on the 6th of this month, and I am leaving on the 2nd of March. There will be 3 of us in total." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:40" - ], - "slot": "outbound_departure_time", - "values": [ - "1:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:35" - ], - "slot": "inbound_departure_time", - "values": [ - "8:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "296" - ], - "slot": "price", - "values": [ - "$296" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Philadelphia", - "origin_city": "Los Angeles", - "passengers": "3", - "return_date": "2019-03-06" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "00:32", - "inbound_departure_time": "20:35", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "00:16", - "outbound_departure_time": "13:40", - "passengers": "3", - "price": "296", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 71, - "slot": "outbound_departure_time", - "start": 64 - }, - { - "exclusive_end": 104, - "slot": "inbound_departure_time", - "start": 97 - }, - { - "exclusive_end": 134, - "slot": "price", - "start": 130 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 1 good flight, on Southwest Airlines. It leaves at 1:40 pm and the return leaves at 8:35 pm. Per ticket it will cost $296" - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "LAX" - ], - "passengers": [ - "3" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the onward flight get in, and to which airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "PHL International Airport" - ], - "slot": "destination_airport", - "values": [ - "PHL International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "00:16" - ], - "slot": "outbound_arrival_time", - "values": [ - "0:16 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "destination_airport", - "start": 14 - }, - { - "exclusive_end": 50, - "slot": "outbound_arrival_time", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at PHL International Airport at 0:16 am" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "8:35 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's good, can you help me buy tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "destination_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "return_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:40" - ], - "slot": "outbound_departure_time", - "values": [ - "1:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:35" - ], - "slot": "inbound_departure_time", - "values": [ - "8:35 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 62, - "slot": "origin_city", - "start": 51 - }, - { - "exclusive_end": 78, - "slot": "destination_city", - "start": 66 - }, - { - "exclusive_end": 120, - "slot": "departure_date", - "start": 112 - }, - { - "exclusive_end": 158, - "slot": "return_date", - "start": 144 - }, - { - "exclusive_end": 131, - "slot": "outbound_departure_time", - "start": 124 - }, - { - "exclusive_end": 169, - "slot": "inbound_departure_time", - "start": 162 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm these details: the flight goes from Los Angeles to Philadelphia on Southwest Airlines. It leaves tomorrow at 1:40 pm and returns next Wednesday at 8:35 pm. There are 3 passengers in Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "origin_airport" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "8:35 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "6th of this month", - "next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does my return arrive and from which airport am I leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "00:32" - ], - "slot": "inbound_arrival_time", - "values": [ - "0:32 am" - ] - }, - { - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_city": "Philadelphia", - "inbound_departure_time": "20:35", - "origin_city": "Los Angeles", - "outbound_departure_time": "13:40", - "passengers": "3", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "00:32", - "inbound_departure_time": "20:35", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "00:16", - "outbound_departure_time": "13:40", - "passengers": "3", - "price": "296", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "inbound_arrival_time", - "start": 55 - }, - { - "exclusive_end": 39, - "slot": "origin_airport", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It flies from LAX International Airport and arrives at 0:32 am. Your ticket has been confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "8:35 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "6th of this month", - "next Wednesday" - ], - "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 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": [ - "Southwest Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "8:35 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "6th of this month", - "next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "18_00073", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix, AZ" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "destination_city", - "start": 26 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Phoenix, AZ" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to travel to Phoenix, AZ. Would you search available flights for me?" - }, - { - "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": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Ciudad de Mexico" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "origin_city", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "Ciudad de Mexico" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will fly out from Ciudad de Mexico." - }, - { - "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-03" - ], - "slot": "departure_date", - "values": [ - "the 3rd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "departure_date", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "Ciudad de Mexico" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving on the 3rd." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would you like to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Fran" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "destination_city", - "start": 22 - }, - { - "exclusive_end": 54, - "slot": "return_date", - "start": 43 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "San Fran" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to leave San Fran and be home next Friday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:55" - ], - "slot": "outbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:20" - ], - "slot": "inbound_departure_time", - "values": [ - "1:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "153" - ], - "slot": "price", - "values": [ - "$153" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Mexico City", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "19:03", - "inbound_departure_time": "13:20", - "number_stops": "0", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "16:38", - "outbound_departure_time": "14:55", - "passengers": "1", - "price": "153", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "20:05", - "inbound_departure_time": "09:15", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "23:45", - "outbound_departure_time": "20:45", - "passengers": "1", - "price": "235", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 80, - "slot": "outbound_departure_time", - "start": 73 - }, - { - "exclusive_end": 105, - "slot": "inbound_departure_time", - "start": 98 - }, - { - "exclusive_end": 140, - "slot": "price", - "start": 136 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 2 flights for your trip on American Airlines with one leaving at 2:55 pm and returning at 1:20 pm. The price for this flight is $153." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "San Fran" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where does the flight leave from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Benito Juarez International Airport" - ], - "slot": "origin_airport", - "values": [ - "Benito Juarez International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "origin_airport", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight departs from Benito Juarez International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 3rd" - ], - "destination_city": [ - "San Fran" - ], - "inbound_departure_time": [ - "1:20 pm" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I plan to be there for a short time and that flight sounds very good. Will you help me buy tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Mexico City" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:55" - ], - "slot": "outbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:20" - ], - "slot": "inbound_departure_time", - "values": [ - "1:20 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 85, - "slot": "origin_city", - "start": 74 - }, - { - "exclusive_end": 102, - "slot": "destination_city", - "start": 89 - }, - { - "exclusive_end": 128, - "slot": "departure_date", - "start": 110 - }, - { - "exclusive_end": 168, - "slot": "return_date", - "start": 157 - }, - { - "exclusive_end": 139, - "slot": "outbound_departure_time", - "start": 132 - }, - { - "exclusive_end": 179, - "slot": "inbound_departure_time", - "start": 172 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: you will fly American Airlines from Mexico City to San Francisco on the day after tomorrow at 2:55 pm. You will return next Friday at 1:20 pm flying economy. This is for one ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "1:20 pm" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Everything sounds good; when does the flight arrive in San Francisco?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "16:38" - ], - "slot": "outbound_arrival_time", - "values": [ - "4:38 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "inbound_departure_time": "13:20", - "origin_city": "Mexico City", - "outbound_departure_time": "14:55", - "passengers": "1", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "19:03", - "inbound_departure_time": "13:20", - "number_stops": "0", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "16:38", - "outbound_departure_time": "14:55", - "passengers": "1", - "price": "153", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 29, - "slot": "outbound_arrival_time", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You flight arrives at 4:38 pm. Your ticket is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "day after tomorrow", - "the 3rd" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "1:20 pm" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00074", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search for a flight for me?" - }, - { - "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 are the departure and arrival locations and when do you want to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "Friday next week" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "destination_city", - "start": 42 - }, - { - "exclusive_end": 38, - "slot": "origin_city", - "start": 36 - }, - { - "exclusive_end": 16, - "slot": "departure_date", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Friday next week" - ], - "destination_city": [ - "Los Angeles" - ], - "origin_city": [ - "SF" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Friday next week I want to fly from SF to Los Angeles." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you want to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 10, - "slot": "return_date", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Friday next week" - ], - "destination_city": [ - "Los Angeles" - ], - "origin_city": [ - "SF" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "March 11th please." - }, - { - "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": [ - "17:50" - ], - "slot": "inbound_departure_time", - "values": [ - "5:50 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "93" - ], - "slot": "price", - "values": [ - "$93" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Los Angeles", - "origin_city": "San Francisco", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-08", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "19:15", - "inbound_departure_time": "17:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "20:35", - "outbound_departure_time": "19:10", - "passengers": "1", - "price": "93", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "07:55", - "inbound_departure_time": "06:30", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:15", - "outbound_departure_time": "15:50", - "passengers": "1", - "price": "106", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "23:45", - "inbound_departure_time": "22:20", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "14:15", - "outbound_departure_time": "12:50", - "passengers": "1", - "price": "110", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 54, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 92, - "slot": "inbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 117, - "slot": "price", - "start": 114 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an outbound Alaska Airlines flight at 7:10 PM. The return flight departs at 5:50 PM. The ticket price is $93." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "Friday next week" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "5:50 PM" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "7:10 PM" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to buy these tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "Friday next week" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "5:50 PM" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "7:10 PM" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please book it." - }, - { - "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": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "19:10" - ], - "slot": "outbound_departure_time", - "values": [ - "7:10 PM" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "17:50" - ], - "slot": "inbound_departure_time", - "values": [ - "5:50 PM" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 107, - "slot": "origin_city", - "start": 94 - }, - { - "exclusive_end": 122, - "slot": "destination_city", - "start": 111 - }, - { - "exclusive_end": 77, - "slot": "departure_date", - "start": 66 - }, - { - "exclusive_end": 158, - "slot": "return_date", - "start": 148 - }, - { - "exclusive_end": 88, - "slot": "outbound_departure_time", - "start": 81 - }, - { - "exclusive_end": 180, - "slot": "inbound_departure_time", - "start": 173 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the flight details: Alaska Airlines flight departs next Friday at 7:10 PM from San Francisco to Los Angeles. The return flight is on March 11th and leaves at 5:50 PM. It is for 1 passenger sitting 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "Friday next week", - "next Friday" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "5:50 PM" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "7:10 PM" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I want Premium Economy." - }, - { - "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": "Please confirm: Alaska Airlines flight sitting in Premium Economy." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "Friday next week", - "next Friday" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "5:50 PM" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "7:10 PM" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, good. What time do I arrive in Los Angeles and at which airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "destination_airport", - "values": [ - "LAX International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "20:35" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:35 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-08", - "destination_city": "Los Angeles", - "inbound_departure_time": "17:50", - "origin_city": "San Francisco", - "outbound_departure_time": "19:10", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-08", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "19:15", - "inbound_departure_time": "17:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "20:35", - "outbound_departure_time": "19:10", - "passengers": "1", - "price": "163", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Premium Economy" - } - ], - "slots": [ - { - "exclusive_end": 25, - "slot": "destination_airport", - "start": 0 - }, - { - "exclusive_end": 36, - "slot": "outbound_arrival_time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "LAX International Airport at 8:35 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "Friday next week", - "next Friday" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "5:50 PM" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "7:10 PM" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, that's all I needed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "18_00075", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "destination_city", - "values": [ - "London, England" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "destination_city", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "London, England" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go to London, England. Can you find me a flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 10, - "slot": "return_date", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "London, England" - ], - "return_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "March 14th will be my due date." - }, - { - "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": "Where and when are you leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "March 5th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "origin_city", - "start": 36 - }, - { - "exclusive_end": 28, - "slot": "departure_date", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "London, England" - ], - "origin_city": [ - "Philadelphia" - ], - "return_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave on March 5th out of Philadelphia." - }, - { - "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": [ - "14:05" - ], - "slot": "inbound_departure_time", - "values": [ - "2:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "322" - ], - "slot": "price", - "values": [ - "$322" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "London", - "origin_city": "Philadelphia", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "00:16", - "inbound_departure_time": "14:05", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "06:37", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "322", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "21:06", - "inbound_departure_time": "08:00", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "10:14", - "outbound_departure_time": "14:20", - "passengers": "1", - "price": "368", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "10:56", - "inbound_departure_time": "00:25", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "03:14", - "outbound_departure_time": "11:30", - "passengers": "1", - "price": "301", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 98, - "slot": "inbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 116, - "slot": "price", - "start": 112 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an American Airlines flight that leaves at 4:45 pm and the return flight leaves at 2:05 pm. The cost is $322." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "London, England" - ], - "origin_city": [ - "Philadelphia" - ], - "return_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:20" - ], - "slot": "outbound_departure_time", - "values": [ - "2:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "inbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "368" - ], - "slot": "price", - "values": [ - "$368" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 92, - "slot": "inbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 107, - "slot": "price", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found a Delta Airlines flight that leaves at 2:20 pm and the return flight departs at 8 am. It costs $368." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "London, England" - ], - "origin_city": [ - "Philadelphia" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find something else for three people?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:30" - ], - "slot": "outbound_departure_time", - "values": [ - "11:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "00:25" - ], - "slot": "inbound_departure_time", - "values": [ - "0:25 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "301" - ], - "slot": "price", - "values": [ - "$301" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "London", - "origin_city": "Philadelphia", - "passengers": "3", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "00:16", - "inbound_departure_time": "14:05", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "06:37", - "outbound_departure_time": "16:45", - "passengers": "3", - "price": "322", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "21:06", - "inbound_departure_time": "08:00", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "10:14", - "outbound_departure_time": "14:20", - "passengers": "3", - "price": "368", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "10:56", - "inbound_departure_time": "00:25", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "03:14", - "outbound_departure_time": "11:30", - "passengers": "3", - "price": "301", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 49 - }, - { - "exclusive_end": 98, - "slot": "inbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 113, - "slot": "price", - "start": 109 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found a United Airlines flight that departs at 11:30 am and the return flight departs at 0:25 am. It costs $301 per ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "London, England" - ], - "inbound_departure_time": [ - "0:25 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "11:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great. Can you find me Economy tickets for my short trip?" - }, - { - "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": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "11:30" - ], - "slot": "outbound_departure_time", - "values": [ - "11:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "00:25" - ], - "slot": "inbound_departure_time", - "values": [ - "0:25 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "origin_city", - "start": 22 - }, - { - "exclusive_end": 44, - "slot": "destination_city", - "start": 38 - }, - { - "exclusive_end": 119, - "slot": "departure_date", - "start": 107 - }, - { - "exclusive_end": 186, - "slot": "return_date", - "start": 176 - }, - { - "exclusive_end": 131, - "slot": "outbound_departure_time", - "start": 123 - }, - { - "exclusive_end": 172, - "slot": "inbound_departure_time", - "start": 165 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your flight is out of Philadelphia to London on United Airlines on Economy seating for 3 people. It leaves next Tuesday at 11:30 am. and the return flight leaves at 0:25 am on March 14th. Is that right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 5th", - "next Tuesday" - ], - "destination_city": [ - "London", - "London, England" - ], - "inbound_departure_time": [ - "0:25 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "11:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is right. What airport does the return flight depart 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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_city": "London", - "inbound_departure_time": "00:25", - "origin_city": "Philadelphia", - "outbound_departure_time": "11:30", - "passengers": "3", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "10:56", - "inbound_departure_time": "00:25", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "03:14", - "outbound_departure_time": "11:30", - "passengers": "3", - "price": "301", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 54, - "slot": "origin_airport", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your return flight is out of PHL International Airport and your tickets are confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 5th", - "next Tuesday" - ], - "destination_city": [ - "London", - "London, England" - ], - "inbound_departure_time": [ - "0:25 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "11:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help you with something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 5th", - "next Tuesday" - ], - "destination_city": [ - "London", - "London, England" - ], - "inbound_departure_time": [ - "0:25 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "11:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00076", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "i am looking for Economy class flights?" - }, - { - "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": "destination_city", - "values": [ - "Portland" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "destination_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Portland" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to Portland." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to return and leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "10th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "the 7th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "return_date", - "start": 41 - }, - { - "exclusive_end": 23, - "slot": "departure_date", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "Portland" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving on the 7th and returning of 10th of this month." - }, - { - "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": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "origin_city", - "values": [ - "Vancouver, BC" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "Portland" - ], - "origin_city": [ - "Vancouver, BC" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "i am leaving from Vancouver, BC and would prefer United Airlines." - }, - { - "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": [ - "10:35" - ], - "slot": "inbound_departure_time", - "values": [ - "10:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "233" - ], - "slot": "price", - "values": [ - "$233" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_city": "Portland", - "origin_city": "Vancouver", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "20:12", - "inbound_departure_time": "10:35", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "23:53", - "outbound_departure_time": "18:05", - "passengers": "1", - "price": "233", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 95, - "slot": "inbound_departure_time", - "start": 87 - }, - { - "exclusive_end": 116, - "slot": "price", - "start": 112 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "United Airlines flight is available and leaves at 6:05 pm. The return flight leaves at 10:35 am and which costs $233" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "Portland" - ], - "origin_city": [ - "Vancouver, BC" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When will my return flight arrives?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "20:12" - ], - "slot": "inbound_arrival_time", - "values": [ - "8:12 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "inbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 8:12 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "10:35 am" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "6:05 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "that's great for me. I am planning to go for a short trio. Can you please help me to book the flight tickets for four people in my group?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Vancouver" - ], - "slot": "origin_city", - "values": [ - "Vancouver" - ] - }, - { - "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": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "18:05" - ], - "slot": "outbound_departure_time", - "values": [ - "6:05 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:35" - ], - "slot": "inbound_departure_time", - "values": [ - "10:35 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "origin_city", - "start": 55 - }, - { - "exclusive_end": 76, - "slot": "destination_city", - "start": 68 - }, - { - "exclusive_end": 142, - "slot": "departure_date", - "start": 129 - }, - { - "exclusive_end": 176, - "slot": "return_date", - "start": 166 - }, - { - "exclusive_end": 213, - "slot": "outbound_departure_time", - "start": 206 - }, - { - "exclusive_end": 254, - "slot": "inbound_departure_time", - "start": 246 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the booking details: The flight is from Vancouver to Portland. The airlines is United Airlines which departing on next Thursday and the return date is March 10th. The onward flight leaves at 6:05 pm and the return flight leaves at 10:35 am. The seating class is Economy which is for 4 passengers." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "origin_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "next Thursday", - "the 7th" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "10:35 am" - ], - "origin_city": [ - "Vancouver", - "Vancouver, BC" - ], - "outbound_departure_time": [ - "6:05 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "10th of this month", - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes. That's great. From where the flight is departing? Is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "YVR International Airport" - ], - "slot": "origin_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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_city": "Portland", - "inbound_departure_time": "10:35", - "origin_city": "Vancouver", - "outbound_departure_time": "18:05", - "passengers": "4", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "20:12", - "inbound_departure_time": "10:35", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "23:53", - "outbound_departure_time": "18:05", - "passengers": "4", - "price": "233", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 79, - "slot": "origin_airport", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is not refundable. The flight departs from YVR International Airport and the ticket is confirmed" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "next Thursday", - "the 7th" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "10:35 am" - ], - "origin_city": [ - "Vancouver", - "Vancouver, BC" - ], - "outbound_departure_time": [ - "6:05 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "10th of this month", - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you so much. This is what i need" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day" - } - ] - }, - { - "dialogue_id": "18_00077", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please find me 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": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is the destination? On which days do you which to depart and return." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "Monday next week" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "destination_city", - "start": 19 - }, - { - "exclusive_end": 95, - "slot": "return_date", - "start": 85 - }, - { - "exclusive_end": 70, - "slot": "departure_date", - "start": 54 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "San Francisco" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a flight to San Francisco. I need to depart on Monday next week and return on March 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "From which airport will you be departing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 44 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "LAX" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a flight for 1 person departing from LAX." - }, - { - "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": [ - "20:20" - ], - "slot": "inbound_departure_time", - "values": [ - "8:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "115" - ], - "slot": "price", - "values": [ - "$115" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "origin_city": "Los Angeles", - "passengers": "1", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "21:45", - "inbound_departure_time": "20:20", - "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": "115", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:15", - "inbound_departure_time": "15:50", - "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": "115", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "14:15", - "inbound_departure_time": "12:50", - "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": "98", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 87, - "slot": "outbound_departure_time", - "start": 80 - }, - { - "exclusive_end": 110, - "slot": "inbound_departure_time", - "start": 103 - }, - { - "exclusive_end": 133, - "slot": "price", - "start": 129 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 3 flights that match those details. There is a flight that departs at 5:50 pm and returns at 8:20 pm. The ticket costs $115 and the flight is with Alaska Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "seating_class", - "values": [ - "dontcare" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:20 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "5:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight matches my needs, I would like to book the tickets. Business or economy class is fine." - }, - { - "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-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "17:50" - ], - "slot": "outbound_departure_time", - "values": [ - "5:50 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:20" - ], - "slot": "inbound_departure_time", - "values": [ - "8:20 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 72, - "slot": "origin_city", - "start": 61 - }, - { - "exclusive_end": 136, - "slot": "destination_city", - "start": 123 - }, - { - "exclusive_end": 84, - "slot": "departure_date", - "start": 73 - }, - { - "exclusive_end": 150, - "slot": "return_date", - "start": 140 - }, - { - "exclusive_end": 95, - "slot": "outbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 161, - "slot": "inbound_departure_time", - "start": 154 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please verify the following details. A flight departing from Los Angeles next Monday at 5:50 pm. The return flight is from San Francisco on March 11th at 8:20 pm. The flight is Alaska Airlines, the seating is Economy and you require 1 ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:20 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "5:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The details are correct. At what time does the return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "21:45" - ], - "slot": "inbound_arrival_time", - "values": [ - "9:45 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "inbound_departure_time": "20:20", - "origin_city": "Los Angeles", - "outbound_departure_time": "17:50", - "passengers": "1", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "21:45", - "inbound_departure_time": "20:20", - "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": "115", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "inbound_arrival_time", - "start": 75 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket has been confirmed. The return flight is scheduled to arrive at 9:45 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:20 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "5:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you require 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": [ - "Alaska Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:20 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "5:50 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I do not, 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": "18_00078", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you run a search for 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": "What is your destination and location of departure, and when do you plan on leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Delhi" - ], - "slot": "origin_city", - "values": [ - "Delhi, India" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "March 4th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "destination_city", - "start": 30 - }, - { - "exclusive_end": 74, - "slot": "origin_city", - "start": 62 - }, - { - "exclusive_end": 87, - "slot": "departure_date", - "start": 78 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Delhi, India" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am planning on traveling to SFO, and I will be leaving from Delhi, India on March 4th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you be coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "return_date", - "values": [ - "the 6th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "return_date", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Delhi, India" - ], - "return_date": [ - "the 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I plan on returning on the 6th." - }, - { - "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": [ - "13:15" - ], - "slot": "inbound_departure_time", - "values": [ - "1:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "376" - ], - "slot": "price", - "values": [ - "$376" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "origin_city": "Delhi", - "return_date": "2019-03-06" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:07", - "inbound_departure_time": "13:15", - "number_stops": "1", - "origin_airport": "Indira Gandhi International Airport", - "origin_city": "Delhi", - "outbound_arrival_time": "14:22", - "outbound_departure_time": "09:20", - "passengers": "1", - "price": "376", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "20:39", - "inbound_departure_time": "11:55", - "number_stops": "1", - "origin_airport": "Indira Gandhi International Airport", - "origin_city": "Delhi", - "outbound_arrival_time": "07:55", - "outbound_departure_time": "01:10", - "passengers": "1", - "price": "394", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 105, - "slot": "inbound_departure_time", - "start": 98 - }, - { - "exclusive_end": 136, - "slot": "price", - "start": 132 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have an American Airlines flight, that leaves at 9:20 am for the outbound flight and returns at 1:15 pm. It has a ticket price of $376." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Delhi, India" - ], - "return_date": [ - "the 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When will the return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "16:07" - ], - "slot": "inbound_arrival_time", - "values": [ - "4:07 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "inbound_arrival_time", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight will arrive at 4:07 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "1:15 pm" - ], - "origin_city": [ - "Delhi, India" - ], - "outbound_departure_time": [ - "9:20 am" - ], - "return_date": [ - "the 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds perfect for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I book you the ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "1:15 pm" - ], - "origin_city": [ - "Delhi, India" - ], - "outbound_departure_time": [ - "9:20 am" - ], - "return_date": [ - "the 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book me the ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Delhi" - ], - "slot": "origin_city", - "values": [ - "Delhi" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "return_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "09:20" - ], - "slot": "outbound_departure_time", - "values": [ - "9:20 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:15" - ], - "slot": "inbound_departure_time", - "values": [ - "1:15 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 80, - "slot": "origin_city", - "start": 75 - }, - { - "exclusive_end": 115, - "slot": "destination_city", - "start": 102 - }, - { - "exclusive_end": 140, - "slot": "departure_date", - "start": 129 - }, - { - "exclusive_end": 175, - "slot": "return_date", - "start": 161 - }, - { - "exclusive_end": 213, - "slot": "outbound_departure_time", - "start": 206 - }, - { - "exclusive_end": 237, - "slot": "inbound_departure_time", - "start": 230 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is an American Airlines Economy flight for 1 person, it is from Delhi and will be going to San Francisco departing on next Monday. The return date is next Wednesday, the onward flight leaving at 9:20 am and arriving at 1:15 pm, is that all correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th", - "next Monday" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "1:15 pm" - ], - "origin_city": [ - "Delhi", - "Delhi, India" - ], - "outbound_departure_time": [ - "9:20 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Wednesday", - "the 6th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Everything sounds correct, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "inbound_departure_time": "13:15", - "origin_city": "Delhi", - "outbound_departure_time": "09:20", - "passengers": "1", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:07", - "inbound_departure_time": "13:15", - "number_stops": "1", - "origin_airport": "Indira Gandhi International Airport", - "origin_city": "Delhi", - "outbound_arrival_time": "14:22", - "outbound_departure_time": "09:20", - "passengers": "1", - "price": "376", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th", - "next Monday" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "1:15 pm" - ], - "origin_city": [ - "Delhi", - "Delhi, India" - ], - "outbound_departure_time": [ - "9:20 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Wednesday", - "the 6th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for all your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else you need of my 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 4th", - "next Monday" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "1:15 pm" - ], - "origin_city": [ - "Delhi", - "Delhi, India" - ], - "outbound_departure_time": [ - "9:20 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Wednesday", - "the 6th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I am good for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Understood, have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00079", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have 4 people in my group and need a flight, can you do a search?" - }, - { - "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": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "destination_city", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Chi-town" - ], - "passengers": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am wanting to visit Chi-town." - }, - { - "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-06" - ], - "slot": "departure_date", - "values": [ - "the 6th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "departure_date", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 6th" - ], - "destination_city": [ - "Chi-town" - ], - "passengers": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go on the 6th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be coming and going from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "ATL" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "return_date", - "start": 48 - }, - { - "exclusive_end": 21, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 6th" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "ATL" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from ATL and want to return on the 14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:15" - ], - "slot": "outbound_departure_time", - "values": [ - "9:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:40" - ], - "slot": "inbound_departure_time", - "values": [ - "8:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "121" - ], - "slot": "price", - "values": [ - "$121" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "Chicago", - "origin_city": "Atlanta", - "passengers": "4", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "23:41", - "inbound_departure_time": "20:40", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "22:16", - "outbound_departure_time": "21:15", - "passengers": "4", - "price": "121", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "11:31", - "inbound_departure_time": "08:30", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "08:51", - "outbound_departure_time": "07:50", - "passengers": "4", - "price": "125", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-06", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "00:51", - "inbound_departure_time": "21:50", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "07:16", - "outbound_departure_time": "06:15", - "passengers": "4", - "price": "126", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "outbound_departure_time", - "start": 66 - }, - { - "exclusive_end": 96, - "slot": "inbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 17, - "slot": "price", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "A ticket for $121 is on American Airlines. The outbound leaves at 9:15 pm and returns at 8:40 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "seating_class", - "values": [ - "dontcare" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 6th" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "ATL" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are their any other options? I would prefer to fly Delta Airlines on either business or economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:50" - ], - "slot": "outbound_departure_time", - "values": [ - "7:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:30" - ], - "slot": "inbound_departure_time", - "values": [ - "8:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "125" - ], - "slot": "price", - "values": [ - "$125" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_city": "Chicago", - "origin_city": "Atlanta", - "passengers": "4", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "11:31", - "inbound_departure_time": "08:30", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "08:51", - "outbound_departure_time": "07:50", - "passengers": "4", - "price": "125", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 84, - "slot": "inbound_departure_time", - "start": 77 - }, - { - "exclusive_end": 99, - "slot": "price", - "start": 95 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I see a Delta Airlines out bound flight leaving at 7:50 am. The return is at 8:30 am and costs $125." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 6th" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "7:50 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help any further." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 6th" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "7:50 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to plan a short trip can you assist me in buying an airline ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:50" - ], - "slot": "outbound_departure_time", - "values": [ - "7:50 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:30" - ], - "slot": "inbound_departure_time", - "values": [ - "8:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "origin_city", - "start": 19 - }, - { - "exclusive_end": 37, - "slot": "destination_city", - "start": 30 - }, - { - "exclusive_end": 79, - "slot": "departure_date", - "start": 65 - }, - { - "exclusive_end": 104, - "slot": "return_date", - "start": 94 - }, - { - "exclusive_end": 141, - "slot": "outbound_departure_time", - "start": 134 - }, - { - "exclusive_end": 166, - "slot": "inbound_departure_time", - "start": 159 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight is from Atlanta to Chicago on Delta Airlines. Leaving next Wednesday and returning March 14th. The onward flight leaves at 7:50 am and returning at 8:30 am for 4 economy seats." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "next Wednesday", - "the 6th" - ], - "destination_city": [ - "Chi-town", - "Chicago" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "7:50 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is great but is the ticket refundable and when does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "08:51" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:51 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_city": "Chicago", - "inbound_departure_time": "08:30", - "origin_city": "Atlanta", - "outbound_departure_time": "07:50", - "passengers": "4", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "11:31", - "inbound_departure_time": "08:30", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "08:51", - "outbound_departure_time": "07:50", - "passengers": "4", - "price": "125", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 80, - "slot": "outbound_arrival_time", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have confirmed your ticket however it is not refundable and arrives at 8:51 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "next Wednesday", - "the 6th" - ], - "destination_city": [ - "Chi-town", - "Chicago" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "7:50 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, all done." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great rest of the day." - } - ] - }, - { - "dialogue_id": "18_00080", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to book a flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What destination and when is your departure and arrival dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "destination_city", - "start": 17 - }, - { - "exclusive_end": 41, - "slot": "return_date", - "start": 28 - }, - { - "exclusive_end": 54, - "slot": "origin_city", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm traveling to SFO on the 13th of March from Seattle." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When is your departure date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "departure_date", - "start": 26 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to leave the 2nd of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "outbound_departure_time", - "values": [ - "12 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:55" - ], - "slot": "inbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "136" - ], - "slot": "price", - "values": [ - "$136" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "14:11", - "outbound_departure_time": "12:00", - "passengers": "1", - "price": "136", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:11", - "inbound_departure_time": "08:00", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "08:21", - "outbound_departure_time": "06:10", - "passengers": "1", - "price": "127", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:36", - "inbound_departure_time": "08:25", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:01", - "outbound_departure_time": "21:50", - "passengers": "1", - "price": "132", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:16", - "inbound_departure_time": "15:05", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "22:41", - "outbound_departure_time": "20:30", - "passengers": "1", - "price": "128", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "outbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 102, - "slot": "inbound_departure_time", - "start": 95 - }, - { - "exclusive_end": 120, - "slot": "price", - "start": 116 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 flights. There is an Alaska Airlines flight at 12 pm and the return flight leaves at 2:55 pm. The cost is $136." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are they any other flights available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:10" - ], - "slot": "outbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "inbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "127" - ], - "slot": "price", - "values": [ - "$127" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 80, - "slot": "inbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 89, - "slot": "price", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a flight with Delta Airlines that leaves at 6:10 am and returns at 8 am for $127." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight is good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to book 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "return_date": [ - "13th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book a ticket for Economy class." - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:10" - ], - "slot": "outbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:00" - ], - "slot": "inbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 72, - "slot": "origin_city", - "start": 65 - }, - { - "exclusive_end": 89, - "slot": "destination_city", - "start": 76 - }, - { - "exclusive_end": 24, - "slot": "departure_date", - "start": 16 - }, - { - "exclusive_end": 39, - "slot": "return_date", - "start": 29 - }, - { - "exclusive_end": 111, - "slot": "outbound_departure_time", - "start": 104 - }, - { - "exclusive_end": 130, - "slot": "inbound_departure_time", - "start": 126 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Economy flight, tomorrow, on March 13th with Delta Airlines from Seattle to San Francisco, departure at 6:10 am and return at 8 am for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "2nd of this month", - "tomorrow" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of March", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "inbound_departure_time": "08:00", - "origin_city": "Seattle", - "outbound_departure_time": "06:10", - "passengers": "1", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:11", - "inbound_departure_time": "08:00", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "08:21", - "outbound_departure_time": "06:10", - "passengers": "1", - "price": "127", - "refundable": "False", - "return_date": "2019-03-13", - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "2nd of this month", - "tomorrow" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of March", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need any other information?" - }, - { - "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": [ - "2nd of this month", - "tomorrow" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of March", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "that is all, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "18_00081", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to take a flight soon. Can you help me find tickets? I usually travel Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I can help with that! What city are you leaving from, and when will you be coming back." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "the 13th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 69, - "slot": "return_date", - "start": 61 - }, - { - "exclusive_end": 34, - "slot": "origin_city", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "the 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be departing from Los Angeles, and I want to be home on the 13th." - }, - { - "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": "Sounds good! Where are you going then? And when are you leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "later today" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "destination_city", - "start": 17 - }, - { - "exclusive_end": 76, - "slot": "departure_date", - "start": 65 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "later today" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "the 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be going to Vancouver on business. I actually need to leave later today. Can you find me something?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:50" - ], - "slot": "outbound_departure_time", - "values": [ - "4:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:00" - ], - "slot": "inbound_departure_time", - "values": [ - "11 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "206" - ], - "slot": "price", - "values": [ - "$206" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Vancouver", - "origin_city": "Los Angeles", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "02:04", - "inbound_departure_time": "23:00", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "23:27", - "outbound_departure_time": "16:50", - "passengers": "1", - "price": "206", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "06:24", - "inbound_departure_time": "03:20", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "13:59", - "outbound_departure_time": "10:55", - "passengers": "1", - "price": "157", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 133, - "slot": "inbound_departure_time", - "start": 128 - }, - { - "exclusive_end": 153, - "slot": "price", - "start": 149 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Well, it looks like there's an American Airlines flight leaving at 4:50 pm today. You could take a return flight that leaves at 11 pm. It would cost $206 to book the round trip ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "refundable" - ], - "slot_values": { - "departure_date": [ - "later today" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "the 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is that refundable if I change my mind on the return flight? Also, how many stops does the flight have?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Unfortunately, the ticket would not be refundable, but there is only 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "11 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "4:50 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's okay. This flight sounds okay, and it's just a short shift anyway. Can you help me buy the tickets. There will be 3 people in my group, including myself." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "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-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "16:50" - ], - "slot": "outbound_departure_time", - "values": [ - "4:50 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "23:00" - ], - "slot": "inbound_departure_time", - "values": [ - "11 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "origin_city", - "start": 59 - }, - { - "exclusive_end": 117, - "slot": "destination_city", - "start": 108 - }, - { - "exclusive_end": 87, - "slot": "departure_date", - "start": 82 - }, - { - "exclusive_end": 131, - "slot": "return_date", - "start": 121 - }, - { - "exclusive_end": 81, - "slot": "outbound_departure_time", - "start": 74 - }, - { - "exclusive_end": 140, - "slot": "inbound_departure_time", - "start": 135 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I can do that! Just to confirm, you will be departing from Los Angeles at 4:50 pm today, and returning from Vancouver on March 13th at 11 pm. The reservation will be for 3 people on an American Airlines flight in Economy seating. Does that sound right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "origin_airport" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "later today", - "today" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "11 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "4:50 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 13th", - "the 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that sounds good. Can you tell me the names of the departing and arrival airports?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "YVR International Airport" - ], - "slot": "destination_airport", - "values": [ - "YVR 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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_city": "Vancouver", - "inbound_departure_time": "23:00", - "origin_city": "Los Angeles", - "outbound_departure_time": "16:50", - "passengers": "3", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "02:04", - "inbound_departure_time": "23:00", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "23:27", - "outbound_departure_time": "16:50", - "passengers": "3", - "price": "206", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "destination_airport", - "start": 26 - }, - { - "exclusive_end": 107, - "slot": "origin_airport", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure! Your destination is YVR International Airport, and you'll be departing from LAX International Airport. Your tickets have been confirmed, and your reservation is complete." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "later today", - "today" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "11 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "4:50 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 13th", - "the 13th" - ], - "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": "No problem. Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "later today", - "today" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "11 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "4:50 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 13th", - "the 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not right now. Thanks again!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course! Have a great day!" - } - ] - }, - { - "dialogue_id": "18_00082", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Could you search for flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where is it you would like to visit and when would your return date be?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "destination_city", - "start": 18 - }, - { - "exclusive_end": 78, - "slot": "return_date", - "start": 60 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Chicago" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm travelling to Chicago, I would like to come back on the 13th of this month." - }, - { - "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-05" - ], - "slot": "departure_date", - "values": [ - "tuesday next week" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "departure_date", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "tuesday next week" - ], - "destination_city": [ - "Chicago" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm planning to leave tuesday next week." - }, - { - "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": [ - "Washington" - ], - "slot": "origin_city", - "values": [ - "Washington" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "tuesday next week" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Washington" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from Washington" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:55" - ], - "slot": "outbound_departure_time", - "values": [ - "9:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:50" - ], - "slot": "inbound_departure_time", - "values": [ - "2:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "136" - ], - "slot": "price", - "values": [ - "$136" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Chicago", - "origin_city": "Washington", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "17:48", - "inbound_departure_time": "14:50", - "number_stops": "0", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "22:53", - "outbound_departure_time": "21:55", - "passengers": "1", - "price": "136", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "10:23", - "inbound_departure_time": "07:25", - "number_stops": "0", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "16:33", - "outbound_departure_time": "15:35", - "passengers": "1", - "price": "127", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "11:48", - "inbound_departure_time": "08:50", - "number_stops": "0", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "21:38", - "outbound_departure_time": "20:40", - "passengers": "1", - "price": "129", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 107, - "slot": "outbound_departure_time", - "start": 100 - }, - { - "exclusive_end": 147, - "slot": "inbound_departure_time", - "start": 140 - }, - { - "exclusive_end": 68, - "slot": "price", - "start": 64 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an american airlines flight, the price for a ticket is $136. The outbound flight leaves at 9:55 pm and the return flight leaves at 2:50 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tuesday next week" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "9:55 pm" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That would be great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should i book these tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tuesday next week" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "9:55 pm" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please." - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "21:55" - ], - "slot": "outbound_departure_time", - "values": [ - "9:55 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:50" - ], - "slot": "inbound_departure_time", - "values": [ - "2:50 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 89, - "slot": "origin_city", - "start": 79 - }, - { - "exclusive_end": 100, - "slot": "destination_city", - "start": 93 - }, - { - "exclusive_end": 176, - "slot": "departure_date", - "start": 164 - }, - { - "exclusive_end": 218, - "slot": "return_date", - "start": 208 - }, - { - "exclusive_end": 187, - "slot": "outbound_departure_time", - "start": 180 - }, - { - "exclusive_end": 229, - "slot": "inbound_departure_time", - "start": 222 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details.You would like 1 seat, The flight is from Washington to Chicago with american airlines in economy class. The departure date is next tuesday at 9:55 pm. The return date is March 13th at 2:50 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next tuesday", - "tuesday next week" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "9:55 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of this month", - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, i need Three seats" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "chicago" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "destination_city", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: You would like to go to chicago with 3 passengers?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next tuesday", - "tuesday next week" - ], - "destination_city": [ - "Chicago", - "chicago" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "9:55 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Chicago", - "inbound_departure_time": "14:50", - "origin_city": "Washington", - "outbound_departure_time": "21:55", - "passengers": "3", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "17:48", - "inbound_departure_time": "14:50", - "number_stops": "0", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "22:53", - "outbound_departure_time": "21:55", - "passengers": "3", - "price": "136", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets are booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next tuesday", - "tuesday next week" - ], - "destination_city": [ - "Chicago", - "chicago" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "9:55 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of this month", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, that is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day" - } - ] - }, - { - "dialogue_id": "18_00083", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "destination_city", - "start": 36 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "ATL" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you look for a flight for me to ATL?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be traveling from and what is your return date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "Monday next week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 111, - "slot": "return_date", - "start": 98 - }, - { - "exclusive_end": 33, - "slot": "origin_city", - "start": 20 - }, - { - "exclusive_end": 83, - "slot": "departure_date", - "start": 67 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "ATL" - ], - "origin_city": [ - "San Francisco" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling from San Francisco. Please search flight leaving on Monday next week and return on 13th of March. There are only 1 people in my group" - }, - { - "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": [ - "11:40" - ], - "slot": "inbound_departure_time", - "values": [ - "11:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "214" - ], - "slot": "price", - "values": [ - "$214" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Atlanta", - "origin_city": "San Francisco", - "passengers": "1", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "14:06", - "inbound_departure_time": "11:40", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:24", - "outbound_departure_time": "15:50", - "passengers": "1", - "price": "214", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "15:16", - "inbound_departure_time": "12:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "18:31", - "outbound_departure_time": "10:05", - "passengers": "1", - "price": "201", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "08:56", - "inbound_departure_time": "06:30", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:19", - "outbound_departure_time": "07:10", - "passengers": "1", - "price": "252", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "12:06", - "inbound_departure_time": "09:40", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "18:41", - "outbound_departure_time": "10:15", - "passengers": "1", - "price": "226", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "outbound_departure_time", - "start": 40 - }, - { - "exclusive_end": 70, - "slot": "inbound_departure_time", - "start": 62 - }, - { - "exclusive_end": 111, - "slot": "price", - "start": 107 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found you a flight that is leaving at 3:50 pm and return at 11:40 am with American Airlines. The cost is $214." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "ATL" - ], - "origin_city": [ - "San Francisco" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like to travel in Economy, any other available flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:05" - ], - "slot": "outbound_departure_time", - "values": [ - "10:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:50" - ], - "slot": "inbound_departure_time", - "values": [ - "12:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "201" - ], - "slot": "price", - "values": [ - "$201" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Atlanta", - "origin_city": "San Francisco", - "passengers": "1", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "14:06", - "inbound_departure_time": "11:40", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:24", - "outbound_departure_time": "15:50", - "passengers": "1", - "price": "214", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "15:16", - "inbound_departure_time": "12:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "18:31", - "outbound_departure_time": "10:05", - "passengers": "1", - "price": "201", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "08:56", - "inbound_departure_time": "06:30", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:19", - "outbound_departure_time": "07:10", - "passengers": "1", - "price": "252", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "12:06", - "inbound_departure_time": "09:40", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "18:41", - "outbound_departure_time": "10:15", - "passengers": "1", - "price": "226", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "outbound_departure_time", - "start": 34 - }, - { - "exclusive_end": 65, - "slot": "inbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 103, - "slot": "price", - "start": 99 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is another flight leaves at 10:05 am and return at 12:50 pm with Delta Airlines. The cost is $201" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "ATL" - ], - "origin_city": [ - "San Francisco" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How many stops are there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The stop is 0" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "ATL" - ], - "origin_city": [ - "San Francisco" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can i refund the ticket if i cancel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry the ticket is not refundable" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "10:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok thats fine, please book the ticket 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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:05" - ], - "slot": "outbound_departure_time", - "values": [ - "10:05 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:50" - ], - "slot": "inbound_departure_time", - "values": [ - "12:50 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 75, - "slot": "origin_city", - "start": 62 - }, - { - "exclusive_end": 110, - "slot": "destination_city", - "start": 103 - }, - { - "exclusive_end": 87, - "slot": "departure_date", - "start": 76 - }, - { - "exclusive_end": 167, - "slot": "return_date", - "start": 157 - }, - { - "exclusive_end": 99, - "slot": "outbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 179, - "slot": "inbound_departure_time", - "start": 171 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm your booking: Your flight will be leaving from San Francisco next Monday at 10:05 am to Atlanta on Delta Airlines Economy class and return on March 13th at 12:50 pm. This is a 1 passengers ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "ATL", - "Atlanta" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "10:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of March", - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_city": "Atlanta", - "inbound_departure_time": "12:50", - "origin_city": "San Francisco", - "outbound_departure_time": "10:05", - "passengers": "1", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "15:16", - "inbound_departure_time": "12:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "18:31", - "outbound_departure_time": "10:05", - "passengers": "1", - "price": "201", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "your ticked booked" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "ATL", - "Atlanta" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "10:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of March", - "March 13th" - ], - "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 nice day" - } - ] - }, - { - "dialogue_id": "18_00084", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "Monday next week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "departure_date", - "start": 24 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Monday next week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be taking a trip Monday next week. Can you find a flight for me?" - }, - { - "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 leaving from and where are you going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "destination_city", - "start": 39 - }, - { - "exclusive_end": 25, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from Seattle and going to SF. I would prefer to use Delta Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you planning on returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "March 7th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "return_date", - "start": 26 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "March 7th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to return on March 7th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:10" - ], - "slot": "outbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "inbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "125" - ], - "slot": "price", - "values": [ - "$125" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "return_date": "2019-03-07" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:11", - "inbound_departure_time": "08:00", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "08:21", - "outbound_departure_time": "06:10", - "passengers": "1", - "price": "125", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 88, - "slot": "outbound_departure_time", - "start": 81 - }, - { - "exclusive_end": 125, - "slot": "inbound_departure_time", - "start": 121 - }, - { - "exclusive_end": 151, - "slot": "price", - "start": 147 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 Delta Airlines flight for your trip. The flight from Seattle leaves at 6:10 am and the return flight leaves at 8 am. The ticket price is $125." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "March 7th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any stops on the flight? When does the flight from Seattle arrive in SF?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "08:21" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:21 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 76, - "slot": "outbound_arrival_time", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 0 stops on the flight. The Seattle flight arrives in SF at 8:21 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "return_date": [ - "March 7th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to buy tickets for that flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "return_date": [ - "March 7th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, go ahead and book the flight." - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:10" - ], - "slot": "outbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:00" - ], - "slot": "inbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 109, - "slot": "origin_city", - "start": 102 - }, - { - "exclusive_end": 170, - "slot": "destination_city", - "start": 157 - }, - { - "exclusive_end": 121, - "slot": "departure_date", - "start": 110 - }, - { - "exclusive_end": 206, - "slot": "return_date", - "start": 193 - }, - { - "exclusive_end": 140, - "slot": "outbound_departure_time", - "start": 133 - }, - { - "exclusive_end": 236, - "slot": "inbound_departure_time", - "start": 232 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: 1 passenger flying Economy class on Delta Airlines leaving from Seattle next Monday morning at 6:10 am and arriving in San Francisco. The return flight is next Thursday with a departure time of 8 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 7th", - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds good. Which airport in San Francisco? Is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "destination_airport", - "values": [ - "SFO International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "inbound_departure_time": "08:00", - "origin_city": "Seattle", - "outbound_departure_time": "06:10", - "passengers": "1", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:11", - "inbound_departure_time": "08:00", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "08:21", - "outbound_departure_time": "06:10", - "passengers": "1", - "price": "125", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 78, - "slot": "destination_airport", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is confirmed. The destination airport is SFO International Airport. Unfortunately, your ticket is non-refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 7th", - "next Thursday" - ], - "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 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": [ - "Monday next week", - "next Monday" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "6:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 7th", - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00085", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search airline flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. I need to know where you are planning to visit, your planned departure date, and your planned return date." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "11th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "the 8th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "destination_city", - "start": 16 - }, - { - "exclusive_end": 72, - "slot": "return_date", - "start": 59 - }, - { - "exclusive_end": 38, - "slot": "departure_date", - "start": 31 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Seattle, WA" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go to Seattle, WA on the 8th, and be back by the 11th of March. Preferably with United Airlines." - }, - { - "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": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Fran" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "San Fran" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be leaving from San Fran with two people. Can we get an Economy flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:05" - ], - "slot": "outbound_departure_time", - "values": [ - "3:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:30" - ], - "slot": "inbound_departure_time", - "values": [ - "8:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "128" - ], - "slot": "price", - "values": [ - "$128" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_city": "Seattle", - "origin_city": "San Francisco", - "passengers": "2", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "22:41", - "inbound_departure_time": "20:30", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:16", - "outbound_departure_time": "15:05", - "passengers": "2", - "price": "128", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 98, - "slot": "inbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 107, - "slot": "price", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found an outbound United airlines flight at 3:05 pm with a return flight leaving at 8:30 pm for $128." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "San Fran" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good to me. I plan to go on a short trip. Can you help me buy flight 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": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:05" - ], - "slot": "outbound_departure_time", - "values": [ - "3:05 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:30" - ], - "slot": "inbound_departure_time", - "values": [ - "8:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "origin_city", - "start": 50 - }, - { - "exclusive_end": 74, - "slot": "destination_city", - "start": 67 - }, - { - "exclusive_end": 109, - "slot": "departure_date", - "start": 98 - }, - { - "exclusive_end": 155, - "slot": "return_date", - "start": 145 - }, - { - "exclusive_end": 120, - "slot": "outbound_departure_time", - "start": 113 - }, - { - "exclusive_end": 166, - "slot": "inbound_departure_time", - "start": 159 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. I can buy you a United Airlines flight from San Francisco to Seattle. The departure date is next Friday at 3:05 pm, and the return date is March 11th at 8:30 pm. The seating class is economy, with 2 passengers." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "next Friday", - "the 8th" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March", - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that sounds good. When does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:16" - ], - "slot": "outbound_arrival_time", - "values": [ - "5:16 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_city": "Seattle", - "inbound_departure_time": "20:30", - "origin_city": "San Francisco", - "outbound_departure_time": "15:05", - "passengers": "2", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "22:41", - "inbound_departure_time": "20:30", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:16", - "outbound_departure_time": "15:05", - "passengers": "2", - "price": "128", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "outbound_arrival_time", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have confirmed your ticket. The onward flight arrives at 5:16 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "next Friday", - "the 8th" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March", - "March 11th" - ], - "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": "Do you need any further assistance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "next Friday", - "the 8th" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March", - "March 11th" - ], - "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": "No problem. Have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00086", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "the 7th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 75, - "slot": "return_date", - "start": 57 - }, - { - "exclusive_end": 36, - "slot": "departure_date", - "start": 29 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 7th" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like a flight leaving on the 7th and coming back the 12th 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": "Going from where to where?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "destination_city", - "values": [ - "Paris" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Fran" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 18, - "slot": "destination_city", - "start": 13 - }, - { - "exclusive_end": 32, - "slot": "origin_city", - "start": 24 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "Paris" - ], - "origin_city": [ - "San Fran" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to Paris from San Fran. There is one person." - }, - { - "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": [ - "04:05" - ], - "slot": "inbound_departure_time", - "values": [ - "4:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "282" - ], - "slot": "price", - "values": [ - "$282" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-07", - "destination_city": "Paris", - "origin_city": "San Francisco", - "passengers": "1", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Charles de Gaulle International Airport", - "destination_city": "Paris", - "inbound_arrival_time": "08:13", - "inbound_departure_time": "04:05", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "08:53", - "outbound_departure_time": "10:45", - "passengers": "1", - "price": "282", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Charles de Gaulle International Airport", - "destination_city": "Paris", - "inbound_arrival_time": "15:28", - "inbound_departure_time": "11:20", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "13:37", - "outbound_departure_time": "10:55", - "passengers": "1", - "price": "346", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "outbound_departure_time", - "start": 48 - }, - { - "exclusive_end": 81, - "slot": "inbound_departure_time", - "start": 74 - }, - { - "exclusive_end": 90, - "slot": "price", - "start": 86 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a flight on American Airlines leaving at 10:45 am And returning at 4:05 am for $282." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "Paris" - ], - "origin_city": [ - "San Fran" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "At what time does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "08:53" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:53 AM" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 18, - "slot": "outbound_arrival_time", - "start": 11 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "That is at 8:53 AM." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "4:05 am" - ], - "origin_city": [ - "San Fran" - ], - "outbound_departure_time": [ - "10:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I think that will work." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to book that?" - }, - { - "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 7th" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "4:05 am" - ], - "origin_city": [ - "San Fran" - ], - "outbound_departure_time": [ - "10:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not right now." - }, - { - "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 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 7th" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "4:05 am" - ], - "origin_city": [ - "San Fran" - ], - "outbound_departure_time": [ - "10:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not right now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "18_00087", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search for flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, where are you planning to visit? Where will you be departing from, and when are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Fran" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "the 13th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "destination_city", - "start": 17 - }, - { - "exclusive_end": 88, - "slot": "return_date", - "start": 80 - }, - { - "exclusive_end": 42, - "slot": "origin_city", - "start": 31 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "San Fran" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm traveling to San Fran from Seattle, WA with 1 person. I want to get back on the 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "3rd of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "departure_date", - "start": 7 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "San Fran" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On the 3rd of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "outbound_departure_time", - "values": [ - "12 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:55" - ], - "slot": "inbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "138" - ], - "slot": "price", - "values": [ - "$138" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "passengers": "1", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "14:11", - "outbound_departure_time": "12:00", - "passengers": "1", - "price": "138", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:41", - "inbound_departure_time": "14:30", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "09:56", - "outbound_departure_time": "07:45", - "passengers": "1", - "price": "124", - "refundable": "True", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:36", - "inbound_departure_time": "08:25", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:01", - "outbound_departure_time": "21:50", - "passengers": "1", - "price": "137", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:16", - "inbound_departure_time": "15:05", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "22:41", - "outbound_departure_time": "20:30", - "passengers": "1", - "price": "137", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 96, - "slot": "outbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 129, - "slot": "inbound_departure_time", - "start": 122 - }, - { - "exclusive_end": 153, - "slot": "price", - "start": 149 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 convenient flights for your trip. There is an outbound Alaska Airlines flight at 12 pm, with a return flight at 2:55 pm. This ticket costs $138." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "San Fran" - ], - "inbound_departure_time": [ - "2:55 pm" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "12 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good, I'm only going on a short trip. 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": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:00" - ], - "slot": "outbound_departure_time", - "values": [ - "12 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:55" - ], - "slot": "inbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "origin_city", - "start": 52 - }, - { - "exclusive_end": 76, - "slot": "destination_city", - "start": 63 - }, - { - "exclusive_end": 112, - "slot": "departure_date", - "start": 94 - }, - { - "exclusive_end": 157, - "slot": "return_date", - "start": 147 - }, - { - "exclusive_end": 121, - "slot": "outbound_departure_time", - "start": 116 - }, - { - "exclusive_end": 168, - "slot": "inbound_departure_time", - "start": 161 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. I can purchase an Alaska Airlines flight from Seattle to San Francisco that departs the day after tomorrow at 12 pm. The return flight is on March 13th at 2:55 pm. The seating class is economy, for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "3rd of March", - "day after tomorrow" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "2:55 pm" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "12 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 13th", - "the 13th" - ], - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "inbound_departure_time": "14:55", - "origin_city": "Seattle", - "outbound_departure_time": "12:00", - "passengers": "1", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "14:11", - "outbound_departure_time": "12:00", - "passengers": "1", - "price": "138", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been purchased" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "3rd of March", - "day after tomorrow" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "2:55 pm" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "12 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 13th", - "the 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is the ticket refundable? And when does my return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:06" - ], - "slot": "inbound_arrival_time", - "values": [ - "5:06 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 81, - "slot": "inbound_arrival_time", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Unfortunately, the ticket is not refundable. The return flight arrives at 5:06 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "3rd of March", - "day after tomorrow" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "2:55 pm" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "12 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 13th", - "the 13th" - ], - "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": "Shall 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": [ - "Alaska Airlines" - ], - "departure_date": [ - "3rd of March", - "day after tomorrow" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "2:55 pm" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "12 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 13th", - "the 13th" - ], - "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": "No problem. Have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00088", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please help me search flights." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. Can you tell me when you plan to leave and when you are coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Nairobi" - ], - "slot": "destination_city", - "values": [ - "Nairobi" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "8th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "March 2nd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 81, - "slot": "destination_city", - "start": 74 - }, - { - "exclusive_end": 101, - "slot": "return_date", - "start": 89 - }, - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 17 - }, - { - "exclusive_end": 42, - "slot": "departure_date", - "start": 33 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Nairobi" - ], - "origin_city": [ - "Philadelphia" - ], - "return_date": [ - "8th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from Philadelphia on March 2nd, and returning from my trip to Nairobi on the 8th of March." - }, - { - "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": [ - "05:35" - ], - "slot": "inbound_departure_time", - "values": [ - "5:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "341" - ], - "slot": "price", - "values": [ - "$341" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Nairobi", - "origin_city": "Philadelphia", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Jomo Kenyatta International Airport", - "destination_city": "Nairobi", - "inbound_arrival_time": "19:46", - "inbound_departure_time": "05:35", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "17:57", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "341", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 93, - "slot": "outbound_departure_time", - "start": 86 - }, - { - "exclusive_end": 116, - "slot": "inbound_departure_time", - "start": 109 - }, - { - "exclusive_end": 135, - "slot": "price", - "start": 131 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Great. I found 1 flight that will work for you, on American Airlines. It flies out at 4:45 pm and returns at 5:35 am, and it costs $341." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Nairobi" - ], - "origin_city": [ - "Philadelphia" - ], - "return_date": [ - "8th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to know when the onward flight arrives and which airport it arrives at." - }, - { - "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": 62, - "slot": "destination_airport", - "start": 27 - }, - { - "exclusive_end": 81, - "slot": "outbound_arrival_time", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The destination airport is Jomo Kenyatta International Airport, flying at 5:57 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Nairobi" - ], - "inbound_departure_time": [ - "5:35 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "8th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will work for me!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to go ahead and buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Nairobi" - ], - "inbound_departure_time": [ - "5:35 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "8th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, go ahead and book the tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Nairobi" - ], - "slot": "destination_city", - "values": [ - "Nairobi" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "16:45" - ], - "slot": "outbound_departure_time", - "values": [ - "4:45 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "05:35" - ], - "slot": "inbound_departure_time", - "values": [ - "5:35 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "origin_city", - "start": 40 - }, - { - "exclusive_end": 105, - "slot": "destination_city", - "start": 98 - }, - { - "exclusive_end": 61, - "slot": "departure_date", - "start": 53 - }, - { - "exclusive_end": 133, - "slot": "return_date", - "start": 122 - }, - { - "exclusive_end": 72, - "slot": "outbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 152, - "slot": "inbound_departure_time", - "start": 145 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just to confirm, the flight leaves from Philadelphia tomorrow at 4:45 pm, on American Airlines to Nairobi, and it returns next Friday leaving at 5:35 am. It's an Economy flight for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 2nd", - "tomorrow" - ], - "destination_city": [ - "Nairobi" - ], - "inbound_departure_time": [ - "5:35 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "8th of March", - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, actually there will be 2 of us flying." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "origin_city", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, so the flight's from Philadelphia with 2 passengers." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 2nd", - "tomorrow" - ], - "destination_city": [ - "Nairobi" - ], - "inbound_departure_time": [ - "5:35 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "8th of March", - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "Nairobi", - "inbound_departure_time": "05:35", - "origin_city": "Philadelphia", - "outbound_departure_time": "16:45", - "passengers": "2", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Jomo Kenyatta International Airport", - "destination_city": "Nairobi", - "inbound_arrival_time": "19:46", - "inbound_departure_time": "05:35", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "17:57", - "outbound_departure_time": "16:45", - "passengers": "2", - "price": "341", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, the ticket is all confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 2nd", - "tomorrow" - ], - "destination_city": [ - "Nairobi" - ], - "inbound_departure_time": [ - "5:35 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "8th of March", - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks so much 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 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": [ - "March 2nd", - "tomorrow" - ], - "destination_city": [ - "Nairobi" - ], - "inbound_departure_time": [ - "5:35 am" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "8th of March", - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all. Thanks again." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00089", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you look for some flights for me?" - }, - { - "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 destination are you planning to visit and when? And where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "destination_city", - "values": [ - "Las Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "the 5th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "destination_city", - "start": 19 - }, - { - "exclusive_end": 91, - "slot": "return_date", - "start": 82 - }, - { - "exclusive_end": 129, - "slot": "origin_city", - "start": 116 - }, - { - "exclusive_end": 58, - "slot": "departure_date", - "start": 51 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "Las Vegas" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The destination is Las Vegas. I will be leaving on the 5th and want to be back on March 9th. I will be leaving from San Francisco." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:10" - ], - "slot": "outbound_departure_time", - "values": [ - "8:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "111" - ], - "slot": "price", - "values": [ - "$111" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Las Vegas", - "origin_city": "San Francisco", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "07:05", - "inbound_departure_time": "05:30", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "09:45", - "outbound_departure_time": "08:10", - "passengers": "1", - "price": "111", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "00:25", - "inbound_departure_time": "22:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "12:25", - "outbound_departure_time": "10:50", - "passengers": "1", - "price": "111", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "11:30", - "inbound_departure_time": "09:55", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:15", - "outbound_departure_time": "12:50", - "passengers": "1", - "price": "138", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "16:40", - "inbound_departure_time": "15:05", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "20:50", - "outbound_departure_time": "19:15", - "passengers": "1", - "price": "109", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "outbound_departure_time", - "start": 49 - }, - { - "exclusive_end": 105, - "slot": "inbound_departure_time", - "start": 98 - }, - { - "exclusive_end": 139, - "slot": "price", - "start": 135 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found American Airlines. The departure time is 8:10 am. The departure time for return flight is 5:30 am. And the ticket is priced at $111." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "8:10 am" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want me to buy the tickets for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "8:10 am" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please book the tickets for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "destination_city", - "values": [ - "Las Vegas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:10" - ], - "slot": "outbound_departure_time", - "values": [ - "8:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "05:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 66, - "slot": "origin_city", - "start": 53 - }, - { - "exclusive_end": 79, - "slot": "destination_city", - "start": 70 - }, - { - "exclusive_end": 124, - "slot": "departure_date", - "start": 112 - }, - { - "exclusive_end": 164, - "slot": "return_date", - "start": 155 - }, - { - "exclusive_end": 135, - "slot": "outbound_departure_time", - "start": 128 - }, - { - "exclusive_end": 175, - "slot": "inbound_departure_time", - "start": 168 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the details: You will be leaving from San Francisco to Las Vegas in the American Airlines flight next Tuesday at 8:10 am and will return on March 9th at 5:30 am. The seat will be in economy class for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "8:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "NO. There are one people in my group." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 66, - "slot": "return_date", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the details once more: The return date is March 9th with 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "8:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Las Vegas", - "inbound_departure_time": "05:30", - "origin_city": "San Francisco", - "outbound_departure_time": "08:10", - "passengers": "1", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "07:05", - "inbound_departure_time": "05:30", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "09:45", - "outbound_departure_time": "08:10", - "passengers": "1", - "price": "111", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You ticket is booked and confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "8:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Does the flight has one stop?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No the number of stops is 0." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "8:10 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for your help. That will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I am glad I could help. Have a nice day." - } - ] - }, - { - "dialogue_id": "18_00090", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "this Sunday" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "departure_date", - "start": 48 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this Sunday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you look flights for me? I am taking off on this Sunday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be taking off from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "origin_city", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this Sunday" - ], - "origin_city": [ - "Seattle, WA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am taking off from Seattle, WA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you arranging to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "the 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 18 - }, - { - "exclusive_end": 54, - "slot": "return_date", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to SFO. I need to urge back on the 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "outbound_departure_time", - "values": [ - "12 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:55" - ], - "slot": "inbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "132" - ], - "slot": "price", - "values": [ - "$132" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "14:11", - "outbound_departure_time": "12:00", - "passengers": "1", - "price": "132", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:26", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:36", - "outbound_departure_time": "22:25", - "passengers": "1", - "price": "141", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:41", - "inbound_departure_time": "14:30", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "09:56", - "outbound_departure_time": "07:45", - "passengers": "1", - "price": "129", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:36", - "inbound_departure_time": "08:25", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:01", - "outbound_departure_time": "21:50", - "passengers": "1", - "price": "145", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "15:21", - "inbound_departure_time": "13:10", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "22:41", - "outbound_departure_time": "20:30", - "passengers": "1", - "price": "133", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 136, - "slot": "outbound_departure_time", - "start": 131 - }, - { - "exclusive_end": 177, - "slot": "inbound_departure_time", - "start": 170 - }, - { - "exclusive_end": 209, - "slot": "price", - "start": 205 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 5 helpful flights for your trip. There's a Gold country Alaska Airlines Carriers flight. The outbound flight clears out at 12 pm. The return flight clears out at 2:55 pm. The cost of the ticket is $132." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other accessible flights? There are 3 individuals in my gather" - }, - { - "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": [ - "14:15" - ], - "slot": "inbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "141" - ], - "slot": "price", - "values": [ - "$141" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "passengers": "3", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "14:11", - "outbound_departure_time": "12:00", - "passengers": "3", - "price": "132", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:26", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:36", - "outbound_departure_time": "22:25", - "passengers": "3", - "price": "141", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:41", - "inbound_departure_time": "14:30", - "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": "129", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:36", - "inbound_departure_time": "08:25", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:01", - "outbound_departure_time": "21:50", - "passengers": "3", - "price": "145", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "15:21", - "inbound_departure_time": "13:10", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "22:41", - "outbound_departure_time": "20:30", - "passengers": "3", - "price": "133", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 97, - "slot": "outbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 138, - "slot": "inbound_departure_time", - "start": 131 - }, - { - "exclusive_end": 170, - "slot": "price", - "start": 166 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a American Aircrafts American Airlines flight. The outbound flight clears out at 10:25 pm. The return flight clears out at 2:15 pm. The cost of the ticket is $141." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds great to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ought to I purchase the tickets for it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes I would like to book the 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-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "22:25" - ], - "slot": "outbound_departure_time", - "values": [ - "10:25 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:15" - ], - "slot": "inbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 99, - "slot": "origin_city", - "start": 92 - }, - { - "exclusive_end": 133, - "slot": "destination_city", - "start": 120 - }, - { - "exclusive_end": 226, - "slot": "departure_date", - "start": 208 - }, - { - "exclusive_end": 285, - "slot": "return_date", - "start": 275 - }, - { - "exclusive_end": 309, - "slot": "outbound_departure_time", - "start": 301 - }, - { - "exclusive_end": 350, - "slot": "inbound_departure_time", - "start": 343 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "If it's not too much trouble affirm the taking after points of interest: the flight is from Seattle. the flight goes to San Francisco. the carriers American Airlines is American Carriers. the takeoff date is day after tomorrow. the return date is Walk 12th. the ahead flight March 12th. clears out at 10:25 pm. the return flight clears out at 2:15 pm. The seating course is Economy. the number of travelers is 3." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "day after tomorrow", - "this Sunday" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 12th", - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "inbound_departure_time": "14:15", - "origin_city": "Seattle", - "outbound_departure_time": "22:25", - "passengers": "3", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:26", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:36", - "outbound_departure_time": "22:25", - "passengers": "3", - "price": "141", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is affirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "day after tomorrow", - "this Sunday" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 12th", - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Much appreciated for your offer assistance. That's all I require." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a superb day." - } - ] - }, - { - "dialogue_id": "18_00091", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me find flights ?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. When were you planning to depart and return and where did you want to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "destination_city", - "values": [ - "London, England" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "10th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "5th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "destination_city", - "start": 27 - }, - { - "exclusive_end": 115, - "slot": "return_date", - "start": 97 - }, - { - "exclusive_end": 23, - "slot": "origin_city", - "start": 20 - }, - { - "exclusive_end": 58, - "slot": "departure_date", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "London, England" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling from ATL to London, England on 5th of March in Economy. I'd like to return on the 10th of this month." - }, - { - "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": [ - "14:05" - ], - "slot": "inbound_departure_time", - "values": [ - "2:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "324" - ], - "slot": "price", - "values": [ - "$324" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "London", - "origin_city": "Atlanta", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "00:51", - "inbound_departure_time": "14:05", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "10:44", - "outbound_departure_time": "20:40", - "passengers": "1", - "price": "324", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "20:21", - "inbound_departure_time": "08:00", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "07:34", - "outbound_departure_time": "17:30", - "passengers": "1", - "price": "311", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "04:29", - "inbound_departure_time": "22:25", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "00:49", - "outbound_departure_time": "06:50", - "passengers": "1", - "price": "292", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 78, - "slot": "outbound_departure_time", - "start": 71 - }, - { - "exclusive_end": 123, - "slot": "inbound_departure_time", - "start": 116 - }, - { - "exclusive_end": 132, - "slot": "price", - "start": 128 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 3 flights. There is an American Airlines flight that leaves at 8:40 pm and has the return flight leaving at 2:05 pm for $324." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "London, England" - ], - "inbound_departure_time": [ - "2:05 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. Can you help me buy tickets? I am going on a short trip." - }, - { - "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-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:40" - ], - "slot": "outbound_departure_time", - "values": [ - "8:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:05" - ], - "slot": "inbound_departure_time", - "values": [ - "2:05 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "origin_city", - "start": 48 - }, - { - "exclusive_end": 65, - "slot": "destination_city", - "start": 59 - }, - { - "exclusive_end": 103, - "slot": "departure_date", - "start": 91 - }, - { - "exclusive_end": 137, - "slot": "return_date", - "start": 127 - }, - { - "exclusive_end": 171, - "slot": "outbound_departure_time", - "start": 164 - }, - { - "exclusive_end": 208, - "slot": "inbound_departure_time", - "start": 201 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you're looking for a flight from Atlanta to London on American airlines for next Tuesday, with a return date of March 10th, with an onward flight at 8:40 pm and return flight leaving at 2:05 pm, in economy for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "number_stops" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March", - "next Tuesday" - ], - "destination_city": [ - "London", - "London, England" - ], - "inbound_departure_time": [ - "2:05 pm" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of this month", - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds great. How many stops does the flight have and which airport is it arriving in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Heathrow International Airport" - ], - "slot": "destination_airport", - "values": [ - "Heathrow International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "London", - "inbound_departure_time": "14:05", - "origin_city": "Atlanta", - "outbound_departure_time": "20:40", - "passengers": "1", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "00:51", - "inbound_departure_time": "14:05", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "10:44", - "outbound_departure_time": "20:40", - "passengers": "1", - "price": "324", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 75, - "slot": "destination_airport", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight has 1 stop and the destination is Heathrow International Airport. 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March", - "next Tuesday" - ], - "destination_city": [ - "London", - "London, England" - ], - "inbound_departure_time": [ - "2:05 pm" - ], - "origin_city": [ - "ATL", - "Atlanta" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of this month", - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, 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": "18_00092", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search for flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going, and when do you want to leave and come back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "7th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "this Saturday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "destination_city", - "start": 35 - }, - { - "exclusive_end": 86, - "slot": "return_date", - "start": 74 - }, - { - "exclusive_end": 25, - "slot": "departure_date", - "start": 12 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Seattle, WA" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving this Saturday to go to Seattle, WA. I want to fly back on the 7th of March." - }, - { - "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": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Mexico City" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "Mexico City" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from Mexico City." - }, - { - "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": [ - "08:15" - ], - "slot": "inbound_departure_time", - "values": [ - "8:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "274" - ], - "slot": "price", - "values": [ - "$274" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Seattle", - "origin_city": "Mexico City", - "return_date": "2019-03-07" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "20:05", - "inbound_departure_time": "08:15", - "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": "274", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 78, - "slot": "outbound_departure_time", - "start": 71 - }, - { - "exclusive_end": 136, - "slot": "inbound_departure_time", - "start": 129 - }, - { - "exclusive_end": 175, - "slot": "price", - "start": 171 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 American Airlines flight for your trip. The flight leaves at 8:05 am from Mexico City, and the return flight leaves at 8:15 am from Seattle. The ticket price is $274." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "Mexico City" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When and where does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle-Tacoma International Airport" - ], - "slot": "destination_airport", - "values": [ - "Seattle-Tacoma International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "14:47" - ], - "slot": "outbound_arrival_time", - "values": [ - "2:47 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 58, - "slot": "destination_airport", - "start": 22 - }, - { - "exclusive_end": 69, - "slot": "outbound_arrival_time", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight arrives at Seattle-Tacoma International Airport at 2:47 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "8:15 am" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "8:05 am" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want me to buy a ticket for the flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "8:15 am" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "8:05 am" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm good." - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "this Saturday" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "8:15 am" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "8:05 am" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, 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": "18_00093", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Could you search all available 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": "Tell me the source and destination ?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "destination_city", - "start": 16 - }, - { - "exclusive_end": 34, - "slot": "return_date", - "start": 23 - }, - { - "exclusive_end": 66, - "slot": "origin_city", - "start": 59 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Phoenix" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to go to SFO on next Friday. I will be leaving from Phoenix" - }, - { - "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": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "departure_date", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Phoenix" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like to leave on 2nd of March. I need Economy class for 2 people" - }, - { - "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": [ - "08:10" - ], - "slot": "inbound_departure_time", - "values": [ - "8:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "175" - ], - "slot": "price", - "values": [ - "$175" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "origin_city": "Phoenix", - "passengers": "2", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "12:49", - "inbound_departure_time": "08:10", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "08:22", - "outbound_departure_time": "06:15", - "passengers": "2", - "price": "175", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "07:57", - "inbound_departure_time": "05:50", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "14:02", - "outbound_departure_time": "11:55", - "passengers": "2", - "price": "113", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "01:17", - "inbound_departure_time": "23:10", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "08:07", - "outbound_departure_time": "06:00", - "passengers": "2", - "price": "131", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:22", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "01:57", - "outbound_departure_time": "23:50", - "passengers": "2", - "price": "131", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 46, - "slot": "outbound_departure_time", - "start": 39 - }, - { - "exclusive_end": 82, - "slot": "inbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 103, - "slot": "price", - "start": 99 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "One American Airlines flight leaves at 6:15 am and return flight leaves at 8:10 am. Ticket cost is $175" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Phoenix" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "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": [ - "11:55" - ], - "slot": "outbound_departure_time", - "values": [ - "11:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:50" - ], - "slot": "inbound_departure_time", - "values": [ - "5:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "113" - ], - "slot": "price", - "values": [ - "$113" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "outbound_departure_time", - "start": 31 - }, - { - "exclusive_end": 75, - "slot": "inbound_departure_time", - "start": 68 - }, - { - "exclusive_end": 89, - "slot": "price", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yest. Delta Airlines leaves at 11:55 am and return flight leaves at 5:50 am. Cost is $113" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:50 am" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:55 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is good choice for me. Please book a ticket on that flight." - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "11:55" - ], - "slot": "outbound_departure_time", - "values": [ - "11:55 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "05:50" - ], - "slot": "inbound_departure_time", - "values": [ - "5:50 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 104, - "slot": "origin_city", - "start": 97 - }, - { - "exclusive_end": 121, - "slot": "destination_city", - "start": 108 - }, - { - "exclusive_end": 151, - "slot": "departure_date", - "start": 143 - }, - { - "exclusive_end": 177, - "slot": "return_date", - "start": 166 - }, - { - "exclusive_end": 204, - "slot": "outbound_departure_time", - "start": 196 - }, - { - "exclusive_end": 240, - "slot": "inbound_departure_time", - "start": 233 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I like to confirm the following. You need Economy ticket for 2 passengers on Delta Airlines from Phoenix to San Francisco. Your travel date is tomorrow and return is next Friday. Flight leaves at 11:55 am and return flight leaves at 5:50 am" - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "5:50 am" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:55 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's right. is it refundable? tell me the arrival time as well" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "14:02" - ], - "slot": "outbound_arrival_time", - "values": [ - "2:02 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "inbound_departure_time": "05:50", - "origin_city": "Phoenix", - "outbound_departure_time": "11:55", - "passengers": "2", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "07:57", - "inbound_departure_time": "05:50", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "14:02", - "outbound_departure_time": "11:55", - "passengers": "2", - "price": "113", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "outbound_arrival_time", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ticket is not refundable. flight arrives at 2:02 pm. Your ticket is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "5:50 am" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:55 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Friday" - ], - "seating_class": [ - "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": [ - "Delta Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "SFO", - "San Francisco" - ], - "inbound_departure_time": [ - "5:50 am" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:55 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nothing else. Thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "18_00094", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find a flight for two people for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your point of departure, return date and destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver, BC" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "the 10th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York City" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "destination_city", - "start": 50 - }, - { - "exclusive_end": 95, - "slot": "return_date", - "start": 87 - }, - { - "exclusive_end": 32, - "slot": "origin_city", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Vancouver, BC" - ], - "origin_city": [ - "New York City" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm departing from New York City and traveling to Vancouver, BC. I'd like to return on the 10th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to depart for your trip?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "the 8th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "departure_date", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Vancouver, BC" - ], - "origin_city": [ - "New York City" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be departing on the 8th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:00" - ], - "slot": "outbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "02:50" - ], - "slot": "inbound_departure_time", - "values": [ - "2:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "306" - ], - "slot": "price", - "values": [ - "$306" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Vancouver", - "origin_city": "New York", - "passengers": "2", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "18:34", - "inbound_departure_time": "02:50", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "13:41", - "outbound_departure_time": "06:00", - "passengers": "2", - "price": "306", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_departure_time", - "start": 59 - }, - { - "exclusive_end": 101, - "slot": "inbound_departure_time", - "start": 94 - }, - { - "exclusive_end": 140, - "slot": "price", - "start": 136 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 convenient flight on Delta Airlines departing at 6 am. The return flight departs at 2:50 am and the total cost of the trip is $306." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [ - "origin_airport", - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Vancouver, BC" - ], - "origin_city": [ - "New York City" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the name of the departure airport, and at what time 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:41" - ], - "slot": "outbound_arrival_time", - "values": [ - "1:41 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "origin_airport", - "start": 27 - }, - { - "exclusive_end": 94, - "slot": "outbound_arrival_time", - "start": 87 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight will leave from JFK International Airport and arrives at the destination at 1:41 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Vancouver, BC" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds like a good option to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I go ahead and 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Vancouver, BC" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would like to purchase that ticket as I enjoy traveling in Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:00" - ], - "slot": "outbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "02:50" - ], - "slot": "inbound_departure_time", - "values": [ - "2:50 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 73, - "slot": "origin_city", - "start": 65 - }, - { - "exclusive_end": 164, - "slot": "destination_city", - "start": 155 - }, - { - "exclusive_end": 85, - "slot": "departure_date", - "start": 74 - }, - { - "exclusive_end": 138, - "slot": "return_date", - "start": 128 - }, - { - "exclusive_end": 93, - "slot": "outbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 149, - "slot": "inbound_departure_time", - "start": 142 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you please confirm that the onward flight will depart from New York next Friday at 6 am, and the return flight departs on March 10th at 2:50 am from Vancouver. Both flights are via Delta airlines, and there are two seats reserved in Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "next Friday", - "the 8th" - ], - "destination_city": [ - "Vancouver", - "Vancouver, BC" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "New York", - "New York City" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "Vancouver", - "inbound_departure_time": "02:50", - "origin_city": "New York", - "outbound_departure_time": "06:00", - "passengers": "2", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "18:34", - "inbound_departure_time": "02:50", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "13:41", - "outbound_departure_time": "06:00", - "passengers": "2", - "price": "306", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have confirmed your ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "next Friday", - "the 8th" - ], - "destination_city": [ - "Vancouver", - "Vancouver, BC" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "New York", - "New York City" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "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": [ - "Delta Airlines" - ], - "departure_date": [ - "next Friday", - "the 8th" - ], - "destination_city": [ - "Vancouver", - "Vancouver, BC" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "New York", - "New York City" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, but thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I hope you have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00095", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I have to take a business trip, can you search flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be visiting?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LAX" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "destination_city", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "LAX" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be flying into LAX." - }, - { - "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 departing? When would you like to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "NY" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "7th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "origin_city", - "start": 17 - }, - { - "exclusive_end": 44, - "slot": "departure_date", - "start": 27 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "7th of this month" - ], - "destination_city": [ - "LAX" - ], - "origin_city": [ - "NY" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from NY on the 7th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you be coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "the 14th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "return_date", - "start": 24 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "7th of this month" - ], - "destination_city": [ - "LAX" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "the 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to get back on the 14th. I prefer American Airlines in Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:40" - ], - "slot": "outbound_departure_time", - "values": [ - "3:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:20" - ], - "slot": "inbound_departure_time", - "values": [ - "6:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "271" - ], - "slot": "price", - "values": [ - "$271" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_city": "Los Angeles", - "origin_city": "New York", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "03:30", - "inbound_departure_time": "18:20", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "19:57", - "outbound_departure_time": "15:40", - "passengers": "1", - "price": "271", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 95, - "slot": "inbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 115, - "slot": "price", - "start": 111 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an American Airlines flight that leaves at 3:40 pm. The return flight leaves at 6:20 pm. The ticket is $271." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "7th of this month" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "6:20 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "return_date": [ - "the 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "7th of this month" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "6:20 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "return_date": [ - "the 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book the ticket." - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:40" - ], - "slot": "outbound_departure_time", - "values": [ - "3:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "18:20" - ], - "slot": "inbound_departure_time", - "values": [ - "6:20 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "origin_city", - "start": 48 - }, - { - "exclusive_end": 71, - "slot": "destination_city", - "start": 60 - }, - { - "exclusive_end": 123, - "slot": "departure_date", - "start": 110 - }, - { - "exclusive_end": 156, - "slot": "return_date", - "start": 146 - }, - { - "exclusive_end": 134, - "slot": "outbound_departure_time", - "start": 127 - }, - { - "exclusive_end": 167, - "slot": "inbound_departure_time", - "start": 160 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the details: You are flying from New York to Los Angeles on American Airlines. You will depart next Thursday at 3:40 pm and return March 14th at 6:20 pm. There is 1 passenger in Economy seating." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "7th of this month", - "next Thursday" - ], - "destination_city": [ - "LAX", - "Los Angeles" - ], - "inbound_departure_time": [ - "6:20 pm" - ], - "origin_city": [ - "NY", - "New York" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 14th", - "the 14th" - ], - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_city": "Los Angeles", - "inbound_departure_time": "18:20", - "origin_city": "New York", - "outbound_departure_time": "15:40", - "passengers": "1", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "03:30", - "inbound_departure_time": "18:20", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "19:57", - "outbound_departure_time": "15:40", - "passengers": "1", - "price": "271", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "7th of this month", - "next Thursday" - ], - "destination_city": [ - "LAX", - "Los Angeles" - ], - "inbound_departure_time": [ - "6:20 pm" - ], - "origin_city": [ - "NY", - "New York" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 14th", - "the 14th" - ], - "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 good day." - } - ] - }, - { - "dialogue_id": "18_00096", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you find flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where is your destination to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "NY" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "destination_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "NY" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go for NY." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you returning back? When are you departing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "March 9th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "return_date", - "start": 28 - }, - { - "exclusive_end": 69, - "slot": "departure_date", - "start": 60 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "NY" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be returning back on March 11th. I want to depart on March 9th." - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Washington" - ], - "slot": "origin_city", - "values": [ - "Washington" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "origin_city", - "start": 39 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Washington" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go in American Airlines from Washington." - }, - { - "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": [ - "10:55" - ], - "slot": "inbound_departure_time", - "values": [ - "10:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "92" - ], - "slot": "price", - "values": [ - "$92" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_city": "New York", - "origin_city": "Washington", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "12:05", - "inbound_departure_time": "10:55", - "number_stops": "0", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "07:15", - "outbound_departure_time": "06:05", - "passengers": "1", - "price": "92", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 99, - "slot": "inbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 123, - "slot": "price", - "start": 120 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a American Airlines flight which departs at 6:05 am. The return flight departs at 10:55 am. The flight fare is $92." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "6:05 am" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This flight is good for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you require tickets for this?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "6:05 am" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. I need tickets for this." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Washington" - ], - "slot": "origin_city", - "values": [ - "Washington" - ] - }, - { - "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-09" - ], - "slot": "departure_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:05" - ], - "slot": "outbound_departure_time", - "values": [ - "6:05 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:55" - ], - "slot": "inbound_departure_time", - "values": [ - "10:55 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 83, - "slot": "origin_city", - "start": 73 - }, - { - "exclusive_end": 101, - "slot": "destination_city", - "start": 93 - }, - { - "exclusive_end": 114, - "slot": "departure_date", - "start": 105 - }, - { - "exclusive_end": 165, - "slot": "return_date", - "start": 155 - }, - { - "exclusive_end": 125, - "slot": "outbound_departure_time", - "start": 118 - }, - { - "exclusive_end": 177, - "slot": "inbound_departure_time", - "start": 169 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I want your confirmation for the American Airlines flight departing from Washington going to New York on March 9th at 6:05 am. The Return flight leaves on March 11th at 10:55 am. The seating class is Economy for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "inbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "NY", - "New York" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "6:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do you know which airport the return flight arrives? Do you know the time of arrival?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "JFK International Airport" - ], - "slot": "destination_airport", - "values": [ - "JFK International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "12:05" - ], - "slot": "inbound_arrival_time", - "values": [ - "12:05 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_city": "New York", - "inbound_departure_time": "10:55", - "origin_city": "Washington", - "outbound_departure_time": "06:05", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "12:05", - "inbound_departure_time": "10:55", - "number_stops": "0", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "07:15", - "outbound_departure_time": "06:05", - "passengers": "1", - "price": "92", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "destination_airport", - "start": 33 - }, - { - "exclusive_end": 97, - "slot": "inbound_arrival_time", - "start": 89 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your Destination flight going to JFK International Airport. The return flight arrives at 12:05 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "NY", - "New York" - ], - "inbound_departure_time": [ - "10:55 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "6:05 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "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": "18_00097", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need a flight please." - }, - { - "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": "Please provide the destination, departure city and the dates for the trip." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delhi" - ], - "slot": "destination_city", - "values": [ - "New Delhi" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "ATl" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "March 4th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "destination_city", - "start": 20 - }, - { - "exclusive_end": 38, - "slot": "origin_city", - "start": 35 - }, - { - "exclusive_end": 51, - "slot": "departure_date", - "start": 42 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "New Delhi" - ], - "origin_city": [ - "ATl" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to travel to New Delhi from ATl on March 4th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is the returning date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "9th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "return_date", - "start": 24 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "New Delhi" - ], - "origin_city": [ - "ATl" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to return on the 9th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:30" - ], - "slot": "outbound_departure_time", - "values": [ - "2:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:20" - ], - "slot": "inbound_departure_time", - "values": [ - "9:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "413" - ], - "slot": "price", - "values": [ - "$413" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Delhi", - "origin_city": "Atlanta", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Indira Gandhi International Airport", - "destination_city": "Delhi", - "inbound_arrival_time": "14:56", - "inbound_departure_time": "09:20", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "20:39", - "outbound_departure_time": "14:30", - "passengers": "1", - "price": "413", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 54, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 85, - "slot": "inbound_departure_time", - "start": 78 - }, - { - "exclusive_end": 128, - "slot": "price", - "start": 124 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "American Airlines has a flight that departs at 2:30 pm and a return flight at 9:20 am. The price for the roundway ticket is $413." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "New Delhi" - ], - "origin_city": [ - "ATl" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "is this a refundable ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No the ticket is non refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "New Delhi" - ], - "inbound_departure_time": [ - "9:20 am" - ], - "origin_city": [ - "ATl" - ], - "outbound_departure_time": [ - "2:30 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The flight times are good. Can you purchases tickets for three people?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delhi" - ], - "slot": "destination_city", - "values": [ - "Delhi" - ] - }, - { - "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": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:30" - ], - "slot": "outbound_departure_time", - "values": [ - "2:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "09:20" - ], - "slot": "inbound_departure_time", - "values": [ - "9:20 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 95, - "slot": "origin_city", - "start": 88 - }, - { - "exclusive_end": 104, - "slot": "destination_city", - "start": 99 - }, - { - "exclusive_end": 116, - "slot": "departure_date", - "start": 105 - }, - { - "exclusive_end": 155, - "slot": "return_date", - "start": 146 - }, - { - "exclusive_end": 127, - "slot": "outbound_departure_time", - "start": 120 - }, - { - "exclusive_end": 166, - "slot": "inbound_departure_time", - "start": 159 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: 3 Economy seats on American Airlines. Flight from Atlanta to Delhi next Monday at 2:30 pm. Return flight on March 9th at 9:20 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th", - "next Monday" - ], - "destination_city": [ - "Delhi", - "New Delhi" - ], - "inbound_departure_time": [ - "9:20 am" - ], - "origin_city": [ - "ATl", - "Atlanta" - ], - "outbound_departure_time": [ - "2:30 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "9th of this month", - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is correct! What are the arrival times for my flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "14:56" - ], - "slot": "inbound_arrival_time", - "values": [ - "2:56 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "20:39" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:39 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_city": "Delhi", - "inbound_departure_time": "09:20", - "origin_city": "Atlanta", - "outbound_departure_time": "14:30", - "passengers": "3", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Indira Gandhi International Airport", - "destination_city": "Delhi", - "inbound_arrival_time": "14:56", - "inbound_departure_time": "09:20", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "20:39", - "outbound_departure_time": "14:30", - "passengers": "3", - "price": "413", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 106, - "slot": "inbound_arrival_time", - "start": 99 - }, - { - "exclusive_end": 60, - "slot": "outbound_arrival_time", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is confirmed. Your flight will arrive at 8:39 pm, and the return flight will arrive at 2:56 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th", - "next Monday" - ], - "destination_city": [ - "Delhi", - "New Delhi" - ], - "inbound_departure_time": [ - "9:20 am" - ], - "origin_city": [ - "ATl", - "Atlanta" - ], - "outbound_departure_time": [ - "2:30 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "9th of this month", - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I assist you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th", - "next Monday" - ], - "destination_city": [ - "Delhi", - "New Delhi" - ], - "inbound_departure_time": [ - "9:20 am" - ], - "origin_city": [ - "ATl", - "Atlanta" - ], - "outbound_departure_time": [ - "2:30 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "9th of this month", - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, please have a nice day." - } - ] - }, - { - "dialogue_id": "18_00098", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you look for flights for one?" - }, - { - "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 and where do you want to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "CDMX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "departure_date", - "values": [ - "10th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "destination_city", - "start": 22 - }, - { - "exclusive_end": 65, - "slot": "departure_date", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "CDMX" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to go to CDMX and am going on the 10th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going from and when are you returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "return_date", - "start": 26 - }, - { - "exclusive_end": 59, - "slot": "origin_city", - "start": 57 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to come back March 12th and am leaving from SF. I would like to travel Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:20" - ], - "slot": "outbound_departure_time", - "values": [ - "1:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:55" - ], - "slot": "inbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "166" - ], - "slot": "price", - "values": [ - "$166" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-10", - "destination_city": "Mexico City", - "origin_city": "San Francisco", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-10", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "16:38", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "19:03", - "outbound_departure_time": "13:20", - "passengers": "1", - "price": "166", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-10", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "23:45", - "inbound_departure_time": "20:45", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "20:05", - "outbound_departure_time": "09:15", - "passengers": "1", - "price": "258", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "outbound_departure_time", - "start": 43 - }, - { - "exclusive_end": 72, - "slot": "inbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 92, - "slot": "price", - "start": 88 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The American Airlines flight is leaving at 1:20 pm and returning 2:55 pm for a price of $166." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "CDMX" - ], - "inbound_departure_time": [ - "2:55 pm" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "1:20 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The flight works for me. I'd like to do a short trip. Can you help me buy tickets for the flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Mexico City" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "departure_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:20" - ], - "slot": "outbound_departure_time", - "values": [ - "1:20 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:55" - ], - "slot": "inbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "origin_city", - "start": 47 - }, - { - "exclusive_end": 75, - "slot": "destination_city", - "start": 64 - }, - { - "exclusive_end": 118, - "slot": "departure_date", - "start": 108 - }, - { - "exclusive_end": 143, - "slot": "return_date", - "start": 133 - }, - { - "exclusive_end": 186, - "slot": "outbound_departure_time", - "start": 179 - }, - { - "exclusive_end": 208, - "slot": "inbound_departure_time", - "start": 201 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please let me know if you'd like a flight from San Francisco to Mexico City via American Airlines departing March 10th and returning March 12th. The outbound flight is leaving at 1:20 pm and returning 2:55 pm. The seats are Economy for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "10th of this month", - "March 10th" - ], - "destination_city": [ - "CDMX", - "Mexico City" - ], - "inbound_departure_time": [ - "2:55 pm" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "1:20 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is good. Which airport is the flight leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "origin_airport", - "values": [ - "SFO International Airport" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-10", - "destination_city": "Mexico City", - "inbound_departure_time": "14:55", - "origin_city": "San Francisco", - "outbound_departure_time": "13:20", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-10", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "16:38", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "19:03", - "outbound_departure_time": "13:20", - "passengers": "1", - "price": "166", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "origin_airport", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight is going from SFO International Airport. Your ticket has been confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "10th of this month", - "March 10th" - ], - "destination_city": [ - "CDMX", - "Mexico City" - ], - "inbound_departure_time": [ - "2:55 pm" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "1:20 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can the ticket be refunded? When is the return flight arriving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "16:38" - ], - "slot": "inbound_arrival_time", - "values": [ - "4:38 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "inbound_arrival_time", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight is arriving at 4:38 pm, but isn't refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "10th of this month", - "March 10th" - ], - "destination_city": [ - "CDMX", - "Mexico City" - ], - "inbound_departure_time": [ - "2:55 pm" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "1:20 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your help. That's all I want." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00099", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need help finding flights." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What are your departure and return dates? And where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Fran" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "7th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "destination_city", - "start": 36 - }, - { - "exclusive_end": 107, - "slot": "return_date", - "start": 97 - }, - { - "exclusive_end": 26, - "slot": "origin_city", - "start": 18 - }, - { - "exclusive_end": 79, - "slot": "departure_date", - "start": 67 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "7th of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from San Fran going to Phoenix. I will be leaving the 7th of March and returning on March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:10" - ], - "slot": "outbound_departure_time", - "values": [ - "8:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:35" - ], - "slot": "inbound_departure_time", - "values": [ - "7:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "181" - ], - "slot": "price", - "values": [ - "$181" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-07", - "destination_city": "Phoenix", - "origin_city": "San Francisco", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "10:40", - "inbound_departure_time": "07:35", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "12:49", - "outbound_departure_time": "08:10", - "passengers": "1", - "price": "181", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "14:02", - "inbound_departure_time": "11:55", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "07:57", - "outbound_departure_time": "05:50", - "passengers": "1", - "price": "126", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "21:22", - "inbound_departure_time": "19:15", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:17", - "outbound_departure_time": "23:10", - "passengers": "1", - "price": "120", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "19:17", - "inbound_departure_time": "17:10", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:22", - "outbound_departure_time": "14:15", - "passengers": "1", - "price": "126", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 84, - "slot": "outbound_departure_time", - "start": 77 - }, - { - "exclusive_end": 107, - "slot": "inbound_departure_time", - "start": 100 - }, - { - "exclusive_end": 30, - "slot": "price", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I have a ticket for $181 with American Airlines. That flight leaves at 8:10 am and returns at 7:35 am." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "departure_date": [ - "7th of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does the onward flight land? and is that ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "12:49" - ], - "slot": "outbound_arrival_time", - "values": [ - "12:49 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 12:49 pm, and is a non refundable ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "7th of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What else do you have?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:50" - ], - "slot": "outbound_departure_time", - "values": [ - "5:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:55" - ], - "slot": "inbound_departure_time", - "values": [ - "11:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "126" - ], - "slot": "price", - "values": [ - "$126" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "outbound_departure_time", - "start": 63 - }, - { - "exclusive_end": 94, - "slot": "inbound_departure_time", - "start": 86 - }, - { - "exclusive_end": 39, - "slot": "price", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a Delta Airlines flight for $126. That flight leaves at 5:50 am and returns at 11:55 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "Friday next week" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "departure_date", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Friday next week" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "San Fran" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to leave Friday next week. What else do you have?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:10" - ], - "slot": "outbound_departure_time", - "values": [ - "11:10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:15" - ], - "slot": "inbound_departure_time", - "values": [ - "7:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "127" - ], - "slot": "price", - "values": [ - "$127" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Phoenix", - "origin_city": "San Francisco", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "10:40", - "inbound_departure_time": "07:35", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "12:49", - "outbound_departure_time": "08:10", - "passengers": "1", - "price": "194", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "14:02", - "inbound_departure_time": "11:55", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "07:57", - "outbound_departure_time": "05:50", - "passengers": "1", - "price": "117", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "21:22", - "inbound_departure_time": "19:15", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:17", - "outbound_departure_time": "23:10", - "passengers": "1", - "price": "127", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "19:17", - "inbound_departure_time": "17:10", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:22", - "outbound_departure_time": "14:15", - "passengers": "1", - "price": "120", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 78, - "slot": "outbound_departure_time", - "start": 70 - }, - { - "exclusive_end": 118, - "slot": "inbound_departure_time", - "start": 111 - }, - { - "exclusive_end": 24, - "slot": "price", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a ticket for $127 with Southwest Airlines. That one departs at 11:10 pm and the return flight leaves at 7:15 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "Friday next week" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:15 pm" - ], - "origin_city": [ - "San Fran" - ], - "outbound_departure_time": [ - "11:10 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works, this is for a short trip. Are you able to book that for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "23:10" - ], - "slot": "outbound_departure_time", - "values": [ - "11:10 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "19:15" - ], - "slot": "inbound_departure_time", - "values": [ - "7:15 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 97, - "slot": "origin_city", - "start": 84 - }, - { - "exclusive_end": 133, - "slot": "destination_city", - "start": 126 - }, - { - "exclusive_end": 109, - "slot": "departure_date", - "start": 98 - }, - { - "exclusive_end": 172, - "slot": "return_date", - "start": 162 - }, - { - "exclusive_end": 121, - "slot": "outbound_departure_time", - "start": 113 - }, - { - "exclusive_end": 158, - "slot": "inbound_departure_time", - "start": 151 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please verify your plans. You need 1 Economy ticket for Southwest Airlines. Leaving San Francisco next Friday at 11:10 pm for Phoenix and returning at 7:15 pm on March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "Friday next week", - "next Friday" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:15 pm" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "11:10 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "destination_city": "Phoenix", - "inbound_departure_time": "19:15", - "origin_city": "San Francisco", - "outbound_departure_time": "23:10", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "21:22", - "inbound_departure_time": "19:15", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:17", - "outbound_departure_time": "23:10", - "passengers": "1", - "price": "127", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have booked that for you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "Friday next week", - "next Friday" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:15 pm" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "11:10 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for the assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "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": [ - "Friday next week", - "next Friday" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:15 pm" - ], - "origin_city": [ - "San Fran", - "San Francisco" - ], - "outbound_departure_time": [ - "11:10 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm all set, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "18_00100", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "Saturday this week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "departure_date", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Saturday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a flight for Saturday this week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What are your travel details?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "origin_city", - "values": [ - "London" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 45, - "slot": "destination_city", - "start": 38 - }, - { - "exclusive_end": 81, - "slot": "return_date", - "start": 71 - }, - { - "exclusive_end": 23, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "London" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from London, traveling to Atlanta, and I want to return on March 12th." - }, - { - "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": [ - "15:30" - ], - "slot": "inbound_departure_time", - "values": [ - "3:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "376" - ], - "slot": "price", - "values": [ - "$376" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Atlanta", - "origin_city": "London", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "16:04", - "inbound_departure_time": "15:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "02:39", - "outbound_departure_time": "20:35", - "passengers": "1", - "price": "376", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "07:34", - "inbound_departure_time": "17:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "22:52", - "outbound_departure_time": "15:35", - "passengers": "1", - "price": "304", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "00:34", - "inbound_departure_time": "10:30", - "number_stops": "0", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "04:29", - "outbound_departure_time": "22:25", - "passengers": "1", - "price": "252", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 99, - "slot": "outbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 122, - "slot": "inbound_departure_time", - "start": 115 - }, - { - "exclusive_end": 76, - "slot": "price", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 3 possible flights; there is an American Airlines flight for $376 that leaves at 8:35 pm and returns at 3:30 pm." - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "London" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am the only one traveling, are there 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": [ - "17:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "304" - ], - "slot": "price", - "values": [ - "$304" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Atlanta", - "origin_city": "London", - "passengers": "1", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "16:04", - "inbound_departure_time": "15:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "02:39", - "outbound_departure_time": "20:35", - "passengers": "1", - "price": "376", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "07:34", - "inbound_departure_time": "17:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "22:52", - "outbound_departure_time": "15:35", - "passengers": "1", - "price": "304", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 72, - "slot": "outbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 94, - "slot": "inbound_departure_time", - "start": 87 - }, - { - "exclusive_end": 51, - "slot": "price", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 2 other flights; Delta Airlines for $304, outbound at 3:35 pm and returning 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "London" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does it leave from? Are there zero stops?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Heathrow International Airport" - ], - "slot": "origin_airport", - "values": [ - "Heathrow International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "origin_airport", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This flight leaves from Heathrow International Airport, with 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 17, - "slot": "departure_date", - "start": 12 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "today" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "London" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving today - are there any other flights available?" - }, - { - "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": [ - "10:30" - ], - "slot": "inbound_departure_time", - "values": [ - "10:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "237" - ], - "slot": "price", - "values": [ - "$237" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Atlanta", - "origin_city": "London", - "passengers": "1", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "16:04", - "inbound_departure_time": "15:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "02:39", - "outbound_departure_time": "20:35", - "passengers": "1", - "price": "378", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 53, - "slot": "outbound_departure_time", - "start": 45 - }, - { - "exclusive_end": 79, - "slot": "inbound_departure_time", - "start": 71 - }, - { - "exclusive_end": 88, - "slot": "price", - "start": 84 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 United Airlines flight outbound at 10:25 pm and returning at 10:30 am for $237" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "10:30 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. It's a short trip, can you help me get the tickets?" - }, - { - "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-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "22:25" - ], - "slot": "outbound_departure_time", - "values": [ - "10:25 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:30" - ], - "slot": "inbound_departure_time", - "values": [ - "10:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "origin_city", - "start": 30 - }, - { - "exclusive_end": 47, - "slot": "destination_city", - "start": 40 - }, - { - "exclusive_end": 89, - "slot": "departure_date", - "start": 84 - }, - { - "exclusive_end": 123, - "slot": "return_date", - "start": 113 - }, - { - "exclusive_end": 101, - "slot": "outbound_departure_time", - "start": 93 - }, - { - "exclusive_end": 135, - "slot": "inbound_departure_time", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To review: The flight is from London to Atlanta through United airlines. You depart today at 10:25 pm and return March 12th at 10:30 am. There is 1 passenger in Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "10:30 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good - is it 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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_city": "Atlanta", - "inbound_departure_time": "10:30", - "origin_city": "London", - "outbound_departure_time": "22:25", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "00:34", - "inbound_departure_time": "10:30", - "number_stops": "0", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "04:29", - "outbound_departure_time": "22:25", - "passengers": "1", - "price": "237", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is not refundable, it has been confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "10:30 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When do both flights arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "00:34" - ], - "slot": "inbound_arrival_time", - "values": [ - "0:34 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "04:29" - ], - "slot": "outbound_arrival_time", - "values": [ - "4:29 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 80, - "slot": "inbound_arrival_time", - "start": 73 - }, - { - "exclusive_end": 39, - "slot": "outbound_arrival_time", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The departing flight arrives at 4:29 am and the return flight arrives at 0:34 am" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "today" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "10:30 am" - ], - "origin_city": [ - "London" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "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 great day." - } - ] - }, - { - "dialogue_id": "18_00101", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "the 2nd" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "departure_date", - "start": 27 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a flight leaving on the 2nd." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be flying out of?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta, GA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "origin_city", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "origin_city": [ - "Atlanta, GA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am flying out of Atlanta, GA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you be returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "destination_city", - "values": [ - "London" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "destination_city", - "start": 20 - }, - { - "exclusive_end": 76, - "slot": "return_date", - "start": 58 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "London" - ], - "origin_city": [ - "Atlanta, GA" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be flying to London and I need to come back on the 12th of this month." - }, - { - "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": [ - "00:10" - ], - "slot": "inbound_departure_time", - "values": [ - "0:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "353" - ], - "slot": "price", - "values": [ - "$353" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "London", - "origin_city": "Atlanta", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "17:04", - "inbound_departure_time": "00:10", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "10:44", - "outbound_departure_time": "20:40", - "passengers": "1", - "price": "353", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "20:21", - "inbound_departure_time": "08:00", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "07:34", - "outbound_departure_time": "17:30", - "passengers": "1", - "price": "285", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "09:42", - "inbound_departure_time": "00:25", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "00:34", - "outbound_departure_time": "10:30", - "passengers": "1", - "price": "312", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 114, - "slot": "inbound_departure_time", - "start": 107 - }, - { - "exclusive_end": 153, - "slot": "price", - "start": 149 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 3 flight for your trip. American Airlines flight leaving at 8:40 pm and the return flight leaves at 0:10 am. The total price of the ticket is $353." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "London" - ], - "origin_city": [ - "Atlanta, GA" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "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": "Sorry that ticket is a nonrefundable one." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "London" - ], - "inbound_departure_time": [ - "0:10 am" - ], - "origin_city": [ - "Atlanta, GA" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "return_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok that sounds good. Can you but the tickets for me?" - }, - { - "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-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:40" - ], - "slot": "outbound_departure_time", - "values": [ - "8:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "00:10" - ], - "slot": "inbound_departure_time", - "values": [ - "0:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "origin_city", - "start": 12 - }, - { - "exclusive_end": 29, - "slot": "destination_city", - "start": 23 - }, - { - "exclusive_end": 81, - "slot": "departure_date", - "start": 73 - }, - { - "exclusive_end": 120, - "slot": "return_date", - "start": 110 - }, - { - "exclusive_end": 92, - "slot": "outbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 131, - "slot": "inbound_departure_time", - "start": 124 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Flying from Atlanta to London on American Airlines economy class parting tomorrow at 8:40 pm and returning on March 12th at 0:10 am for 1 person. Does that sound good?" - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "London" - ], - "inbound_departure_time": [ - "0:10 am" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yep that sounds good. What airport will I be flying into and what time will it arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Heathrow International Airport" - ], - "slot": "destination_airport", - "values": [ - "Heathrow International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "10:44" - ], - "slot": "outbound_arrival_time", - "values": [ - "10:44 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "London", - "inbound_departure_time": "00:10", - "origin_city": "Atlanta", - "outbound_departure_time": "20:40", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "17:04", - "inbound_departure_time": "00:10", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "10:44", - "outbound_departure_time": "20:40", - "passengers": "1", - "price": "353", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "destination_airport", - "start": 36 - }, - { - "exclusive_end": 32, - "slot": "outbound_arrival_time", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You will be arriving at 10:44 am at Heathrow International Airport. Your ticket is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "London" - ], - "inbound_departure_time": [ - "0:10 am" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "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": "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": [ - "American Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "London" - ], - "inbound_departure_time": [ - "0:10 am" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "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": "18_00102", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search for some United Airlines flights for 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": "Okay. First, where will you be leaving from and where do you want to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "destination_city", - "values": [ - "Portland, OR" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "destination_city", - "start": 42 - }, - { - "exclusive_end": 24, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from Seattle and traveling to Portland, OR." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Got it. When are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "March 7th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "return_date", - "start": 51 - }, - { - "exclusive_end": 24, - "slot": "departure_date", - "start": 15 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 7th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving on March 7th, and want to come back on March 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:30" - ], - "slot": "outbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:45" - ], - "slot": "inbound_departure_time", - "values": [ - "10:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "71" - ], - "slot": "price", - "values": [ - "$71" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_city": "Portland", - "origin_city": "Seattle", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "23:43", - "inbound_departure_time": "22:45", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "06:28", - "outbound_departure_time": "05:30", - "passengers": "1", - "price": "71", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 98, - "slot": "outbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 141, - "slot": "inbound_departure_time", - "start": 133 - }, - { - "exclusive_end": 55, - "slot": "price", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Here's what I found: this United Airlines flight is $71, and the outbound flight leaves at 5:30 am, then the return flight leaves at 10:45 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 7th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport is the flight leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle-Tacoma International Airport" - ], - "slot": "origin_airport", - "values": [ - "Seattle-Tacoma International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "origin_airport", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It will be leaving from the Seattle-Tacoma International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 7th" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "10:45 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds like a good flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great. Should I buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 7th" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "10:45 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Go ahead and book them." - }, - { - "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-07" - ], - "slot": "departure_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "05:30" - ], - "slot": "outbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "22:45" - ], - "slot": "inbound_departure_time", - "values": [ - "10:45 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 88, - "slot": "origin_city", - "start": 81 - }, - { - "exclusive_end": 110, - "slot": "destination_city", - "start": 102 - }, - { - "exclusive_end": 135, - "slot": "departure_date", - "start": 122 - }, - { - "exclusive_end": 160, - "slot": "return_date", - "start": 150 - }, - { - "exclusive_end": 206, - "slot": "outbound_departure_time", - "start": 199 - }, - { - "exclusive_end": 252, - "slot": "inbound_departure_time", - "start": 244 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me make sure I've got this right: this United Airlines flight is coming from Seattle and going to Portland, departing next Thursday and returning March 11th. The onward flight will be leaving at 5:30 am, and the return flight will leave at 10:45 pm. There will be 1 passenger sitting in the economy class. Is that right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 7th", - "next Thursday" - ], - "destination_city": [ - "Portland", - "Portland, OR" - ], - "inbound_departure_time": [ - "10:45 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_city": "Portland", - "inbound_departure_time": "22:45", - "origin_city": "Seattle", - "outbound_departure_time": "05:30", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "23:43", - "inbound_departure_time": "22:45", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "06:28", - "outbound_departure_time": "05:30", - "passengers": "1", - "price": "71", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, your ticket is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 7th", - "next Thursday" - ], - "destination_city": [ - "Portland", - "Portland, OR" - ], - "inbound_departure_time": [ - "10:45 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you so much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need anything else?" - }, - { - "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 7th", - "next Thursday" - ], - "destination_city": [ - "Portland", - "Portland, OR" - ], - "inbound_departure_time": [ - "10:45 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, have a great day!" - } - ] - }, - { - "dialogue_id": "18_00103", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please find me a flight to book." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "On which dates do you wish to depart and return? What is the destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "the 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "the 5th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "destination_city", - "start": 26 - }, - { - "exclusive_end": 53, - "slot": "return_date", - "start": 46 - }, - { - "exclusive_end": 42, - "slot": "departure_date", - "start": 35 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "LAX" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to travel to LAX from the 5th to the 8th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "From where will you depart?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "origin_city", - "values": [ - "Portland, OR" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "LAX" - ], - "origin_city": [ - "Portland, OR" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am flying from Portland, OR." - }, - { - "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": [ - "05:15" - ], - "slot": "inbound_departure_time", - "values": [ - "5:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "138" - ], - "slot": "price", - "values": [ - "$138" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Los Angeles", - "origin_city": "Portland", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-05", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "07:45", - "inbound_departure_time": "05:15", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "12:40", - "outbound_departure_time": "10:10", - "passengers": "1", - "price": "138", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "01:45", - "inbound_departure_time": "23:15", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "11:02", - "outbound_departure_time": "06:00", - "passengers": "1", - "price": "176", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "12:08", - "inbound_departure_time": "06:50", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "15:17", - "outbound_departure_time": "09:35", - "passengers": "1", - "price": "221", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "19:00", - "inbound_departure_time": "16:30", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "19:25", - "outbound_departure_time": "16:55", - "passengers": "1", - "price": "132", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "14:13", - "inbound_departure_time": "08:55", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "14:35", - "outbound_departure_time": "12:05", - "passengers": "1", - "price": "169", - "refundable": "True", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 104, - "slot": "outbound_departure_time", - "start": 96 - }, - { - "exclusive_end": 127, - "slot": "inbound_departure_time", - "start": 120 - }, - { - "exclusive_end": 150, - "slot": "price", - "start": 146 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There at 5 flights that match your itinerary. There is an Alaska Airlines flight that leaves at 10:10 am and returns at 5:15 am. The ticket costs $138." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "5:15 am" - ], - "origin_city": [ - "Portland, OR" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works for me. Please purchase tickets for 3 people." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Portland" - ], - "slot": "origin_city", - "values": [ - "Portland" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "10:10" - ], - "slot": "outbound_departure_time", - "values": [ - "10:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "05:15" - ], - "slot": "inbound_departure_time", - "values": [ - "5:15 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "origin_city", - "start": 51 - }, - { - "exclusive_end": 111, - "slot": "destination_city", - "start": 100 - }, - { - "exclusive_end": 84, - "slot": "departure_date", - "start": 72 - }, - { - "exclusive_end": 145, - "slot": "return_date", - "start": 134 - }, - { - "exclusive_end": 71, - "slot": "outbound_departure_time", - "start": 63 - }, - { - "exclusive_end": 156, - "slot": "inbound_departure_time", - "start": 149 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please verify the details. The flight departs from Portland at 10:10 am next Tuesday and arrives at Los Angeles. The return flight is next Friday at 5:15 am. There are 3 passengers flying Economy with Alaska Airlines. Is this correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "LAX", - "Los Angeles" - ], - "inbound_departure_time": [ - "5:15 am" - ], - "origin_city": [ - "Portland", - "Portland, OR" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, the details are correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-05", - "destination_city": "Los Angeles", - "inbound_departure_time": "05:15", - "origin_city": "Portland", - "outbound_departure_time": "10:10", - "passengers": "3", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-05", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "07:45", - "inbound_departure_time": "05:15", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "12:40", - "outbound_departure_time": "10:10", - "passengers": "3", - "price": "138", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your tickets have been booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "LAX", - "Los Angeles" - ], - "inbound_departure_time": [ - "5:15 am" - ], - "origin_city": [ - "Portland", - "Portland, OR" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport am I flying into? Can I refund the tickets?" - }, - { - "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": 45, - "slot": "destination_airport", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You are flying into LAX International Airport. The tickets are non-refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "LAX", - "Los Angeles" - ], - "inbound_departure_time": [ - "5:15 am" - ], - "origin_city": [ - "Portland", - "Portland, OR" - ], - "outbound_departure_time": [ - "10:10 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "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": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "18_00104", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Could you look up some flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you planning on leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "6th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "departure_date", - "start": 30 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll need two tickets for the 6th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What area are you leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "10th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chi-town" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 104, - "slot": "return_date", - "start": 91 - }, - { - "exclusive_end": 62, - "slot": "origin_city", - "start": 54 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "origin_city": [ - "Chi-town" - ], - "passengers": [ - "2" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to use Delta Airlines and I'll be leaving from Chi-town. I want to come back on the 10th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What destination are you planning on visiting?" - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Chi-town" - ], - "passengers": [ - "2" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be visiting NY." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:00" - ], - "slot": "outbound_departure_time", - "values": [ - "10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:00" - ], - "slot": "inbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "129" - ], - "slot": "price", - "values": [ - "$129" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_city": "New York", - "origin_city": "Chicago", - "passengers": "2", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "07:19", - "inbound_departure_time": "06:00", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "01:19", - "outbound_departure_time": "22:00", - "passengers": "2", - "price": "129", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 67, - "slot": "outbound_departure_time", - "start": 62 - }, - { - "exclusive_end": 103, - "slot": "inbound_departure_time", - "start": 99 - }, - { - "exclusive_end": 15, - "slot": "price", - "start": 11 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a $129 flight from Delta Airlines that will leave at 10 pm. The return flight is timed at 6 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "6 am" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "10 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds alright with me. Can you help me buy flight tickets since I'm planning on making it a short trip?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chicago" - ] - }, - { - "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-06" - ], - "slot": "departure_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "22:00" - ], - "slot": "outbound_departure_time", - "values": [ - "10 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:00" - ], - "slot": "inbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 78, - "slot": "origin_city", - "start": 71 - }, - { - "exclusive_end": 90, - "slot": "destination_city", - "start": 82 - }, - { - "exclusive_end": 141, - "slot": "departure_date", - "start": 127 - }, - { - "exclusive_end": 172, - "slot": "return_date", - "start": 162 - }, - { - "exclusive_end": 206, - "slot": "outbound_departure_time", - "start": 201 - }, - { - "exclusive_end": 239, - "slot": "inbound_departure_time", - "start": 235 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirm if this flight suits you: 2 tickets for an Economy flight from Chicago to New York, through Delta Airlines, will leave next Wednesday. The return date is March 10th. The departure flight is at 10 pm and the return flight is at 6 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "NY", - "New York" - ], - "inbound_departure_time": [ - "6 am" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "10 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "10th of March", - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It's good with me. When does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "01:19" - ], - "slot": "outbound_arrival_time", - "values": [ - "1:19 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_city": "New York", - "inbound_departure_time": "06:00", - "origin_city": "Chicago", - "outbound_departure_time": "22:00", - "passengers": "2", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "07:19", - "inbound_departure_time": "06:00", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "01:19", - "outbound_departure_time": "22:00", - "passengers": "2", - "price": "129", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_arrival_time", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ticket has been confirmed. The onward flight arrives at 1:19 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March", - "next Wednesday" - ], - "destination_city": [ - "NY", - "New York" - ], - "inbound_departure_time": [ - "6 am" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "10 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "10th of March", - "March 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for helping me. 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": "18_00105", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "destination_city", - "start": 48 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Seattle, WA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you find a flight for me? I need to go to Seattle, WA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure! But first I need some more informations: when are you leaving, when are you returning and where are you flying from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "the 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "the 2nd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 69, - "slot": "return_date", - "start": 62 - }, - { - "exclusive_end": 21, - "slot": "origin_city", - "start": 19 - }, - { - "exclusive_end": 32, - "slot": "departure_date", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SF" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm departing from SF on the 2nd. I want my return ticket for the 9th." - }, - { - "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": [ - "12:00" - ], - "slot": "inbound_departure_time", - "values": [ - "12 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "126" - ], - "slot": "price", - "values": [ - "$126" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Seattle", - "origin_city": "San Francisco", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "14:11", - "inbound_departure_time": "12:00", - "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": "126", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:36", - "inbound_departure_time": "22:25", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:26", - "outbound_departure_time": "14:15", - "passengers": "1", - "price": "120", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:21", - "inbound_departure_time": "06:10", - "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": "132", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:01", - "inbound_departure_time": "21:50", - "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": "114", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "22:41", - "inbound_departure_time": "20:30", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "15:21", - "outbound_departure_time": "13:10", - "passengers": "1", - "price": "130", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_departure_time", - "start": 54 - }, - { - "exclusive_end": 82, - "slot": "inbound_departure_time", - "start": 77 - }, - { - "exclusive_end": 108, - "slot": "price", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found an Alaska Airlines flight, which leaves at 2:55 pm and returns at 12 pm. The ticket price is $126." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SF" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you find another flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:15" - ], - "slot": "outbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:25" - ], - "slot": "inbound_departure_time", - "values": [ - "10:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "120" - ], - "slot": "price", - "values": [ - "$120" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 79, - "slot": "outbound_departure_time", - "start": 72 - }, - { - "exclusive_end": 103, - "slot": "inbound_departure_time", - "start": 95 - }, - { - "exclusive_end": 129, - "slot": "price", - "start": 125 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course. I've also found an American Airlines flight, which leaves at 2:15 pm and returns at 10:25 pm. The ticket price is $120, which is $6 dollars less than your previous flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SF" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you find another flight?" - }, - { - "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": [ - "06:10" - ], - "slot": "inbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "132" - ], - "slot": "price", - "values": [ - "$132" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 62, - "slot": "outbound_departure_time", - "start": 58 - }, - { - "exclusive_end": 85, - "slot": "inbound_departure_time", - "start": 78 - }, - { - "exclusive_end": 111, - "slot": "price", - "start": 107 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. I've found a Delta Airlines flight, which leaves at 8 am and returns at 6:10 am. The ticket price is $132." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SF" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "If I regret the purchase, can I refund the ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I'm sorry, but the ticket is not refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "8 am" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, the last flight you offered works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Lovely! Would you like me to book 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "8 am" - ], - "return_date": [ - "the 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I would like to book the ticket in Economy class." - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:00" - ], - "slot": "outbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:10" - ], - "slot": "inbound_departure_time", - "values": [ - "6:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "origin_city", - "start": 57 - }, - { - "exclusive_end": 107, - "slot": "destination_city", - "start": 100 - }, - { - "exclusive_end": 79, - "slot": "departure_date", - "start": 71 - }, - { - "exclusive_end": 132, - "slot": "return_date", - "start": 123 - }, - { - "exclusive_end": 87, - "slot": "outbound_departure_time", - "start": 83 - }, - { - "exclusive_end": 143, - "slot": "inbound_departure_time", - "start": 136 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just to confirm, your Delta Airlines flight departs from San Francisco tomorrow at 8 am and goes to Seattle. You return on March 9th at 6:10 am. The seating class is Economy and the number of passengers is 1." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th", - "the 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I confirm that. When and where does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle-Tacoma International Airport" - ], - "slot": "destination_airport", - "values": [ - "Seattle-Tacoma International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "10:11" - ], - "slot": "outbound_arrival_time", - "values": [ - "10:11 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_city": "Seattle", - "inbound_departure_time": "06:10", - "origin_city": "San Francisco", - "outbound_departure_time": "08:00", - "passengers": "1", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:21", - "inbound_departure_time": "06:10", - "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": "132", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 125, - "slot": "destination_airport", - "start": 89 - }, - { - "exclusive_end": 137, - "slot": "outbound_arrival_time", - "start": 129 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Congratulations, your ticket has been confirmed! For the onward flight, you'll arrive at Seattle-Tacoma International Airport at 10:11 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "SF", - "San Francisco" - ], - "outbound_departure_time": [ - "8 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th", - "the 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, thanks for everything." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You're welcome, have a nice day!" - } - ] - }, - { - "dialogue_id": "18_00106", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "this sunday" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "departure_date", - "start": 31 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this sunday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you look for flights for this sunday, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Could you please tell me the location of your departure and destination and the return date, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "the 5th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "destination_city", - "start": 48 - }, - { - "exclusive_end": 84, - "slot": "return_date", - "start": 77 - }, - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this sunday" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "New York" - ], - "return_date": [ - "the 5th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be leaving from New York and I'll fly to Vancouver. I'll come back on the 5th, and I'd like to travel in economy" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:00" - ], - "slot": "outbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:20" - ], - "slot": "inbound_departure_time", - "values": [ - "12:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "342" - ], - "slot": "price", - "values": [ - "$342" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Vancouver", - "origin_city": "New York", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "05:25", - "inbound_departure_time": "12:20", - "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": "342", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 55 - }, - { - "exclusive_end": 82, - "slot": "inbound_departure_time", - "start": 74 - }, - { - "exclusive_end": 101, - "slot": "price", - "start": 97 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 convenient flight: Delta Airlines leaving at 6 am, returning at 12:20 pm. the price is $342" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "this sunday" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "6 am" - ], - "return_date": [ - "the 5th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "that's perfect" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "do you want me to book the flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "this sunday" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "6 am" - ], - "return_date": [ - "the 5th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes, please" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "next tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:00" - ], - "slot": "outbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:20" - ], - "slot": "inbound_departure_time", - "values": [ - "12:20 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 78, - "slot": "origin_city", - "start": 70 - }, - { - "exclusive_end": 91, - "slot": "destination_city", - "start": 82 - }, - { - "exclusive_end": 150, - "slot": "departure_date", - "start": 132 - }, - { - "exclusive_end": 185, - "slot": "return_date", - "start": 173 - }, - { - "exclusive_end": 158, - "slot": "outbound_departure_time", - "start": 154 - }, - { - "exclusive_end": 197, - "slot": "inbound_departure_time", - "start": 189 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "please confirm the following details: flight with Delta Airlines from New York to Vancouver, in economy, 1 passenger, departing the day after tomorrow at 6 am and returning next tuesday at 12:20 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow", - "this sunday" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next tuesday", - "the 5th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes, that's it. At what time does the departure flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "11:11" - ], - "slot": "outbound_arrival_time", - "values": [ - "11:11 am" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "Vancouver", - "inbound_departure_time": "12:20", - "origin_city": "New York", - "outbound_departure_time": "06:00", - "passengers": "1", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "05:25", - "inbound_departure_time": "12:20", - "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": "342", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_arrival_time", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "your booking is confirmed. The flight will arrive at 11:11 am" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow", - "this sunday" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next tuesday", - "the 5th" - ], - "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 aything else I can do for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow", - "this sunday" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next tuesday", - "the 5th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all. 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": "18_00107", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "thursday next week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "departure_date", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "thursday next week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you search a flight for me? I'm leaving thursday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "10th of march" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "return_date", - "start": 33 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "thursday next week" - ], - "return_date": [ - "10th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to come back on the 10th of march." - }, - { - "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 leaving from and where is your destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "phoenix, AZ" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "chicago" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "destination_city", - "start": 13 - }, - { - "exclusive_end": 53, - "slot": "origin_city", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "thursday next week" - ], - "destination_city": [ - "phoenix, AZ" - ], - "origin_city": [ - "chicago" - ], - "return_date": [ - "10th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to phoenix, AZ and i'm leaving from chicago." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:30" - ], - "slot": "outbound_departure_time", - "values": [ - "8:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:55" - ], - "slot": "inbound_departure_time", - "values": [ - "11:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "291" - ], - "slot": "price", - "values": [ - "$291" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-07", - "destination_city": "Phoenix", - "origin_city": "Chicago", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "22:07", - "inbound_departure_time": "11:55", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "13:17", - "outbound_departure_time": "08:30", - "passengers": "1", - "price": "291", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 108, - "slot": "inbound_departure_time", - "start": 100 - }, - { - "exclusive_end": 131, - "slot": "price", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a flight by Delta airlines. The outbound flight leaves at 8:30 am, the return flight is at 11:55 am. The ticket costs $291" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "refundable" - ], - "slot_values": { - "departure_date": [ - "thursday next week" - ], - "destination_city": [ - "phoenix, AZ" - ], - "origin_city": [ - "chicago" - ], - "return_date": [ - "10th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport will it arrive at? Is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sky Harbor International Airport" - ], - "slot": "destination_airport", - "values": [ - "Sky Harbor International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "destination_airport", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It will land at Sky Harbor International Airport. The ticket is non-refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "thursday next week" - ], - "destination_city": [ - "phoenix, AZ" - ], - "inbound_departure_time": [ - "11:55 am" - ], - "origin_city": [ - "chicago" - ], - "outbound_departure_time": [ - "8:30 am" - ], - "return_date": [ - "10th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should i buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "thursday next week" - ], - "destination_city": [ - "phoenix, AZ" - ], - "inbound_departure_time": [ - "11:55 am" - ], - "origin_city": [ - "chicago" - ], - "outbound_departure_time": [ - "8:30 am" - ], - "return_date": [ - "10th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, i would like to book these." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chicago" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "next thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "march 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:30" - ], - "slot": "outbound_departure_time", - "values": [ - "8:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "11:55" - ], - "slot": "inbound_departure_time", - "values": [ - "11:55 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "origin_city", - "start": 34 - }, - { - "exclusive_end": 52, - "slot": "destination_city", - "start": 45 - }, - { - "exclusive_end": 98, - "slot": "departure_date", - "start": 85 - }, - { - "exclusive_end": 140, - "slot": "return_date", - "start": 130 - }, - { - "exclusive_end": 109, - "slot": "outbound_departure_time", - "start": 102 - }, - { - "exclusive_end": 152, - "slot": "inbound_departure_time", - "start": 144 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: The flightis from Chicago to Phoenix with Delta airlines. It departs next thursday at 8:30 am. The return date is march 10th at 11:55 am. It will be economy class for 1 person." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "next thursday", - "thursday next week" - ], - "destination_city": [ - "Phoenix", - "phoenix, AZ" - ], - "inbound_departure_time": [ - "11:55 am" - ], - "origin_city": [ - "Chicago", - "chicago" - ], - "outbound_departure_time": [ - "8:30 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of march", - "march 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-07", - "destination_city": "Phoenix", - "inbound_departure_time": "11:55", - "origin_city": "Chicago", - "outbound_departure_time": "08:30", - "passengers": "1", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "22:07", - "inbound_departure_time": "11:55", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "13:17", - "outbound_departure_time": "08:30", - "passengers": "1", - "price": "291", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "next thursday", - "thursday next week" - ], - "destination_city": [ - "Phoenix", - "phoenix, AZ" - ], - "inbound_departure_time": [ - "11:55 am" - ], - "origin_city": [ - "Chicago", - "chicago" - ], - "outbound_departure_time": [ - "8:30 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of march", - "march 10th" - ], - "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": [ - "Delta Airlines" - ], - "departure_date": [ - "next thursday", - "thursday next week" - ], - "destination_city": [ - "Phoenix", - "phoenix, AZ" - ], - "inbound_departure_time": [ - "11:55 am" - ], - "origin_city": [ - "Chicago", - "chicago" - ], - "outbound_departure_time": [ - "8:30 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "10th of march", - "march 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00108", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you look for American Airlines flights for me please?" - }, - { - "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 location are you going to be leaving from and where are you planning on traveling to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Mexico City" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "destination_city", - "start": 35 - }, - { - "exclusive_end": 20, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "destination_city": [ - "Mexico City" - ], - "origin_city": [ - "LA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will leave from LA, and going to Mexico City." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When were you planning your departure and your return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "March 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "the 5th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "return_date", - "start": 61 - }, - { - "exclusive_end": 32, - "slot": "departure_date", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "Mexico City" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "March 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to leave on the 5th and would like to return on March 8th in Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:45" - ], - "slot": "outbound_departure_time", - "values": [ - "2:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:05" - ], - "slot": "inbound_departure_time", - "values": [ - "8:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "160" - ], - "slot": "price", - "values": [ - "$160" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Mexico City", - "origin_city": "Los Angeles", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "09:25", - "inbound_departure_time": "08:05", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "20:05", - "outbound_departure_time": "14:45", - "passengers": "1", - "price": "160", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 81, - "slot": "inbound_departure_time", - "start": 74 - }, - { - "exclusive_end": 102, - "slot": "price", - "start": 98 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 American Airlines flight that leaves at 2:45 pm and returns at 8:05 am with a price of $160 per ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "2:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It will be a short trip so that flight sounds good for one person. May I book that flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Mexico City" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:45" - ], - "slot": "outbound_departure_time", - "values": [ - "2:45 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:05" - ], - "slot": "inbound_departure_time", - "values": [ - "8:05 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 68, - "slot": "origin_city", - "start": 57 - }, - { - "exclusive_end": 134, - "slot": "destination_city", - "start": 123 - }, - { - "exclusive_end": 81, - "slot": "departure_date", - "start": 69 - }, - { - "exclusive_end": 168, - "slot": "return_date", - "start": 157 - }, - { - "exclusive_end": 99, - "slot": "outbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 179, - "slot": "inbound_departure_time", - "start": 172 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm, your 1 Economy American Airlines flight from Los Angeles next Tuesday leaves at 2:45 pm. You will be headed to Mexico City with a return date of next Friday at 8:05 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "LA", - "Los Angeles" - ], - "outbound_departure_time": [ - "2:45 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 8th", - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, there will be 3 people all together." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 67, - "slot": "origin_city", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So let's confirm that this is a 3 passenger flight from Los Angeles." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "LA", - "Los Angeles" - ], - "outbound_departure_time": [ - "2:45 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 8th", - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please tell me which airport will be our destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Benito Juarez International Airport" - ], - "slot": "destination_airport", - "values": [ - "Benito Juarez International Airport" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Mexico City", - "inbound_departure_time": "08:05", - "origin_city": "Los Angeles", - "outbound_departure_time": "14:45", - "passengers": "3", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "09:25", - "inbound_departure_time": "08:05", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "20:05", - "outbound_departure_time": "14:45", - "passengers": "3", - "price": "160", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 84, - "slot": "destination_airport", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is confirmed and your destination is Benito Juarez International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "LA", - "Los Angeles" - ], - "outbound_departure_time": [ - "2:45 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 8th", - "next Friday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me if the tickets are refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No, the tickets are not refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday", - "the 5th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "LA", - "Los Angeles" - ], - "outbound_departure_time": [ - "2:45 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 8th", - "next Friday" - ], - "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 super day." - } - ] - }, - { - "dialogue_id": "18_00109", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please search me some 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": "Whats the departure city and when the you want to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "9th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "origin_city", - "start": 13 - }, - { - "exclusive_end": 45, - "slot": "departure_date", - "start": 28 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "origin_city": [ - "Los Angeles" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving from Los Angeles on 9th of this month and i would prefer American Airlines" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you be back, and which city are you planning to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Washington" - ], - "slot": "destination_city", - "values": [ - "washington" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "march 11th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "destination_city", - "start": 13 - }, - { - "exclusive_end": 46, - "slot": "return_date", - "start": 36 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "washington" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "march 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Traveling to washington and back on march 11th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:10" - ], - "slot": "outbound_departure_time", - "values": [ - "2:10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:55" - ], - "slot": "inbound_departure_time", - "values": [ - "9:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "294" - ], - "slot": "price", - "values": [ - "$294" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_city": "Washington", - "origin_city": "Los Angeles", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "Dulles International Airport", - "destination_city": "Washington", - "inbound_arrival_time": "01:47", - "inbound_departure_time": "21:55", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "00:50", - "outbound_departure_time": "14:10", - "passengers": "1", - "price": "294", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 31, - "slot": "outbound_departure_time", - "start": 24 - }, - { - "exclusive_end": 66, - "slot": "inbound_departure_time", - "start": 59 - }, - { - "exclusive_end": 84, - "slot": "price", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "American Airlines has a 2:10 pm outbound and its return is 9:55 pm the price is $294" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "washington" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "march 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the return flight land?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "01:47" - ], - "slot": "inbound_arrival_time", - "values": [ - "1:47 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "inbound_arrival_time", - "start": 12 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It lands at 1:47 am" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "washington" - ], - "inbound_departure_time": [ - "9:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "2:10 pm" - ], - "return_date": [ - "march 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should i book the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "washington" - ], - "inbound_departure_time": [ - "9:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "2:10 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "march 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please make it economy for 1" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "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-09" - ], - "slot": "departure_date", - "values": [ - "march 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:10" - ], - "slot": "outbound_departure_time", - "values": [ - "2:10 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "21:55" - ], - "slot": "inbound_departure_time", - "values": [ - "9:55 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 76, - "slot": "origin_city", - "start": 65 - }, - { - "exclusive_end": 90, - "slot": "destination_city", - "start": 80 - }, - { - "exclusive_end": 41, - "slot": "departure_date", - "start": 32 - }, - { - "exclusive_end": 124, - "slot": "return_date", - "start": 114 - }, - { - "exclusive_end": 52, - "slot": "outbound_departure_time", - "start": 45 - }, - { - "exclusive_end": 113, - "slot": "inbound_departure_time", - "start": 106 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please check: American Airlines march 9th at 2:10 pm flight from Los Angeles to Washington and return for 9:55 pm March 11th return. economy for 1" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month", - "march 9th" - ], - "destination_city": [ - "Washington", - "washington" - ], - "inbound_departure_time": [ - "9:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "2:10 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th", - "march 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_city": "Washington", - "inbound_departure_time": "21:55", - "origin_city": "Los Angeles", - "outbound_departure_time": "14:10", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "Dulles International Airport", - "destination_city": "Washington", - "inbound_arrival_time": "01:47", - "inbound_departure_time": "21:55", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "00:50", - "outbound_departure_time": "14:10", - "passengers": "1", - "price": "294", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is booked" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month", - "march 9th" - ], - "destination_city": [ - "Washington", - "washington" - ], - "inbound_departure_time": [ - "9:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "2:10 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th", - "march 11th" - ], - "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": [ - "9th of this month", - "march 9th" - ], - "destination_city": [ - "Washington", - "washington" - ], - "inbound_departure_time": [ - "9:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "2:10 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th", - "march 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day" - } - ] - }, - { - "dialogue_id": "18_00110", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find Economy flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok. What are you departure and arrival destinations? When would you like to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 68, - "slot": "return_date", - "start": 58 - }, - { - "exclusive_end": 23, - "slot": "origin_city", - "start": 10 - }, - { - "exclusive_end": 43, - "slot": "departure_date", - "start": 31 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Departing San Francisco on the 2nd of March. Returning on March 13th." - }, - { - "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": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 10, - "slot": "destination_city", - "start": 3 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "To Phoenix" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:10" - ], - "slot": "outbound_departure_time", - "values": [ - "8:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:15" - ], - "slot": "inbound_departure_time", - "values": [ - "6:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "168" - ], - "slot": "price", - "values": [ - "$168" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Phoenix", - "origin_city": "San Francisco", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "08:22", - "inbound_departure_time": "06:15", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "12:49", - "outbound_departure_time": "08:10", - "passengers": "1", - "price": "168", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "14:02", - "inbound_departure_time": "11:55", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "07:57", - "outbound_departure_time": "05:50", - "passengers": "1", - "price": "130", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "08:07", - "inbound_departure_time": "06:00", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "01:17", - "outbound_departure_time": "23:10", - "passengers": "1", - "price": "130", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "01:57", - "inbound_departure_time": "23:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "15:47", - "outbound_departure_time": "13:40", - "passengers": "1", - "price": "140", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 92, - "slot": "outbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 134, - "slot": "inbound_departure_time", - "start": 127 - }, - { - "exclusive_end": 152, - "slot": "price", - "start": 148 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 4 possible flights. The first is an American Airlines flight leaving at 8:10 am with the return flight leaving at 6:15 am. The cost is $168" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "8:10 am" - ], - "return_date": [ - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. Can you help me buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:10" - ], - "slot": "outbound_departure_time", - "values": [ - "8:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:15" - ], - "slot": "inbound_departure_time", - "values": [ - "6:15 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "origin_city", - "start": 57 - }, - { - "exclusive_end": 81, - "slot": "destination_city", - "start": 74 - }, - { - "exclusive_end": 138, - "slot": "departure_date", - "start": 130 - }, - { - "exclusive_end": 166, - "slot": "return_date", - "start": 156 - }, - { - "exclusive_end": 202, - "slot": "outbound_departure_time", - "start": 195 - }, - { - "exclusive_end": 225, - "slot": "inbound_departure_time", - "start": 218 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes ok. Please confirm the following: The flight is from San Francisco to Phoenix with American Airlines? The dates are departing tomorrow and returning on March 13th? Departure flight leaves at 8:10 am and returns at 6:15 am? 1 passenger flying Economy?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "8:10 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. I need 4 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: The seating class is Economy and the number of passengers is 4?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "8:10 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 13th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. That's good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "Phoenix", - "inbound_departure_time": "06:15", - "origin_city": "San Francisco", - "outbound_departure_time": "08:10", - "passengers": "4", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "08:22", - "inbound_departure_time": "06:15", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "12:49", - "outbound_departure_time": "08:10", - "passengers": "4", - "price": "168", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "8:10 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 13th" - ], - "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 wonderful day." - } - ] - }, - { - "dialogue_id": "18_00111", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to find a flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Leaving when and returning when? And where will you be going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix, AZ" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "destination_city", - "start": 37 - }, - { - "exclusive_end": 83, - "slot": "return_date", - "start": 70 - }, - { - "exclusive_end": 27, - "slot": "departure_date", - "start": 15 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving on the 2nd of March going to Phoenix, AZ and returning on the 12th of March. I'd like something on United Airlines and it's for three people." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Leaving from where please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "origin_city", - "values": [ - "Portland" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will be from Portland." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:30" - ], - "slot": "outbound_departure_time", - "values": [ - "9:30 AM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:10" - ], - "slot": "inbound_departure_time", - "values": [ - "6:10 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "148" - ], - "slot": "price", - "values": [ - "$148" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_city": "Phoenix", - "origin_city": "Portland", - "passengers": "3", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "21:05", - "inbound_departure_time": "18:10", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "12:25", - "outbound_departure_time": "09:30", - "passengers": "3", - "price": "148", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "outbound_departure_time", - "start": 43 - }, - { - "exclusive_end": 75, - "slot": "inbound_departure_time", - "start": 68 - }, - { - "exclusive_end": 84, - "slot": "price", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a United Airlines flight leaving at 9:30 AM and returning at 6:10 PM for $148." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "number_stops" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does it fly into and does it have zero stops?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sky Harbor International Airport" - ], - "slot": "destination_airport", - "values": [ - "Sky Harbor International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "destination_airport", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It flies into Sky Harbor International Airport And it has 0 stops." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "6:10 PM" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "9:30 AM" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good for my short trip. May I book tickets with you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Portland" - ], - "slot": "origin_city", - "values": [ - "Portland" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "09:30" - ], - "slot": "outbound_departure_time", - "values": [ - "9:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "18:10" - ], - "slot": "inbound_departure_time", - "values": [ - "6:10 PM" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 39 - }, - { - "exclusive_end": 76, - "slot": "destination_city", - "start": 69 - }, - { - "exclusive_end": 104, - "slot": "departure_date", - "start": 96 - }, - { - "exclusive_end": 129, - "slot": "return_date", - "start": 119 - }, - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 140, - "slot": "inbound_departure_time", - "start": 133 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirming the following, leaving from Portland at 9:30 am, going to Phoenix on United Airlines tomorrow. Returning on March 12th At 6:10 PM. Flying in economy class for 3 passengers." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "origin_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "6:10 PM" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "9:30 AM", - "9:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where does it fly out of and is the ticket refundable?" - }, - { - "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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_city": "Phoenix", - "inbound_departure_time": "18:10", - "origin_city": "Portland", - "outbound_departure_time": "09:30", - "passengers": "3", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "21:05", - "inbound_departure_time": "18:10", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "12:25", - "outbound_departure_time": "09:30", - "passengers": "3", - "price": "148", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "origin_airport", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket cannot be refunded and the flight leaves from PDX International Airport. The booking is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "2nd of March", - "tomorrow" - ], - "destination_city": [ - "Phoenix", - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "6:10 PM" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "9:30 AM", - "9:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for helping me today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are very welcome." - } - ] - }, - { - "dialogue_id": "18_00112", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. When are you leaving and where from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta, GA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "4th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 122, - "slot": "return_date", - "start": 104 - }, - { - "exclusive_end": 49, - "slot": "origin_city", - "start": 38 - }, - { - "exclusive_end": 32, - "slot": "departure_date", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of March" - ], - "origin_city": [ - "Atlanta, GA" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving on the 4th of March from Atlanta, GA. I want to travel Economy and I want to return on the 12th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "destination_city", - "start": 14 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Atlanta, GA" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to LA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:30" - ], - "slot": "outbound_departure_time", - "values": [ - "2:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:05" - ], - "slot": "inbound_departure_time", - "values": [ - "9:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "198" - ], - "slot": "price", - "values": [ - "$198" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Los Angeles", - "origin_city": "Atlanta", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "17:04", - "inbound_departure_time": "09:05", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "16:29", - "outbound_departure_time": "14:30", - "passengers": "1", - "price": "198", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "04:39", - "inbound_departure_time": "20:40", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:39", - "outbound_departure_time": "17:40", - "passengers": "1", - "price": "180", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "23:41", - "inbound_departure_time": "13:40", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "15:29", - "outbound_departure_time": "13:30", - "passengers": "1", - "price": "238", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "04:39", - "inbound_departure_time": "20:40", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:49", - "outbound_departure_time": "12:15", - "passengers": "1", - "price": "279", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 48 - }, - { - "exclusive_end": 92, - "slot": "inbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 111, - "slot": "price", - "start": 107 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight leaving at 2:30 pm. The return flight leaves at 9:05 am. The price is $198." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Atlanta, GA" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "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": [ - "17:40" - ], - "slot": "outbound_departure_time", - "values": [ - "5:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:40" - ], - "slot": "inbound_departure_time", - "values": [ - "8:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "180" - ], - "slot": "price", - "values": [ - "$180" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "outbound_departure_time", - "start": 49 - }, - { - "exclusive_end": 79, - "slot": "inbound_departure_time", - "start": 72 - }, - { - "exclusive_end": 97, - "slot": "price", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes. There is a Delta Airlines flight leaving at 5:40 pm. It returns at 8:40 pm. The cost is $180." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Atlanta, GA" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other options? There are two people in my group." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:30" - ], - "slot": "outbound_departure_time", - "values": [ - "1:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:40" - ], - "slot": "inbound_departure_time", - "values": [ - "1:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "238" - ], - "slot": "price", - "values": [ - "$238" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Los Angeles", - "origin_city": "Atlanta", - "passengers": "2", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "17:04", - "inbound_departure_time": "09:05", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "16:29", - "outbound_departure_time": "14:30", - "passengers": "2", - "price": "198", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "04:39", - "inbound_departure_time": "20:40", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:39", - "outbound_departure_time": "17:40", - "passengers": "2", - "price": "180", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 97, - "slot": "inbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 115, - "slot": "price", - "start": 111 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 2 convenient flights for you. Southwest Airlines leaves at 1:30 pm and returns at 1:40 pm. The cost is $238." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Atlanta, GA" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where does it depart from and how many stops are there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Hartsfield-Jackson International Airport" - ], - "slot": "origin_airport", - "values": [ - "Hartsfield-Jackson International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "origin_airport", - "start": 13 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It goes from Hartsfield-Jackson International Airport and has 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "1:40 pm" - ], - "origin_city": [ - "Atlanta, GA" - ], - "outbound_departure_time": [ - "1:30 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "OK that sounds good. Can you buy the tickets for me?" - }, - { - "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": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:30" - ], - "slot": "outbound_departure_time", - "values": [ - "1:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:40" - ], - "slot": "inbound_departure_time", - "values": [ - "1:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "origin_city", - "start": 47 - }, - { - "exclusive_end": 69, - "slot": "destination_city", - "start": 58 - }, - { - "exclusive_end": 81, - "slot": "departure_date", - "start": 70 - }, - { - "exclusive_end": 115, - "slot": "return_date", - "start": 105 - }, - { - "exclusive_end": 92, - "slot": "outbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 126, - "slot": "inbound_departure_time", - "start": 119 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm: you fly on Southwest Airlines from Atlanta to Los Angeles next Monday at 1:30 pm. You return March 12th at 1:40 pm. You fly Economy with 2 passengers." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "4th of March", - "next Monday" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "1:40 pm" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "outbound_departure_time": [ - "1:30 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_city": "Los Angeles", - "inbound_departure_time": "13:40", - "origin_city": "Atlanta", - "outbound_departure_time": "13:30", - "passengers": "2", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "23:41", - "inbound_departure_time": "13:40", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "15:29", - "outbound_departure_time": "13:30", - "passengers": "2", - "price": "238", - "refundable": "False", - "return_date": "2019-03-12", - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "4th of March", - "next Monday" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "1:40 pm" - ], - "origin_city": [ - "Atlanta", - "Atlanta, GA" - ], - "outbound_departure_time": [ - "1:30 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of this month", - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "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": "18_00113", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "origin_city", - "values": [ - "London, England" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "origin_city", - "start": 49 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "origin_city": [ - "London, England" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find some flights for me that leave from London, England. I would prefer American Airlines" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you think you will be coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "return_date", - "start": 28 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "origin_city": [ - "London, England" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to get back on March 12th." - }, - { - "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 and where do you plan to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "the 4th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 70, - "slot": "departure_date", - "start": 63 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 4th" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "London, England" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to SF with 4 other people. I would like to leave on the 4th." - }, - { - "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": [ - "07:05" - ], - "slot": "inbound_departure_time", - "values": [ - "7:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "414" - ], - "slot": "price", - "values": [ - "$414" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "origin_city": "London", - "passengers": "4", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "06:37", - "inbound_departure_time": "07:05", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "23:45", - "outbound_departure_time": "15:05", - "passengers": "4", - "price": "414", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 79, - "slot": "outbound_departure_time", - "start": 72 - }, - { - "exclusive_end": 120, - "slot": "inbound_departure_time", - "start": 113 - }, - { - "exclusive_end": 153, - "slot": "price", - "start": 149 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "An American Airlines flight is available that has an outbound flight at 3:05 pm. The return flight will leave at 7:05 am. The price of the flight is $414" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 4th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "7:05 am" - ], - "origin_city": [ - "London, England" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This sounds good. It'll be a short trip so I'd like it to be Economy class. Can you help with purchasing tickets for the flight?" - }, - { - "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": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:05" - ], - "slot": "outbound_departure_time", - "values": [ - "3:05 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:05" - ], - "slot": "inbound_departure_time", - "values": [ - "7:05 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "origin_city", - "start": 47 - }, - { - "exclusive_end": 78, - "slot": "destination_city", - "start": 65 - }, - { - "exclusive_end": 138, - "slot": "departure_date", - "start": 127 - }, - { - "exclusive_end": 164, - "slot": "return_date", - "start": 154 - }, - { - "exclusive_end": 201, - "slot": "outbound_departure_time", - "start": 194 - }, - { - "exclusive_end": 237, - "slot": "inbound_departure_time", - "start": 230 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So just to be sure, this flight originating in London will go to San Francisco. It is an American Airlines flight that departs next Monday and returns on March 12th. The onward flight leaves at 3:05 pm and return flight leaves at 7:05 am. It is for 4 passengers in the Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Monday", - "the 4th" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "7:05 am" - ], - "origin_city": [ - "London", - "London, England" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that sounds great" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "inbound_departure_time": "07:05", - "origin_city": "London", - "outbound_departure_time": "15:05", - "passengers": "4", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "06:37", - "inbound_departure_time": "07:05", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "23:45", - "outbound_departure_time": "15:05", - "passengers": "4", - "price": "414", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You ticket is purchased and confirmed" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Monday", - "the 4th" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "7:05 am" - ], - "origin_city": [ - "London", - "London, England" - ], - "outbound_departure_time": [ - "3:05 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much. 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": "18_00114", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "origin_city", - "start": 48 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Chi-town" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find a flight for me? I am leaving from Chi-town." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you planning to visit? When do you plan to leave and when do you plan on returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "the 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "5th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "destination_city", - "start": 18 - }, - { - "exclusive_end": 74, - "slot": "return_date", - "start": 67 - }, - { - "exclusive_end": 45, - "slot": "departure_date", - "start": 28 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to SF on the 5th of this month. I want to return on the 8th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "outbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:25" - ], - "slot": "inbound_departure_time", - "values": [ - "4:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "295" - ], - "slot": "price", - "values": [ - "$295" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "San Francisco", - "origin_city": "Chicago", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "01:47", - "inbound_departure_time": "16:25", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "20:11", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "295", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "04:52", - "inbound_departure_time": "22:05", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "21:01", - "outbound_departure_time": "15:35", - "passengers": "1", - "price": "256", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "00:37", - "inbound_departure_time": "17:50", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "07:22", - "outbound_departure_time": "04:35", - "passengers": "1", - "price": "181", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "04:57", - "inbound_departure_time": "22:10", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:47", - "outbound_departure_time": "04:00", - "passengers": "1", - "price": "177", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 98, - "slot": "outbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 135, - "slot": "inbound_departure_time", - "start": 128 - }, - { - "exclusive_end": 168, - "slot": "price", - "start": 164 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 flights matching your criteria. There is an American Airlines flight leaving at 12:30 pm. The return flight leaves at 4:25 pm. The price of the ticket is $295." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "number_stops" - ], - "slot_values": { - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does my return flight arrive and how many stops does it have?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "01:47" - ], - "slot": "inbound_arrival_time", - "values": [ - "1:47 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "inbound_arrival_time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight arrives at 1:47 am and has 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "4:25 pm" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "return_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good to me. I am planning for a short trip. Can you help me buy tickets?" - }, - { - "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-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:30" - ], - "slot": "outbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "16:25" - ], - "slot": "inbound_departure_time", - "values": [ - "4:25 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 75, - "slot": "origin_city", - "start": 68 - }, - { - "exclusive_end": 92, - "slot": "destination_city", - "start": 79 - }, - { - "exclusive_end": 162, - "slot": "departure_date", - "start": 150 - }, - { - "exclusive_end": 197, - "slot": "return_date", - "start": 186 - }, - { - "exclusive_end": 235, - "slot": "outbound_departure_time", - "start": 227 - }, - { - "exclusive_end": 275, - "slot": "inbound_departure_time", - "start": 268 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course. Please confirm the following details: the flight is from Chicago to San Francisco. The airline is American Airlines. The departure date is next Tuesday and the return date is next Friday. The onward flight leaves at 12:30 pm and the return flight leaves at 4:25 pm. The seating class is economy and there is 1 passenger." - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "origin_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month", - "next Tuesday" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "4:25 pm" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that sounds good. Which airport does the flight depart from? Will the ticket be 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" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "San Francisco", - "inbound_departure_time": "16:25", - "origin_city": "Chicago", - "outbound_departure_time": "12:30", - "passengers": "1", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "01:47", - "inbound_departure_time": "16:25", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "20:11", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "295", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 85, - "slot": "origin_airport", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket has been confirmed. Your flight departs from O'Hare International Airport. Unfortunately, the ticket is not refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month", - "next Tuesday" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "4:25 pm" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "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 I can do for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month", - "next Tuesday" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "4:25 pm" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "12:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday", - "the 8th" - ], - "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": "18_00115", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to find a flight for one person 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": "What city and day would you like to leave and where will you be traveling to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Las Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "March 3rd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "destination_city", - "start": 32 - }, - { - "exclusive_end": 28, - "slot": "origin_city", - "start": 19 - }, - { - "exclusive_end": 47, - "slot": "departure_date", - "start": 38 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Las Vegas" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to fly from Las Vegas to LA on March 3rd. I would like a fight on American Airlines if possible." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date will you return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "return_date", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Las Vegas" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to retun on March 9th and would like a flight on United Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:05" - ], - "slot": "outbound_departure_time", - "values": [ - "12:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:05" - ], - "slot": "inbound_departure_time", - "values": [ - "8:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "94" - ], - "slot": "price", - "values": [ - "$94" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "Los Angeles", - "origin_city": "Las Vegas", - "passengers": "1", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "09:15", - "inbound_departure_time": "08:05", - "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": "94", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 64, - "slot": "outbound_departure_time", - "start": 56 - }, - { - "exclusive_end": 102, - "slot": "inbound_departure_time", - "start": 95 - }, - { - "exclusive_end": 116, - "slot": "price", - "start": 113 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, there is 1 flight on United Airlines that leaves at 12:05 pm. The return flight departs at 8:05 am and it is $94 for a ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "12:05 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that flight works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to purchase a ticket for this flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "12:05 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please reserve the ticket." - }, - { - "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": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:05" - ], - "slot": "outbound_departure_time", - "values": [ - "12:05 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:05" - ], - "slot": "inbound_departure_time", - "values": [ - "8:05 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 75, - "slot": "origin_city", - "start": 66 - }, - { - "exclusive_end": 90, - "slot": "destination_city", - "start": 79 - }, - { - "exclusive_end": 122, - "slot": "departure_date", - "start": 104 - }, - { - "exclusive_end": 162, - "slot": "return_date", - "start": 153 - }, - { - "exclusive_end": 134, - "slot": "outbound_departure_time", - "start": 126 - }, - { - "exclusive_end": 173, - "slot": "inbound_departure_time", - "start": 166 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, you want 1 Economy ticket for the United Airlines flight from Las Vegas to Los Angeles, leaving the day after tomorrow at 12:05 pm, and returning on March 9th at 8:05 am. Is that correct?" - }, - { - "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": "ReserveRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "12:05 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I that is correct. Is this a refundable ticket? Also, what is the arrival time of the onward flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "13:15" - ], - "slot": "outbound_arrival_time", - "values": [ - "1:15 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "Los Angeles", - "inbound_departure_time": "08:05", - "origin_city": "Las Vegas", - "outbound_departure_time": "12:05", - "passengers": "1", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "09:15", - "inbound_departure_time": "08:05", - "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": "94", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 132, - "slot": "outbound_arrival_time", - "start": 125 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have confirmed your reservation. Sorry, this ticket is not eligible for a refund. The onward flight has an arrival time of 1:15 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "12:05 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, I appreciate it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything further I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd", - "day after tomorrow" - ], - "destination_city": [ - "LA", - "Los Angeles" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "12:05 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's all, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Hope you have a great day!" - } - ] - }, - { - "dialogue_id": "18_00116", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to book a flight for 4 people." - }, - { - "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 would you like to go? When do you plan to leave? Where would you like to leave from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "New York City" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Ciudad de Mexico" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "the 2nd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "destination_city", - "start": 48 - }, - { - "exclusive_end": 125, - "slot": "return_date", - "start": 112 - }, - { - "exclusive_end": 37, - "slot": "origin_city", - "start": 21 - }, - { - "exclusive_end": 91, - "slot": "departure_date", - "start": 84 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "New York City" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave from Ciudad de Mexico and go to New York City. I'd like to leave on the 2nd and get back on the 14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:25" - ], - "slot": "outbound_departure_time", - "values": [ - "8:25 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:25" - ], - "slot": "inbound_departure_time", - "values": [ - "7:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "222" - ], - "slot": "price", - "values": [ - "$222" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "New York", - "origin_city": "Mexico City", - "passengers": "4", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "00:44", - "inbound_departure_time": "19:25", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "12:56", - "outbound_departure_time": "08:25", - "passengers": "4", - "price": "222", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 80, - "slot": "outbound_departure_time", - "start": 73 - }, - { - "exclusive_end": 120, - "slot": "inbound_departure_time", - "start": 113 - }, - { - "exclusive_end": 195, - "slot": "price", - "start": 191 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 convenient flight for your trip. The outbound flight leaves at 8:25 am and the return flight leaves at 7:25 pm. Both flights are with United Airlines and the price of the ticket is $222." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "New York City" - ], - "inbound_departure_time": [ - "7:25 pm" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "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": "Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "New York City" - ], - "inbound_departure_time": [ - "7:25 pm" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to buy tickets for this flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Mexico City" - ] - }, - { - "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-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:25" - ], - "slot": "outbound_departure_time", - "values": [ - "8:25 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "19:25" - ], - "slot": "inbound_departure_time", - "values": [ - "7:25 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 68, - "slot": "origin_city", - "start": 57 - }, - { - "exclusive_end": 80, - "slot": "destination_city", - "start": 72 - }, - { - "exclusive_end": 145, - "slot": "departure_date", - "start": 137 - }, - { - "exclusive_end": 190, - "slot": "return_date", - "start": 180 - }, - { - "exclusive_end": 156, - "slot": "outbound_departure_time", - "start": 149 - }, - { - "exclusive_end": 201, - "slot": "inbound_departure_time", - "start": 194 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: The flight is from Mexico City to New York. The airlines is United Airlines. The departure date is tomorrow at 8:25 am and the return date is March 14th at 7:25 pm. The seating class is Economy and the number of tickets you want to buy is 4." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "New York", - "New York City" - ], - "inbound_departure_time": [ - "7:25 pm" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_city": "New York", - "inbound_departure_time": "19:25", - "origin_city": "Mexico City", - "outbound_departure_time": "08:25", - "passengers": "4", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "00:44", - "inbound_departure_time": "19:25", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "12:56", - "outbound_departure_time": "08:25", - "passengers": "4", - "price": "222", - "refundable": "False", - "return_date": "2019-03-14", - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "New York", - "New York City" - ], - "inbound_departure_time": [ - "7:25 pm" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "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 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": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "New York", - "New York City" - ], - "inbound_departure_time": [ - "7:25 pm" - ], - "origin_city": [ - "Ciudad de Mexico", - "Mexico City" - ], - "outbound_departure_time": [ - "8:25 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "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": "Alright, have a great day." - } - ] - }, - { - "dialogue_id": "18_00117", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search for a flight for four people?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to visit, and what are your departure and return dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Fran" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "the 10th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "origin_city", - "values": [ - "Portland" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "the 1st" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "destination_city", - "start": 22 - }, - { - "exclusive_end": 96, - "slot": "return_date", - "start": 88 - }, - { - "exclusive_end": 62, - "slot": "origin_city", - "start": 54 - }, - { - "exclusive_end": 73, - "slot": "departure_date", - "start": 66 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "San Fran" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to go to San Fran. I want to depart from Portland on the 1st and return on the 10th." - }, - { - "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": [ - "12:20" - ], - "slot": "inbound_departure_time", - "values": [ - "12:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "136" - ], - "slot": "price", - "values": [ - "$136" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "San Francisco", - "origin_city": "Portland", - "passengers": "4", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "14:13", - "inbound_departure_time": "12:20", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "09:48", - "outbound_departure_time": "07:55", - "passengers": "4", - "price": "136", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "09:58", - "inbound_departure_time": "08:05", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "06:53", - "outbound_departure_time": "05:00", - "passengers": "4", - "price": "109", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "23:53", - "inbound_departure_time": "22:00", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "10:38", - "outbound_departure_time": "08:45", - "passengers": "4", - "price": "123", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "12:08", - "inbound_departure_time": "08:25", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "17:08", - "outbound_departure_time": "15:15", - "passengers": "4", - "price": "157", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "21:33", - "inbound_departure_time": "19:40", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "16:40", - "outbound_departure_time": "12:05", - "passengers": "4", - "price": "175", - "refundable": "True", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 122, - "slot": "outbound_departure_time", - "start": 115 - }, - { - "exclusive_end": 169, - "slot": "inbound_departure_time", - "start": 161 - }, - { - "exclusive_end": 192, - "slot": "price", - "start": 188 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 5 flights that match your search. One is a flight by Alaska Airlines. The time for the departing flight is 7:55 am and the time for the return flight is 12:20 pm. The ticket costs $136." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "San Fran" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does the flight arrive at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "destination_airport", - "values": [ - "SFO International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "destination_airport", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight will land at SFO International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "San Fran" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What are the arrival times for the departing and return flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "14:13" - ], - "slot": "inbound_arrival_time", - "values": [ - "2:13 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "09:48" - ], - "slot": "outbound_arrival_time", - "values": [ - "9:48 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 81, - "slot": "inbound_arrival_time", - "start": 74 - }, - { - "exclusive_end": 39, - "slot": "outbound_arrival_time", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The departing flight arrives at 9:48 am, and the return flight arrives at 2:13 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "San Fran" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "7:55 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me. I am planning for a short trip. Can you help me book the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Portland" - ], - "slot": "origin_city", - "values": [ - "Portland" - ] - }, - { - "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-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:55" - ], - "slot": "outbound_departure_time", - "values": [ - "7:55 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:20" - ], - "slot": "inbound_departure_time", - "values": [ - "12:20 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 68, - "slot": "origin_city", - "start": 60 - }, - { - "exclusive_end": 85, - "slot": "destination_city", - "start": 72 - }, - { - "exclusive_end": 136, - "slot": "departure_date", - "start": 131 - }, - { - "exclusive_end": 187, - "slot": "return_date", - "start": 177 - }, - { - "exclusive_end": 147, - "slot": "outbound_departure_time", - "start": 140 - }, - { - "exclusive_end": 199, - "slot": "inbound_departure_time", - "start": 191 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm these details: you are booking a flight from Portland to San Francisco via Alaska Airlines. The departing flight is today at 7:55 am, and the return flight is on March 10th at 12:20 pm. You are booking 4 Economy class seats." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "the 1st", - "today" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "7:55 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_city": "San Francisco", - "inbound_departure_time": "12:20", - "origin_city": "Portland", - "outbound_departure_time": "07:55", - "passengers": "4", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "14:13", - "inbound_departure_time": "12:20", - "number_stops": "0", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "09:48", - "outbound_departure_time": "07:55", - "passengers": "4", - "price": "136", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have confirmed your ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "the 1st", - "today" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "7:55 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "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": [ - "Alaska Airlines" - ], - "departure_date": [ - "the 1st", - "today" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "7:55 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00118", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "the 2nd" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 45, - "slot": "departure_date", - "start": 38 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search for flights leaving on the 2nd." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "return_date", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be coming back on March 11th." - }, - { - "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 from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "destination_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LAX" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "destination_city", - "start": 35 - }, - { - "exclusive_end": 21, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "LAX" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from LAX and going to Philadelphia." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:40" - ], - "slot": "outbound_departure_time", - "values": [ - "1:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:35" - ], - "slot": "inbound_departure_time", - "values": [ - "8:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "307" - ], - "slot": "price", - "values": [ - "$307" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Philadelphia", - "origin_city": "Los Angeles", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "00:32", - "inbound_departure_time": "20:35", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "00:16", - "outbound_departure_time": "13:40", - "passengers": "1", - "price": "307", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 91, - "slot": "outbound_departure_time", - "start": 84 - }, - { - "exclusive_end": 131, - "slot": "inbound_departure_time", - "start": 124 - }, - { - "exclusive_end": 157, - "slot": "price", - "start": 153 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 flight. It is a Southwest Airlines flight. The outbound flight leaves at 1:40 pm and the return flight leaves at 8:35 pm. The ticket price is $307." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "8:35 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I buy tickets for it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 2nd" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "8:35 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please buy the tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "destination_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "13:40" - ], - "slot": "outbound_departure_time", - "values": [ - "1:40 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "20:35" - ], - "slot": "inbound_departure_time", - "values": [ - "8:35 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "origin_city", - "start": 35 - }, - { - "exclusive_end": 71, - "slot": "destination_city", - "start": 59 - }, - { - "exclusive_end": 98, - "slot": "departure_date", - "start": 90 - }, - { - "exclusive_end": 155, - "slot": "return_date", - "start": 145 - }, - { - "exclusive_end": 109, - "slot": "outbound_departure_time", - "start": 102 - }, - { - "exclusive_end": 166, - "slot": "inbound_departure_time", - "start": 159 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: the flight is from Los Angeles and goes to Philadelphia. The departure is tomorrow at 1:40 pm on Southwest Airlines returning on March 11th at 8:35 pm on Southwest Airlines, These are economy seats and the number of passengers is 1." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "8:35 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_city": "Philadelphia", - "inbound_departure_time": "20:35", - "origin_city": "Los Angeles", - "outbound_departure_time": "13:40", - "passengers": "1", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "00:32", - "inbound_departure_time": "20:35", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "00:16", - "outbound_departure_time": "13:40", - "passengers": "1", - "price": "307", - "refundable": "False", - "return_date": "2019-03-11", - "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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "8:35 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "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": "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": [ - "the 2nd", - "tomorrow" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "8:35 pm" - ], - "origin_city": [ - "LAX", - "Los Angeles" - ], - "outbound_departure_time": [ - "1:40 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No.Thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "18_00119", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "origin_city", - "start": 56 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Chicago" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you please search flights for me? I am leaving from Chicago." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What are your travel dates to leave and return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "the 10th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "4th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "return_date", - "start": 20 - }, - { - "exclusive_end": 58, - "slot": "departure_date", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of March" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to return on the 10th and leave on the 4th of March." - }, - { - "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": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "destination_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "Chicago" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to Seattle, WA and prefer to use Southwest Airlines. There will be three people in my group." - }, - { - "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": [ - "18:50" - ], - "slot": "inbound_departure_time", - "values": [ - "6:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "228" - ], - "slot": "price", - "values": [ - "$228" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_city": "Seattle", - "origin_city": "Chicago", - "passengers": "3", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "04:57", - "inbound_departure_time": "18:50", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "20:45", - "outbound_departure_time": "18:15", - "passengers": "3", - "price": "228", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 99, - "slot": "outbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 141, - "slot": "inbound_departure_time", - "start": 134 - }, - { - "exclusive_end": 174, - "slot": "price", - "start": 170 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 convenient flight for your trip. There is a Southwest Airlines flight outbound at 6:15 pm with the return flight leaving at 6:50 pm. The price of the ticket is $228." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "Chicago" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does the it fly into, 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": 58, - "slot": "destination_airport", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight arrives at Seattle-Tacoma International Airport. And, unfortunately, the ticket is non-refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:50 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "6:15 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to buy the ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "4th of March" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:50 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "6:15 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book that 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-04" - ], - "slot": "departure_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "18:15" - ], - "slot": "outbound_departure_time", - "values": [ - "6:15 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "18:50" - ], - "slot": "inbound_departure_time", - "values": [ - "6:50 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "origin_city", - "start": 27 - }, - { - "exclusive_end": 58, - "slot": "destination_city", - "start": 51 - }, - { - "exclusive_end": 115, - "slot": "departure_date", - "start": 104 - }, - { - "exclusive_end": 161, - "slot": "return_date", - "start": 151 - }, - { - "exclusive_end": 126, - "slot": "outbound_departure_time", - "start": 119 - }, - { - "exclusive_end": 191, - "slot": "inbound_departure_time", - "start": 184 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight is leaving from Chicago and arriving in Seattle on Southwest Airlines. The departure date is next Monday at 6:15 pm, and the return date is March 10th. The flight leaves at 6:50 pm. The seating class is Economy, and the number of passengers is 3. 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": "ReserveRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "4th of March", - "next Monday" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:50 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "6:15 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds great. What airport does the flight depart 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": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_city": "Seattle", - "inbound_departure_time": "18:50", - "origin_city": "Chicago", - "outbound_departure_time": "18:15", - "passengers": "3", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "04:57", - "inbound_departure_time": "18:50", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "20:45", - "outbound_departure_time": "18:15", - "passengers": "3", - "price": "228", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "origin_airport", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is confirmed. The flight departs from the 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": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "4th of March", - "next Monday" - ], - "destination_city": [ - "Seattle", - "Seattle, WA" - ], - "inbound_departure_time": [ - "6:50 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "6:15 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 10th", - "the 10th" - ], - "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 wonderful day!" - } - ] - }, - { - "dialogue_id": "18_00120", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to book a flight for my vacation." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is the departure date and when is your return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "return_date", - "start": 48 - }, - { - "exclusive_end": 30, - "slot": "departure_date", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "tomorrow" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to leave tomorrow and come back on March 9th." - }, - { - "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 destination and where are your departing from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "New York" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "destination_city", - "start": 45 - }, - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "New York" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am departing from Seattle, WA and going to New York." - }, - { - "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": [ - "15:40" - ], - "slot": "inbound_departure_time", - "values": [ - "3:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "302" - ], - "slot": "price", - "values": [ - "$302" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "New York", - "origin_city": "Seattle", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "20:45", - "inbound_departure_time": "15:40", - "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": "302", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "14:47", - "inbound_departure_time": "07:30", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:02", - "outbound_departure_time": "12:15", - "passengers": "1", - "price": "327", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "14:47", - "inbound_departure_time": "08:40", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "17:00", - "outbound_departure_time": "05:45", - "passengers": "1", - "price": "325", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "10:48", - "inbound_departure_time": "05:10", - "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": "278", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 71, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 107, - "slot": "inbound_departure_time", - "start": 100 - }, - { - "exclusive_end": 125, - "slot": "price", - "start": 121 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a American Airlines flight. The outbound flight leaves at 4 pm and the return flight is at 3:40 pm. The cost is $302." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "New York" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are they any other flights available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:15" - ], - "slot": "outbound_departure_time", - "values": [ - "12:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:30" - ], - "slot": "inbound_departure_time", - "values": [ - "7:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "327" - ], - "slot": "price", - "values": [ - "$327" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 49 - }, - { - "exclusive_end": 97, - "slot": "inbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 115, - "slot": "price", - "start": 111 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a flight with Delta Airlines leaving at 12:15 pm and the return flight leaves at 7:30 am. The cost is $327." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "7:30 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "12:15 pm" - ], - "return_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good. Can you buy the tickets?" - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "12:15" - ], - "slot": "outbound_departure_time", - "values": [ - "12:15 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "07:30" - ], - "slot": "inbound_departure_time", - "values": [ - "7:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 89, - "slot": "origin_city", - "start": 82 - }, - { - "exclusive_end": 101, - "slot": "destination_city", - "start": 93 - }, - { - "exclusive_end": 64, - "slot": "departure_date", - "start": 56 - }, - { - "exclusive_end": 144, - "slot": "return_date", - "start": 135 - }, - { - "exclusive_end": 76, - "slot": "outbound_departure_time", - "start": 68 - }, - { - "exclusive_end": 155, - "slot": "inbound_departure_time", - "start": 148 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirm you would like to book 1 Economy flight leaving tomorrow at 12:15 pm from Seattle to New York with Delta Airlines returning on March 9th at 7:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "7:30 am" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "12:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_city": "New York", - "inbound_departure_time": "07:30", - "origin_city": "Seattle", - "outbound_departure_time": "12:15", - "passengers": "1", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "14:47", - "inbound_departure_time": "07:30", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:02", - "outbound_departure_time": "12:15", - "passengers": "1", - "price": "327", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your ticket is purchased." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "7:30 am" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "12:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ], - "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 anything 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": [ - "Delta Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "7:30 am" - ], - "origin_city": [ - "Seattle", - "Seattle, WA" - ], - "outbound_departure_time": [ - "12:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 9th" - ], - "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": "Have a good day." - } - ] - }, - { - "dialogue_id": "18_00121", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd like to search for some flights, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your departure and arrival location?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "destination_city", - "start": 13 - }, - { - "exclusive_end": 83, - "slot": "return_date", - "start": 73 - }, - { - "exclusive_end": 39, - "slot": "origin_city", - "start": 32 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Phoenix" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to San Francisco from Phoenix. I need a flight for 2 people on March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date are you leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "8th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "departure_date", - "start": 26 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Phoenix" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to leave on the 8th of March." - }, - { - "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": [ - "08:10" - ], - "slot": "inbound_departure_time", - "values": [ - "8:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "167" - ], - "slot": "price", - "values": [ - "$167" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "San Francisco", - "origin_city": "Phoenix", - "passengers": "2", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "12:49", - "inbound_departure_time": "08:10", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "08:22", - "outbound_departure_time": "06:15", - "passengers": "2", - "price": "167", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "01:17", - "inbound_departure_time": "23:10", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "08:07", - "outbound_departure_time": "06:00", - "passengers": "2", - "price": "110", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:22", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "01:57", - "outbound_departure_time": "23:50", - "passengers": "2", - "price": "139", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 85, - "slot": "outbound_departure_time", - "start": 78 - }, - { - "exclusive_end": 132, - "slot": "inbound_departure_time", - "start": 125 - }, - { - "exclusive_end": 141, - "slot": "price", - "start": 137 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 3 flights for you. There is an American Airlines flight that leaves at 6:15 am and the he return flight will leave at 8:10 am for $167." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:10 am" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:15 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me, especially if I can travel Economy." - }, - { - "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-08" - ], - "slot": "departure_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "06:15" - ], - "slot": "outbound_departure_time", - "values": [ - "6:15 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "08:10" - ], - "slot": "inbound_departure_time", - "values": [ - "8:10 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "origin_city", - "start": 21 - }, - { - "exclusive_end": 45, - "slot": "destination_city", - "start": 32 - }, - { - "exclusive_end": 101, - "slot": "departure_date", - "start": 90 - }, - { - "exclusive_end": 126, - "slot": "return_date", - "start": 116 - }, - { - "exclusive_end": 167, - "slot": "outbound_departure_time", - "start": 160 - }, - { - "exclusive_end": 189, - "slot": "inbound_departure_time", - "start": 182 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a flight from Phoenix to San Francisco on American Airlines. The flight will leave next Friday and return on March 12th. The onward flight will leave at 6:15 am and return at 8:10 am. This flight will be for 2 in Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "8th of March", - "next Friday" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:10 am" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:15 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect. When is the return flight arriving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "12:49" - ], - "slot": "inbound_arrival_time", - "values": [ - "12:49 pm" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_city": "San Francisco", - "inbound_departure_time": "08:10", - "origin_city": "Phoenix", - "outbound_departure_time": "06:15", - "passengers": "2", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "12:49", - "inbound_departure_time": "08:10", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "08:22", - "outbound_departure_time": "06:15", - "passengers": "2", - "price": "167", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "inbound_arrival_time", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirmed. The arrival of your return flight will be 12:49 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "8th of March", - "next Friday" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:10 am" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:15 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can I get this refunded if I need to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No, unfortunately this ticket is non-refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "8th of March", - "next Friday" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:10 am" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:15 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, thanks." - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "8th of March", - "next Friday" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:10 am" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:15 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, I'm good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great rest of your day!" - } - ] - }, - { - "dialogue_id": "18_00122", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 44, - "slot": "origin_city", - "start": 36 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Chi-town" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find flights for me leaving Chi-town?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "return_date", - "start": 29 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to arrive back on the 14th of March." - }, - { - "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 do you intend to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "the 1st" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 66, - "slot": "destination_city", - "start": 59 - }, - { - "exclusive_end": 77, - "slot": "departure_date", - "start": 70 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Chi-town" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am the one and only person in my group and I am going to Seattle on the 1st." - }, - { - "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": [ - "23:50" - ], - "slot": "inbound_departure_time", - "values": [ - "11:50 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "183" - ], - "slot": "price", - "values": [ - "$183" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "Chicago", - "passengers": "1", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "06:20", - "inbound_departure_time": "23:50", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "18:05", - "outbound_departure_time": "15:35", - "passengers": "1", - "price": "183", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "15:02", - "inbound_departure_time": "05:25", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "20:45", - "outbound_departure_time": "18:15", - "passengers": "1", - "price": "277", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:25", - "inbound_departure_time": "17:55", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "18:20", - "outbound_departure_time": "15:50", - "passengers": "1", - "price": "191", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 99, - "slot": "inbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 14, - "slot": "price", - "start": 10 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found a $183 Delta Airlines flight departing at 3:35 PM with a return flight arriving at 11:50 PM." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "11:50 PM" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "3:35 PM" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, that works for me, can I purchase it?" - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "15:35" - ], - "slot": "outbound_departure_time", - "values": [ - "3:35 PM" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "23:50" - ], - "slot": "inbound_departure_time", - "values": [ - "11:50 PM" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 99, - "slot": "origin_city", - "start": 92 - }, - { - "exclusive_end": 111, - "slot": "destination_city", - "start": 104 - }, - { - "exclusive_end": 86, - "slot": "departure_date", - "start": 81 - }, - { - "exclusive_end": 179, - "slot": "return_date", - "start": 169 - }, - { - "exclusive_end": 122, - "slot": "outbound_departure_time", - "start": 115 - }, - { - "exclusive_end": 165, - "slot": "inbound_departure_time", - "start": 157 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm, you would like to purchase 1 Delta Airlines Economy ticket departing today from Chicago for Seattle at 3:35 PM with a return flight departing at 11:50 PM on March 14th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st", - "today" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "11:50 PM" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "3:35 PM" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "inbound_departure_time": "23:50", - "origin_city": "Chicago", - "outbound_departure_time": "15:35", - "passengers": "1", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "06:20", - "inbound_departure_time": "23:50", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "18:05", - "outbound_departure_time": "15:35", - "passengers": "1", - "price": "183", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your purchase is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st", - "today" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "11:50 PM" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "3:35 PM" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "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": [ - "the 1st", - "today" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "11:50 PM" - ], - "origin_city": [ - "Chi-town", - "Chicago" - ], - "outbound_departure_time": [ - "3:35 PM" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March", - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Good bye." - } - ] - }, - { - "dialogue_id": "18_00123", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 92, - "slot": "origin_city", - "start": 87 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "origin_city": [ - "Vegas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I really like American Airlines, could you search for some flights for me leaving from Vegas?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your departure date and date of return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "March 5th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "return_date", - "start": 49 - }, - { - "exclusive_end": 34, - "slot": "departure_date", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 5th" - ], - "origin_city": [ - "Vegas" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to leave on March 5th and return on March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Are you planning to visit any places?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Fran" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "destination_city", - "start": 55 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "San Fran" - ], - "origin_city": [ - "Vegas" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to travel in Economy and will be visiting San Fran." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:30" - ], - "slot": "outbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "109" - ], - "slot": "price", - "values": [ - "$109" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "San Francisco", - "origin_city": "Las Vegas", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "19:05", - "inbound_departure_time": "17:30", - "number_stops": "0", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "07:05", - "outbound_departure_time": "05:30", - "passengers": "1", - "price": "109", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 89, - "slot": "outbound_departure_time", - "start": 82 - }, - { - "exclusive_end": 121, - "slot": "inbound_departure_time", - "start": 114 - }, - { - "exclusive_end": 28, - "slot": "price", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "for the ticket price of $109, you can have an American Airlines flight leaving at 5:30 am and returning flight at 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "origin_airport" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "San Fran" - ], - "origin_city": [ - "Vegas" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From which airport does the flight depart and when does the return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:05" - ], - "slot": "inbound_arrival_time", - "values": [ - "7:05 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "McCarran International Airport" - ], - "slot": "origin_airport", - "values": [ - "McCarran International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 77, - "slot": "inbound_arrival_time", - "start": 70 - }, - { - "exclusive_end": 54, - "slot": "origin_airport", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight departs from McCarran International Airport and arrives at 7:05 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "San Fran" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "shall I purchase the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "San Fran" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please book the ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Las vegas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "05:30" - ], - "slot": "outbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "17:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 76, - "slot": "origin_city", - "start": 67 - }, - { - "exclusive_end": 117, - "slot": "destination_city", - "start": 104 - }, - { - "exclusive_end": 89, - "slot": "departure_date", - "start": 77 - }, - { - "exclusive_end": 143, - "slot": "return_date", - "start": 133 - }, - { - "exclusive_end": 100, - "slot": "outbound_departure_time", - "start": 93 - }, - { - "exclusive_end": 154, - "slot": "inbound_departure_time", - "start": 147 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Kindly confirm that the airlines is American Airlines leaving from Las vegas next Tuesday at 5:30 am to San Francisco and returns on March 12th at 5:30 pm. This booking is for 1 pas sager in Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 5th", - "next Tuesday" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Las vegas", - "Vegas" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "San Francisco", - "inbound_departure_time": "17:30", - "origin_city": "Las Vegas", - "outbound_departure_time": "05:30", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "19:05", - "inbound_departure_time": "17:30", - "number_stops": "0", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "07:05", - "outbound_departure_time": "05:30", - "passengers": "1", - "price": "109", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I confirm the booking of your ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 5th", - "next Tuesday" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Las vegas", - "Vegas" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Your assistance is appreciated." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I be of 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 5th", - "next Tuesday" - ], - "destination_city": [ - "San Fran", - "San Francisco" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Las vegas", - "Vegas" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "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": "18_00124", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I am interested in going on holiday can you help me with flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to fly to and when will you be returning home?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "the 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 37, - "slot": "return_date", - "start": 29 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "SF" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "i am thinking SF and back on the 12th." - }, - { - "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": "On what date are you looking to travel and from which location?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "origin_city", - "start": 36 - }, - { - "exclusive_end": 30, - "slot": "departure_date", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Atlanta" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to leave tomorrow from Atlanta." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:30" - ], - "slot": "outbound_departure_time", - "values": [ - "2:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:15" - ], - "slot": "inbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "308" - ], - "slot": "price", - "values": [ - "$308" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "origin_city": "Atlanta", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "01:27", - "inbound_departure_time": "14:15", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:15", - "outbound_departure_time": "14:30", - "passengers": "1", - "price": "308", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "18:31", - "inbound_departure_time": "10:05", - "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": "196", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:04", - "inbound_departure_time": "07:10", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "08:56", - "outbound_departure_time": "06:30", - "passengers": "1", - "price": "237", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "18:41", - "inbound_departure_time": "10:15", - "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": "203", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 104, - "slot": "outbound_departure_time", - "start": 97 - }, - { - "exclusive_end": 127, - "slot": "inbound_departure_time", - "start": 120 - }, - { - "exclusive_end": 159, - "slot": "price", - "start": 155 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 4 options that would suit you. There is an American Airlines flight which leaves at 2:30 pm nad returns on 2:15 pm. The total ticket price is $308." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Atlanta" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:15" - ], - "slot": "outbound_arrival_time", - "values": [ - "7:15 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 7:15 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "2:30 pm" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to purchase the tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "2:30 pm" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please." - }, - { - "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-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:30" - ], - "slot": "outbound_departure_time", - "values": [ - "2:30 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "14:15" - ], - "slot": "inbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "origin_city", - "start": 35 - }, - { - "exclusive_end": 59, - "slot": "destination_city", - "start": 46 - }, - { - "exclusive_end": 103, - "slot": "departure_date", - "start": 95 - }, - { - "exclusive_end": 140, - "slot": "return_date", - "start": 130 - }, - { - "exclusive_end": 114, - "slot": "outbound_departure_time", - "start": 107 - }, - { - "exclusive_end": 151, - "slot": "inbound_departure_time", - "start": 144 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm then the flight is from Atlanta to San Francisco with American Airlines. It departs tomorrow at 2:30 pm and returns on March 12th at 2:15 pm. The seating is Economy for 1 passenger." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "2:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th", - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is all correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "ReserveRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "inbound_departure_time": "14:15", - "origin_city": "Atlanta", - "outbound_departure_time": "14:30", - "passengers": "1", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "01:27", - "inbound_departure_time": "14:15", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:15", - "outbound_departure_time": "14:30", - "passengers": "1", - "price": "308", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You ticket is booked." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "2:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th", - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport will I arrive at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "destination_airport", - "values": [ - "SFO International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "destination_airport", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "SFO International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "ReserveRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "SF", - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "2:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 12th", - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is everything thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "18_00125", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Could you find me round trip flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you want to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "ATL" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "destination_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "ATL" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will travel to ATL." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you want to leave from? When will you depart and return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "the 4th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "departure_date", - "start": 19 - }, - { - "exclusive_end": 51, - "slot": "return_date", - "start": 41 - }, - { - "exclusive_end": 113, - "slot": "origin_city", - "start": 102 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 4th" - ], - "destination_city": [ - "ATL" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave on the 4th and return on March 12th on Delta Airlines economy. I will be leaving from Los Angeles." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:40" - ], - "slot": "outbound_departure_time", - "values": [ - "8:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:40" - ], - "slot": "inbound_departure_time", - "values": [ - "5:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "209" - ], - "slot": "price", - "values": [ - "$209" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_city": "Atlanta", - "origin_city": "Los Angeles", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "19:39", - "inbound_departure_time": "17:40", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "04:39", - "outbound_departure_time": "20:40", - "passengers": "1", - "price": "209", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "outbound_departure_time", - "start": 44 - }, - { - "exclusive_end": 76, - "slot": "inbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 91, - "slot": "price", - "start": 87 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Delta Airlines flight leaving at 8:40 pm and returning at 5:40 pm. It costs $209." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "origin_airport" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 4th" - ], - "destination_city": [ - "ATL" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does it leave out depart from and arrive at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "origin_airport", - "values": [ - "LAX International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Hartsfield-Jackson International Airport" - ], - "slot": "destination_airport", - "values": [ - "Hartsfield-Jackson International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "origin_airport", - "start": 16 - }, - { - "exclusive_end": 97, - "slot": "destination_airport", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It departs from LAX International Airport and arrives at Hartsfield-Jackson International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 4th" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "5:40 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do I need to buy 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": [ - "Delta Airlines" - ], - "departure_date": [ - "the 4th" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "5:40 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Could I help with something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 4th" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "5:40 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks for your help though." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful rest of the day." - } - ] - }, - { - "dialogue_id": "18_00126", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a flight for 1 people in my group." - }, - { - "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": "For which dates and from where?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "March 4th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "origin_city", - "start": 5 - }, - { - "exclusive_end": 30, - "slot": "departure_date", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From Seattle, WA. On March 4th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When is your trip and return dates" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "9th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "chi-town" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "return_date", - "start": 15 - }, - { - "exclusive_end": 11, - "slot": "destination_city", - "start": 3 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "chi-town" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "To chi-town on 9th of this month in economy" - }, - { - "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": [ - "14:50" - ], - "slot": "inbound_departure_time", - "values": [ - "2:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "316" - ], - "slot": "price", - "values": [ - "$316" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Chicago", - "origin_city": "Seattle", - "passengers": "1", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "22:03", - "inbound_departure_time": "14:50", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "19:32", - "outbound_departure_time": "08:15", - "passengers": "1", - "price": "316", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "18:05", - "inbound_departure_time": "15:35", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "06:20", - "outbound_departure_time": "23:50", - "passengers": "1", - "price": "193", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "21:57", - "inbound_departure_time": "14:50", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "10:55", - "outbound_departure_time": "04:25", - "passengers": "1", - "price": "223", - "refundable": "True", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "18:20", - "inbound_departure_time": "15:50", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:25", - "outbound_departure_time": "17:55", - "passengers": "1", - "price": "160", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 81, - "slot": "inbound_departure_time", - "start": 74 - }, - { - "exclusive_end": 89, - "slot": "price", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 4 : American Airlines flights leaving at 8:15 am and returns at 2:50 pm at $316" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "chi-town" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When do the two flights arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:32" - ], - "slot": "outbound_arrival_time", - "values": [ - "7:32 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "22:03" - ], - "slot": "inbound_arrival_time", - "values": [ - "10:03 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "outbound_arrival_time", - "start": 30 - }, - { - "exclusive_end": 60, - "slot": "inbound_arrival_time", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Most onward flights arrive at 7:32 pm and return at 10:03 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "chi-town" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Wow. I like it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do i purchase the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "chi-town" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:15 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thats it. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "18_00127", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want you to scan for round trip flights." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your place of departure and when will you be back? What is your destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "4th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "departure_date", - "start": 23 - }, - { - "exclusive_end": 77, - "slot": "return_date", - "start": 59 - }, - { - "exclusive_end": 112, - "slot": "origin_city", - "start": 105 - }, - { - "exclusive_end": 137, - "slot": "destination_city", - "start": 126 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "Los Angeles" - ], - "origin_city": [ - "Atlanta" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave on the 4th of this month and return on the 13th of this month. I would be departing from Atlanta and going to Los Angeles." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:30" - ], - "slot": "outbound_departure_time", - "values": [ - "2:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:25" - ], - "slot": "inbound_departure_time", - "values": [ - "5:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "200" - ], - "slot": "price", - "values": [ - "$200" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Los Angeles", - "origin_city": "Atlanta", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "01:24", - "inbound_departure_time": "17:25", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "16:29", - "outbound_departure_time": "14:30", - "passengers": "1", - "price": "200", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "17:19", - "inbound_departure_time": "09:20", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:39", - "outbound_departure_time": "17:40", - "passengers": "1", - "price": "185", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "23:41", - "inbound_departure_time": "13:40", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "15:29", - "outbound_departure_time": "13:30", - "passengers": "1", - "price": "240", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "04:39", - "inbound_departure_time": "20:40", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "19:49", - "outbound_departure_time": "12:15", - "passengers": "1", - "price": "268", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 97, - "slot": "outbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 133, - "slot": "inbound_departure_time", - "start": 126 - }, - { - "exclusive_end": 156, - "slot": "price", - "start": 152 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 4 convenient flights available. You have an American Airlines flight leaving at 2:30 pm and return flight leaves at 5:25 pm. It will cost you $200." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "Los Angeles" - ], - "origin_city": [ - "Atlanta" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there any other flight available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:40" - ], - "slot": "outbound_departure_time", - "values": [ - "5:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:20" - ], - "slot": "inbound_departure_time", - "values": [ - "9:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "185" - ], - "slot": "price", - "values": [ - "$185" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_departure_time", - "start": 54 - }, - { - "exclusive_end": 98, - "slot": "inbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 132, - "slot": "price", - "start": 128 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, there is a Delta Airlines one. It is outbound at 5:40 pm. The return flight leaves at 9:20 am and the ticket will cost you $185." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "Los Angeles" - ], - "inbound_departure_time": [ - "9:20 am" - ], - "origin_city": [ - "Atlanta" - ], - "outbound_departure_time": [ - "5:40 pm" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I think I like this flight. That will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - } -]