diff --git "a/datasets/schema_guided/dialogues_037.json" "b/datasets/schema_guided/dialogues_037.json" new file mode 100644--- /dev/null +++ "b/datasets/schema_guided/dialogues_037.json" @@ -0,0 +1,153377 @@ +[ + { + "dialogue_id": "37_00000", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for one-way flights. Can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date did you want to fly out on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving on the day after tomorrow." + }, + { + "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 destination did you have in mind? Also, did you want to fly out of anywhere in particular?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland, OR" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 41 + }, + { + "exclusive_end": 35, + "slot": "destination_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I'll be headed to Portland, OR from Seattle." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:05" + ], + "slot": "outbound_departure_time", + "values": [ + "8:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "75" + ], + "slot": "price", + "values": [ + "$75" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Portland", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "09:03", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "75", + "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": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:53", + "outbound_departure_time": "07:55", + "passengers": "1", + "price": "82", + "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": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "05:13", + "outbound_departure_time": "04:15", + "passengers": "1", + "price": "68", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 66 + }, + { + "exclusive_end": 48, + "slot": "price", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, there's an American Airlines flight at $75. It takes off at 8:05 am and has 0 layovers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd actually prefer Delta Airlines. Are there any options there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:55" + ], + "slot": "outbound_departure_time", + "values": [ + "7:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "82" + ], + "slot": "price", + "values": [ + "$82" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_city": "Portland", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:53", + "outbound_departure_time": "07:55", + "passengers": "1", + "price": "82", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 102, + "slot": "outbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 38, + "slot": "price", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Delta Airlines flight at $82 that might work. It's also got 0 layovers and leaves at 7:55 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "7:55 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That option is a good fit." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to purchase a ticket for it now?" + }, + { + "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": [ + "day after tomorrow" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "7:55 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's okay. Let's wait on that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with anything else then?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "March 5th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 109, + "slot": "return_date", + "start": 100 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, let's look at round trip flights now. I've got two people in my group and want to come back on March 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:55" + ], + "slot": "outbound_departure_time", + "values": [ + "7:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:35" + ], + "slot": "inbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "83" + ], + "slot": "price", + "values": [ + "$83" + ] + }, + { + "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": "Portland", + "origin_city": "Seattle", + "passengers": "2", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "10:33", + "inbound_departure_time": "09:35", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:53", + "outbound_departure_time": "07:55", + "passengers": "2", + "price": "83", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 124, + "slot": "outbound_departure_time", + "start": 117 + }, + { + "exclusive_end": 164, + "slot": "inbound_departure_time", + "start": 157 + }, + { + "exclusive_end": 94, + "slot": "price", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I've found 1 flight that'll work for you. It's Delta Airlines as preferred and costs $83. The flight out is at 7:55 am, and the trip back takes off at 9: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": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the trip out there land? Also, are the tickets refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "08:53" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:53 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 81, + "slot": "outbound_arrival_time", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "They are non-refundable unfortunately. However, the flight will arrive 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": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Portland, OR" + ], + "inbound_departure_time": [ + "9:35 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that sounds like a good choice." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to purchase tickets 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": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Portland, OR" + ], + "inbound_departure_time": [ + "9:35 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, let's go ahead and book the seats." + }, + { + "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": [ + "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": [ + "07:55" + ], + "slot": "outbound_departure_time", + "values": [ + "7:55 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:35" + ], + "slot": "inbound_departure_time", + "values": [ + "9:35 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": 61, + "slot": "origin_city", + "start": 54 + }, + { + "exclusive_end": 77, + "slot": "destination_city", + "start": 69 + }, + { + "exclusive_end": 103, + "slot": "departure_date", + "start": 85 + }, + { + "exclusive_end": 200, + "slot": "return_date", + "start": 188 + }, + { + "exclusive_end": 167, + "slot": "outbound_departure_time", + "start": 160 + }, + { + "exclusive_end": 211, + "slot": "inbound_departure_time", + "start": 204 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let's confirm the details first. You're flying out of Seattle and to Portland on the day after tomorrow. The flight is with Delta Airlines and will take off at 7:55 am. The return trip is next Tuesday at 9:35 am. You want 2 tickets in 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" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "inbound_departure_time": [ + "9:35 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Right. That works for 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-03", + "destination_city": "Portland", + "inbound_departure_time": "09:35", + "origin_city": "Seattle", + "outbound_departure_time": "07:55", + "passengers": "2", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "10:33", + "inbound_departure_time": "09:35", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:53", + "outbound_departure_time": "07:55", + "passengers": "2", + "price": "83", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, your ticket 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": [ + "day after tomorrow" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "inbound_departure_time": [ + "9:35 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "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": "Do you need anything else right now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "inbound_departure_time": [ + "9:35 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "7:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm alright. Thanks again." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "37_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": "Help me look for some one-way flights please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What destination did you have in mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "destination_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be traveling to ATL." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where did you want to fly out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "ATL" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to fly out of San Fran if possible." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. What date did you want to fly out on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "the 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 9th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's shoot for the 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:55" + ], + "slot": "outbound_departure_time", + "values": [ + "3:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "196" + ], + "slot": "price", + "values": [ + "$196" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "00:21", + "outbound_departure_time": "15:55", + "passengers": "1", + "price": "196", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "01:27", + "outbound_departure_time": "14:15", + "passengers": "1", + "price": "287", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:31", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "183", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:19", + "outbound_departure_time": "06:45", + "passengers": "1", + "price": "261", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:41", + "outbound_departure_time": "10:15", + "passengers": "1", + "price": "188", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 111, + "slot": "outbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 5 flights that'll fit your needs. There's an Alaska Airlines flight at $196. It takes off at 3:55 pm and has 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": [ + "the 9th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's keep looking. What else is there?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "287" + ], + "slot": "price", + "values": [ + "$287" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 81, + "slot": "outbound_departure_time", + "start": 74 + }, + { + "exclusive_end": 58, + "slot": "price", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an American Airlines flight with 1 layover at $287. It departs at 2:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "the 9th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport is it flying out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_airport", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The airport is SFO 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 9th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "2:15 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That seems like a good fit." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase tickets for the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 9th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "2:15 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, let's hold off on that. I'd like to search round trip flights first." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When did you want to fly back then?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "return_date", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 9th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "2:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be heading back on March 11th. Oh, there's one person in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:15" + ], + "slot": "outbound_departure_time", + "values": [ + "2:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:40" + ], + "slot": "inbound_departure_time", + "values": [ + "11:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "255" + ], + "slot": "price", + "values": [ + "$255" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "origin_city": "San Francisco", + "passengers": "1", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "14:06", + "inbound_departure_time": "11:40", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "01:27", + "outbound_departure_time": "14:15", + "passengers": "1", + "price": "255", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 90, + "slot": "inbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 116, + "slot": "price", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. The American Airlines flight which leaves at 2:15 pm has a return flight at 11:40 am. The ticket price is $255." + }, + { + "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 9th" + ], + "destination_city": [ + "ATL" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "2:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, let's go with that then. Can you buy 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": [ + "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:15" + ], + "slot": "outbound_departure_time", + "values": [ + "2:15 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": 80, + "slot": "origin_city", + "start": 67 + }, + { + "exclusive_end": 91, + "slot": "destination_city", + "start": 84 + }, + { + "exclusive_end": 182, + "slot": "departure_date", + "start": 173 + }, + { + "exclusive_end": 229, + "slot": "return_date", + "start": 219 + }, + { + "exclusive_end": 193, + "slot": "outbound_departure_time", + "start": 186 + }, + { + "exclusive_end": 266, + "slot": "inbound_departure_time", + "start": 258 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course, but let's confirm the details first. You're flying from San Francisco to Atlanta on American Airlines. You want 1 ticket in Economy seating. The flight out is on March 9th at 2:15 pm, and you're returning on March 11th with a flight taking off at 11:40 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th", + "the 9th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "2:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th" + ], + "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": "American Airlines", + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "inbound_departure_time": "11:40", + "origin_city": "San Francisco", + "outbound_departure_time": "14:15", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "14:06", + "inbound_departure_time": "11:40", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "01:27", + "outbound_departure_time": "14:15", + "passengers": "1", + "price": "255", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket has been purchased." + }, + { + "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 9th", + "the 9th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "2:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th" + ], + "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 anything else at the moment?" + }, + { + "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 9th", + "the 9th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "2:15 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm fine. Thank you again." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "37_00002", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 95, + "slot": "origin_city", + "start": 92 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking to get some one-way flights for my vacation. Can you find me some flying out of SFO?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city are you flying to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "destination_city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Philadelphia, and I'd like to fly in Economy seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "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": 28, + "slot": "departure_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on March 2nd, and can we make the seating Premium Economy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:35" + ], + "slot": "outbound_departure_time", + "values": [ + "1:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "436" + ], + "slot": "price", + "values": [ + "$436" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Philadelphia", + "origin_city": "San Francisco", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-02", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "00:16", + "outbound_departure_time": "13:35", + "passengers": "1", + "price": "436", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "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": "428", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "PHL International Airport", + "destination_city": "Philadelphia", + "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": "448", + "refundable": "True", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 43, + "slot": "price", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Alaska Airlines flight for $436 that leaves at 1:35 pm and has 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "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": [ + "10:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "428" + ], + "slot": "price", + "values": [ + "$428" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 41, + "slot": "price", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight for $428 that leaves at 10:55 am and has 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arrival time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "22:26" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:26 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "outbound_arrival_time", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Arrival time is 10:26 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport would I be flying out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_airport", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Departure is from SFO International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "448" + ], + "slot": "price", + "values": [ + "$448" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 42, + "slot": "price", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a United Airlines flight for $448 that leaves at 12:30 pm and has 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to book this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "return_date", + "start": 45 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about round trip flights? Return date is March 14th." + }, + { + "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": [ + "457" + ], + "slot": "price", + "values": [ + "$457" + ] + }, + { + "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": "Philadelphia", + "origin_city": "San Francisco", + "return_date": "2019-03-14", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "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": "457", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 85, + "slot": "inbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 41, + "slot": "price", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 United Airlines flight for $457 that leaves at 12:30 pm and returns at 9 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": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time would I arrive back at SFO?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "03:01" + ], + "slot": "inbound_arrival_time", + "values": [ + "3:01 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "inbound_arrival_time", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Return arrival time is 3:01 am." + }, + { + "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 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport would I fly out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_airport", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Departure is 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": [ + "United Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "inbound_departure_time": [ + "9 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "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 to book 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 2nd" + ], + "destination_city": [ + "Philadelphia" + ], + "inbound_departure_time": [ + "9 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, let's book it." + }, + { + "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-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + }, + { + "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": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 114, + "slot": "origin_city", + "start": 101 + }, + { + "exclusive_end": 164, + "slot": "destination_city", + "start": 152 + }, + { + "exclusive_end": 123, + "slot": "departure_date", + "start": 115 + }, + { + "exclusive_end": 178, + "slot": "return_date", + "start": 168 + }, + { + "exclusive_end": 135, + "slot": "outbound_departure_time", + "start": 127 + }, + { + "exclusive_end": 186, + "slot": "inbound_departure_time", + "start": 182 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: United Airlines flight for 1 passenger in Premium Economy seating. Departure is from San Francisco tomorrow at 12:30 pm, returning from Philadelphia on 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": [ + "March 2nd", + "tomorrow" + ], + "destination_city": [ + "Philadelphia" + ], + "inbound_departure_time": [ + "9 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Premium 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": "Philadelphia", + "inbound_departure_time": "21:00", + "origin_city": "San Francisco", + "outbound_departure_time": "12:30", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "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": "457", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been purchased." + }, + { + "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 2nd", + "tomorrow" + ], + "destination_city": [ + "Philadelphia" + ], + "inbound_departure_time": [ + "9 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Premium 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": "37_00003", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Philadelphia" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly from Philadelphia, in Economy class, can you help me find flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you flying to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Philadelphia" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Chicago." + }, + { + "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-06" + ], + "slot": "departure_date", + "values": [ + "6th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "departure_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "6th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Philadelphia" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On 6th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "112" + ], + "slot": "price", + "values": [ + "$112" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Chicago", + "origin_city": "Philadelphia", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "11:21", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "112", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "15:31", + "outbound_departure_time": "14:20", + "passengers": "1", + "price": "140", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "21:46", + "outbound_departure_time": "20:35", + "passengers": "1", + "price": "145", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "12:41", + "outbound_departure_time": "11:30", + "passengers": "1", + "price": "122", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 89, + "slot": "price", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight with 0 stops, leaving at 10:10 am, at a cost of $112." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "6th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Philadelphia" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airports will it fly between?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "origin_airport", + "values": [ + "PHL International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 77, + "slot": "destination_airport", + "start": 49 + }, + { + "exclusive_end": 45, + "slot": "origin_airport", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will travel from PHL International Airport to O'Hare International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "the 8th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 96, + "slot": "return_date", + "start": 89 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, can you search for round trip flights four one person, getting back on the 8th." + }, + { + "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": [ + "128" + ], + "slot": "price", + "values": [ + "$128" + ] + }, + { + "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": "Chicago", + "origin_city": "Philadelphia", + "passengers": "1", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "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": "128", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 78, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 100, + "slot": "inbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 119, + "slot": "price", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 convenient option, an American Airlines flight departing at 10:10 am, returning at 6:40 pm, at a cost of $128." + }, + { + "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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where and when will it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "11:21" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:21 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "destination_airport", + "start": 18 + }, + { + "exclusive_end": 58, + "slot": "outbound_arrival_time", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will arrive at O'Hare International Airport at 11:21 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": [ + "6th of March" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "6:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's good, can you help me buy tickets?" + }, + { + "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-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "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": [ + "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": 64, + "slot": "origin_city", + "start": 52 + }, + { + "exclusive_end": 75, + "slot": "destination_city", + "start": 68 + }, + { + "exclusive_end": 122, + "slot": "departure_date", + "start": 108 + }, + { + "exclusive_end": 157, + "slot": "return_date", + "start": 146 + }, + { + "exclusive_end": 134, + "slot": "outbound_departure_time", + "start": 126 + }, + { + "exclusive_end": 168, + "slot": "inbound_departure_time", + "start": 161 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So I'll book an Economy ticket for 1 passenger from Philadelphia to Chicago with American Airlines, leaving next Wednesday at 10:10 am, returning next Friday at 6:40 pm. Is that okay?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of March", + "next Wednesday" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "6:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Friday", + "the 8th" + ], + "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-06", + "destination_city": "Chicago", + "inbound_departure_time": "18:40", + "origin_city": "Philadelphia", + "outbound_departure_time": "10:10", + "passengers": "1", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "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": "128", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation was successful." + }, + { + "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": [ + "6th of March", + "next Wednesday" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "6:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Friday", + "the 8th" + ], + "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": "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": [ + "6th of March", + "next Wednesday" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "6:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Friday", + "the 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all for now, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "37_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 am looking for one-way flights. Can you help 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": "Certainly. When do you plan on leaving and where will you be leaving from? Also, where do you plan to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "SD" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "11th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 23 + }, + { + "exclusive_end": 51, + "slot": "destination_city", + "start": 48 + }, + { + "exclusive_end": 86, + "slot": "departure_date", + "start": 73 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from SD and I am traveling to SFO. I am leaving on the 11th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:10" + ], + "slot": "outbound_departure_time", + "values": [ + "11:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "118" + ], + "slot": "price", + "values": [ + "$118" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "San Francisco", + "origin_city": "San Diego" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "12:50", + "outbound_departure_time": "11:10", + "passengers": "1", + "price": "118", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "23:00", + "outbound_departure_time": "21:20", + "passengers": "1", + "price": "103", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "19:55", + "passengers": "1", + "price": "106", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-11", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "08:40", + "outbound_departure_time": "07:00", + "passengers": "1", + "price": "89", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "09:00", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "106", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 160, + "slot": "outbound_departure_time", + "start": 152 + }, + { + "exclusive_end": 207, + "slot": "price", + "start": 203 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 5 suitable flights for you. There is an Alaska Airlines flight that appears to be convenient for your needs. The outbound flight leaves at 11:10 am and has 0 stops. The price of a ticket is $118." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "SD" + ] + } + } + } + ], + "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": [ + "21:20" + ], + "slot": "outbound_departure_time", + "values": [ + "9:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "103" + ], + "slot": "price", + "values": [ + "$103" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 80, + "slot": "outbound_departure_time", + "start": 73 + }, + { + "exclusive_end": 134, + "slot": "price", + "start": 130 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is also an American Airlines flight. The outbound flight leaves at 9:20 pm and it has 0 stops. The price for this ticket is $103." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "5th of March" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 133, + "slot": "departure_date", + "start": 121 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other available flights? I would prefer to fly with Delta Airlines and I am actually going to leave on the 5th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:55" + ], + "slot": "outbound_departure_time", + "values": [ + "7:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "115" + ], + "slot": "price", + "values": [ + "$115" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_city": "San Francisco", + "origin_city": "San Diego" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "19:55", + "passengers": "1", + "price": "115", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 100, + "slot": "outbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 152, + "slot": "price", + "start": 148 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 Delta Airlines flight that is suitable for you. The outbound flight leaves at 7:55 pm and it has 0 stops. The price of the ticket is $115." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "the 7th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 107, + "slot": "return_date", + "start": 100 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "7:55 pm" + ], + "return_date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me. Can you also search round trip flights for me? I want to get back on the 7th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:55" + ], + "slot": "outbound_departure_time", + "values": [ + "7:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:50" + ], + "slot": "inbound_departure_time", + "values": [ + "5:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "168" + ], + "slot": "price", + "values": [ + "$168" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_city": "San Francisco", + "origin_city": "San Diego", + "return_date": "2019-03-07" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "09:45", + "inbound_departure_time": "05:50", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "19:55", + "passengers": "1", + "price": "168", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 98, + "slot": "outbound_departure_time", + "start": 91 + }, + { + "exclusive_end": 135, + "slot": "inbound_departure_time", + "start": 128 + }, + { + "exclusive_end": 168, + "slot": "price", + "start": 164 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight that matches your criteria. The outbound flight leaves at 7:55 pm. The return flight leaves at 5:50 am. The price of the ticket is $168." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "7:55 pm" + ], + "return_date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does this flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "origin_airport", + "values": [ + "SAN International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from SAN International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "7:55 pm" + ], + "return_date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive in and when does my return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "09:45" + ], + "slot": "inbound_arrival_time", + "values": [ + "9:45 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_airport", + "start": 19 + }, + { + "exclusive_end": 85, + "slot": "inbound_arrival_time", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is SFO International Airport and the return flight arrives at 9:45 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": [ + "5th of March" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "5:50 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "7:55 pm" + ], + "return_date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me. I am only planning to go on a short trip. Can you help me buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "San Diego" + ] + }, + { + "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-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "19:55" + ], + "slot": "outbound_departure_time", + "values": [ + "7:55 pm" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 112, + "slot": "origin_city", + "start": 103 + }, + { + "exclusive_end": 129, + "slot": "destination_city", + "start": 116 + }, + { + "exclusive_end": 154, + "slot": "departure_date", + "start": 142 + }, + { + "exclusive_end": 180, + "slot": "return_date", + "start": 167 + }, + { + "exclusive_end": 217, + "slot": "outbound_departure_time", + "start": 210 + }, + { + "exclusive_end": 257, + "slot": "inbound_departure_time", + "start": 250 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course. Please confirm the following details: A ticket for the Delta Airlines flight traveling from San Diego to San Francisco that leaves next Tuesday and returns next Thursday. The onward flight leaves at 7:55 pm and the return flight leaves at 5:50 am. There is 1 passenger and the seating is economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "5:50 am" + ], + "origin_city": [ + "SD", + "San Diego" + ], + "outbound_departure_time": [ + "7:55 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "next Thursday", + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I need tickets for 3 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "return_date", + "start": 55 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the revised details: the return date is next Thursday and the number of passengers is 3." + }, + { + "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": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "5:50 am" + ], + "origin_city": [ + "SD", + "San Diego" + ], + "outbound_departure_time": [ + "7:55 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "next Thursday", + "the 7th" + ], + "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": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_city": "San Francisco", + "inbound_departure_time": "05:50", + "origin_city": "San Diego", + "outbound_departure_time": "19:55", + "passengers": "3", + "return_date": "2019-03-07", + "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": "09:45", + "inbound_departure_time": "05:50", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "19:55", + "passengers": "3", + "price": "168", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "5:50 am" + ], + "origin_city": [ + "SD", + "San Diego" + ], + "outbound_departure_time": [ + "7:55 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "next Thursday", + "the 7th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for the help. That is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00005", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Please find me one way flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When is departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "departure_date", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "tomorrow" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Departure is tomorrow." + }, + { + "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": "What is departure city and arrival city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 33, + "slot": "destination_city", + "start": 31 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Portland" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Departure city is Portland and LA is arrival city and I want Economy." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "155" + ], + "slot": "price", + "values": [ + "$155" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Los Angeles", + "origin_city": "Portland", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "12:40", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "155", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "11:40", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "196", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "169", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "19:25", + "outbound_departure_time": "16:55", + "passengers": "1", + "price": "137", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "14:35", + "outbound_departure_time": "12:05", + "passengers": "1", + "price": "142", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 22, + "slot": "outbound_departure_time", + "start": 14 + }, + { + "exclusive_end": 63, + "slot": "price", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5. At 10:10 am on Alaska Airlines with 0 stops for $155." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there something for 2 people?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "196" + ], + "slot": "price", + "values": [ + "$196" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Los Angeles", + "origin_city": "Portland", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "12:40", + "outbound_departure_time": "10:10", + "passengers": "2", + "price": "155", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "11:40", + "outbound_departure_time": "07:20", + "passengers": "2", + "price": "196", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "09:35", + "passengers": "2", + "price": "169", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "19:25", + "outbound_departure_time": "16:55", + "passengers": "2", + "price": "137", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "14:35", + "outbound_departure_time": "12:05", + "passengers": "2", + "price": "142", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 75, + "slot": "price", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines that departs from 7:20 am and 1 stop for $196." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "11:40" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:40 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 11:40 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport and is it refundable?" + }, + { + "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": 55, + "slot": "destination_airport", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Not refundable and arrival is LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "2" + ], + "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": [ + "09:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "169" + ], + "slot": "price", + "values": [ + "$169" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "outbound_departure_time", + "start": 33 + }, + { + "exclusive_end": 61, + "slot": "price", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, a Delta Airlines departs at 9:35 am with 1 stop for $169." + }, + { + "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": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is good for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like tickets now?" + }, + { + "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": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, hold off on the tickets." + }, + { + "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": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "next Monday" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "return_date", + "start": 40 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, a round trip ticket to arrive back next Monday." + }, + { + "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": [ + "197" + ], + "slot": "price", + "values": [ + "$197" + ] + }, + { + "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": "Los Angeles", + "origin_city": "Portland", + "passengers": "2", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "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": "197", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "outbound_departure_time", + "start": 41 + }, + { + "exclusive_end": 72, + "slot": "inbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 95, + "slot": "price", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1. A Delta Airlines departure at 9:35 am that returns at 6:50 am and the ticket is $197." + }, + { + "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": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the departing airport and arrival time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "15:17" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:17 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "origin_airport", + "start": 13 + }, + { + "exclusive_end": 58, + "slot": "outbound_arrival_time", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Departs from PDX International Airport arriving at 3:17 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": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "6:50 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is what I need." + }, + { + "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?" + }, + { + "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": [ + "tomorrow" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "6:50 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes." + }, + { + "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-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "next Monday" + ] + }, + { + "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": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "origin_city", + "start": 47 + }, + { + "exclusive_end": 94, + "slot": "destination_city", + "start": 83 + }, + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 34 + }, + { + "exclusive_end": 78, + "slot": "return_date", + "start": 67 + }, + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 182, + "slot": "inbound_departure_time", + "start": 175 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm. Departure city is tomorrow for Portland at 9:35 am next Monday and Los Angeles is arrival city and I want Economy on Delta Airlines with a return departure of 6:50 am for 2." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "6:50 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I confirm all. What time do I arrive back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12:08" + ], + "slot": "inbound_arrival_time", + "values": [ + "12:08 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": "Los Angeles", + "inbound_departure_time": "06:50", + "origin_city": "Portland", + "outbound_departure_time": "09:35", + "passengers": "2", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "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": "197", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 27, + "slot": "inbound_arrival_time", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return time is 12:08 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": [ + "tomorrow" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "6:50 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank for all of your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "6:50 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Monday" + ], + "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": "Thank you and have a nice day." + } + ] + }, + { + "dialogue_id": "37_00006", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one-way flight? Preferably on Delta Airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When did you want to leave and from where? Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_city", + "start": 37 + }, + { + "exclusive_end": 49, + "slot": "destination_city", + "start": 47 + }, + { + "exclusive_end": 31, + "slot": "departure_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "London" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on the 1st of March from London to NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:35" + ], + "slot": "outbound_departure_time", + "values": [ + "3:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "194" + ], + "slot": "price", + "values": [ + "$194" + ] + }, + { + "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-01", + "destination_city": "New York", + "origin_city": "London" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "19:57", + "outbound_departure_time": "15:35", + "passengers": "1", + "price": "194", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_departure_time", + "start": 44 + }, + { + "exclusive_end": 73, + "slot": "price", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight. Delta Airlines leaving at 3:35 pm with 0 stops for $194." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "3:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I buy a ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "3:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I don't want that one." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "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": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you check round ticket flights for two?" + }, + { + "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-03" + ], + "slot": "return_date", + "values": [ + "this Sunday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "return_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "this Sunday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to return this Sunday." + }, + { + "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": [ + "18:20" + ], + "slot": "inbound_departure_time", + "values": [ + "6:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "218" + ], + "slot": "price", + "values": [ + "$218" + ] + }, + { + "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": "New York", + "origin_city": "London", + "passengers": "2", + "return_date": "2019-03-03" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "06:42", + "inbound_departure_time": "18:20", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "19:57", + "outbound_departure_time": "15:35", + "passengers": "2", + "price": "218", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 97, + "slot": "inbound_departure_time", + "start": 90 + }, + { + "exclusive_end": 109, + "slot": "price", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight. It is on Delta Airlines leaving at 3:35 pm. The return flight leaves at 6:20 pm. It is $218 for the ticket." + }, + { + "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": [ + "NY" + ], + "inbound_departure_time": [ + "6:20 pm" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "this Sunday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I book 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": [ + "1st of March" + ], + "destination_city": [ + "NY" + ], + "inbound_departure_time": [ + "6:20 pm" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "this Sunday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please do." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:35" + ], + "slot": "outbound_departure_time", + "values": [ + "3:35 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": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "origin_city", + "start": 52 + }, + { + "exclusive_end": 70, + "slot": "destination_city", + "start": 62 + }, + { + "exclusive_end": 106, + "slot": "departure_date", + "start": 101 + }, + { + "exclusive_end": 152, + "slot": "return_date", + "start": 134 + }, + { + "exclusive_end": 117, + "slot": "outbound_departure_time", + "start": 110 + }, + { + "exclusive_end": 171, + "slot": "inbound_departure_time", + "start": 164 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To verify: The flight is for 2 economy tickets from London to New York on Delta Airlines. It departs today at 3:35 pm and returns the day after tomorrow leaving at 6:20 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of March", + "today" + ], + "destination_city": [ + "NY", + "New York" + ], + "inbound_departure_time": [ + "6:20 pm" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow", + "this Sunday" + ], + "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": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "New York", + "inbound_departure_time": "18:20", + "origin_city": "London", + "outbound_departure_time": "15:35", + "passengers": "2", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "06:42", + "inbound_departure_time": "18:20", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "19:57", + "outbound_departure_time": "15:35", + "passengers": "2", + "price": "218", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have confirmed your tickets." + }, + { + "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": [ + "NY", + "New York" + ], + "inbound_departure_time": [ + "6:20 pm" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow", + "this Sunday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:57" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:57 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 7:57 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": [ + "1st of March", + "today" + ], + "destination_city": [ + "NY", + "New York" + ], + "inbound_departure_time": [ + "6:20 pm" + ], + "origin_city": [ + "London" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow", + "this Sunday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect. 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": "37_00007", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 45 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need you to find me one-way flights out of ATL." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you leaving and where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Nairobi" + ], + "slot": "destination_city", + "values": [ + "Nairobi, Kenya" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "March 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "destination_city", + "start": 29 + }, + { + "exclusive_end": 25, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Nairobi, Kenya" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving on March 8th to Nairobi, Kenya." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "400" + ], + "slot": "price", + "values": [ + "$400" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Nairobi", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:07", + "outbound_departure_time": "06:45", + "passengers": "1", + "price": "400", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:07", + "outbound_departure_time": "07:10", + "passengers": "1", + "price": "401", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 109, + "slot": "price", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Search revealed 2 flights. There is an American Airlines flight leaving at 6:45 am with 1 stop. It costs $400." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "Nairobi, Kenya" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "6:45 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me. Can you find round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date is your return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Nairobi, Kenya" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am returning on the 10th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:35" + ], + "slot": "inbound_departure_time", + "values": [ + "5:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "453" + ], + "slot": "price", + "values": [ + "$453" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "Nairobi", + "origin_city": "Atlanta", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "inbound_arrival_time": "21:27", + "inbound_departure_time": "05:35", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:07", + "outbound_departure_time": "06:45", + "passengers": "1", + "price": "453", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 78, + "slot": "outbound_departure_time", + "start": 71 + }, + { + "exclusive_end": 121, + "slot": "inbound_departure_time", + "start": 114 + }, + { + "exclusive_end": 136, + "slot": "price", + "start": 132 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight with the first flight departing at 6:45 am and the second flight departing at 5:35 am. It costs $453." + }, + { + "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": [ + "March 8th" + ], + "destination_city": [ + "Nairobi, Kenya" + ], + "inbound_departure_time": [ + "5:35 am" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works. Can you book an Economy class for my short trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Nairobi" + ], + "slot": "destination_city", + "values": [ + "Nairobi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "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": 47, + "slot": "origin_city", + "start": 40 + }, + { + "exclusive_end": 58, + "slot": "destination_city", + "start": 51 + }, + { + "exclusive_end": 129, + "slot": "departure_date", + "start": 118 + }, + { + "exclusive_end": 182, + "slot": "return_date", + "start": 172 + }, + { + "exclusive_end": 117, + "slot": "outbound_departure_time", + "start": 110 + }, + { + "exclusive_end": 168, + "slot": "inbound_departure_time", + "start": 161 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 1 ticket in Economy class from Atlanta to Nairobi on American Airlines. The departure trip leaves at 6:45 am next Friday and the return trip departs at 5:35 am on March 10th. Is that right?" + }, + { + "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": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Nairobi", + "Nairobi, Kenya" + ], + "inbound_departure_time": [ + "5:35 am" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I need 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Nairobi" + ], + "slot": "destination_city", + "values": [ + "Nairobi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "destination_city", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You need 3 tickets for your flight to Nairobi. Is that right?" + }, + { + "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": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Nairobi", + "Nairobi, Kenya" + ], + "inbound_departure_time": [ + "5:35 am" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct. Does the airline give refunds and when does the first flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "10:07" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:07 am" + ] + }, + { + "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": "Nairobi", + "inbound_departure_time": "05:35", + "origin_city": "Atlanta", + "outbound_departure_time": "06:45", + "passengers": "3", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Jomo Kenyatta International Airport", + "destination_city": "Nairobi", + "inbound_arrival_time": "21:27", + "inbound_departure_time": "05:35", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:07", + "outbound_departure_time": "06:45", + "passengers": "3", + "price": "453", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "outbound_arrival_time", + "start": 53 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are no refunds and the first flight arrives at 10:07 am. Your tickets have been purchased." + }, + { + "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": [ + "Nairobi", + "Nairobi, Kenya" + ], + "inbound_departure_time": [ + "5:35 am" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything more?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Nairobi", + "Nairobi, Kenya" + ], + "inbound_departure_time": [ + "5:35 am" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "6:45 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "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 good day." + } + ] + }, + { + "dialogue_id": "37_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 have a trip coming. Can you find me flights that are one way?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning to visit? When do you plan on leaving for your trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "the 1st" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 42, + "slot": "origin_city", + "start": 33 + }, + { + "exclusive_end": 72, + "slot": "departure_date", + "start": 65 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to Vancouver from Las Vegas. I plan on leaving on the 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:30" + ], + "slot": "outbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "232" + ], + "slot": "price", + "values": [ + "$232" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "origin_city": "Las Vegas" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:59", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "232", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "12:20", + "passengers": "1", + "price": "185", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "14:35", + "passengers": "1", + "price": "190", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "12:05", + "passengers": "1", + "price": "192", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 133, + "slot": "price", + "start": 129 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight that leaves at 9:30 am from Las Vegas. The flight has 1 stop and the price of the ticket is $232." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 116, + "slot": "origin_city", + "start": 106 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights that are available? I prefer to fly with Delta Airlines and I am leaving from Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:00" + ], + "slot": "outbound_departure_time", + "values": [ + "10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "281" + ], + "slot": "price", + "values": [ + "$281" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "origin_city": "Washington" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "10:00", + "passengers": "1", + "price": "281", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 124, + "slot": "price", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight leaving from Washington at 10 am. The flight has 1 stop and the price of the ticket is $281." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "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": [ + "Vancouver" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I do not want to buy a ticket. Can you search for flights coming back for me?" + }, + { + "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-03" + ], + "slot": "return_date", + "values": [ + "3rd of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "return_date", + "start": 30 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "return_date": [ + "3rd of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan on getting back on the 3rd of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:00" + ], + "slot": "outbound_departure_time", + "values": [ + "10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "02:50" + ], + "slot": "inbound_departure_time", + "values": [ + "2:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "297" + ], + "slot": "price", + "values": [ + "$297" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "origin_city": "Washington", + "return_date": "2019-03-03" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "12:48", + "inbound_departure_time": "02:50", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "10:00", + "passengers": "1", + "price": "297", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 76, + "slot": "inbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 109, + "slot": "price", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight that leaves at 10 am and returns at 2:50 am. The price of the ticket is $297." + }, + { + "frames": [ + { + "actions": [ + { + "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 1st" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "return_date": [ + "3rd of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other available flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "origin_city": "Washington", + "return_date": "2019-03-03" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I wasn't able to find any other available flights. 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": [ + "Delta Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "return_date": [ + "3rd of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is all. Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00009", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_city", + "start": 38 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a one-way flight from NY, can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to visit, and when do you plan on leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 56, + "slot": "departure_date", + "start": 44 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to visit Portland and leave on the 1st 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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "284" + ], + "slot": "price", + "values": [ + "$284" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Portland", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "23:53", + "outbound_departure_time": "16:45", + "passengers": "1", + "price": "284", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "21:33", + "outbound_departure_time": "14:35", + "passengers": "1", + "price": "310", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 112, + "slot": "price", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found a flight with American Airlines that departs at 4:45 pm and has 1 stop. The price of a ticket is $284." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are refunds allowed for the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is not refundable, unfortunately." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "4:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay. This 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 me to buy a ticket for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "4:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you. I don't want to buy a ticket. Do a search for round-trip flights." + }, + { + "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-03" + ], + "slot": "return_date", + "values": [ + "this Sunday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "4:45 pm" + ], + "return_date": [ + "this Sunday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like to come back by this Sunday." + }, + { + "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": [ + "07:20" + ], + "slot": "inbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "310" + ], + "slot": "price", + "values": [ + "$310" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "Portland", + "origin_city": "New York", + "return_date": "2019-03-03" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "20:21", + "inbound_departure_time": "07:20", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "23:53", + "outbound_departure_time": "16:45", + "passengers": "1", + "price": "310", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 109, + "slot": "inbound_departure_time", + "start": 102 + }, + { + "exclusive_end": 129, + "slot": "price", + "start": 125 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a flight with American Airlines that departs at 4:45 pm, and the returning flight departs at 7:20 am. One ticket is $310." + }, + { + "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": [ + "1st of March" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "4:45 pm" + ], + "return_date": [ + "this Sunday" + ] + } + } + } + ], + "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 a 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": [ + "American Airlines" + ], + "departure_date": [ + "1st of March" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "4:45 pm" + ], + "return_date": [ + "this Sunday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I'd like you to secure a ticker. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:45" + ], + "slot": "outbound_departure_time", + "values": [ + "4:45 pm" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 116, + "slot": "origin_city", + "start": 108 + }, + { + "exclusive_end": 128, + "slot": "destination_city", + "start": 120 + }, + { + "exclusive_end": 102, + "slot": "departure_date", + "start": 97 + }, + { + "exclusive_end": 189, + "slot": "return_date", + "start": 171 + }, + { + "exclusive_end": 139, + "slot": "outbound_departure_time", + "start": 132 + }, + { + "exclusive_end": 213, + "slot": "inbound_departure_time", + "start": 206 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To confirm: You'd like 1 ticket in Economy seating for the American Airlines flight that departs today from New York to Portland at 4:45 pm and a returning flight for the day after tomorrow that departs at 7:20 am?" + }, + { + "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": [ + "1st of March", + "today" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "4:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "day after tomorrow", + "this Sunday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct. When will I arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "20:21" + ], + "slot": "inbound_arrival_time", + "values": [ + "8:21 pm" + ] + }, + { + "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": "Portland", + "inbound_departure_time": "07:20", + "origin_city": "New York", + "outbound_departure_time": "16:45", + "passengers": "1", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "20:21", + "inbound_departure_time": "07:20", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "23:53", + "outbound_departure_time": "16:45", + "passengers": "1", + "price": "310", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "inbound_arrival_time", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been purchased. Your returning flight arrives at 8:21 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": [ + "1st of March", + "today" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "4:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "day after tomorrow", + "this Sunday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you so much for your help. That'll be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "37_00010", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find a one-way flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from, and when? What is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 34, + "slot": "destination_city", + "start": 28 + }, + { + "exclusive_end": 54, + "slot": "departure_date", + "start": 42 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Sydney" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Phoenix to Sydney on the 2nd of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:35" + ], + "slot": "outbound_departure_time", + "values": [ + "7:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "279" + ], + "slot": "price", + "values": [ + "$279" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Sydney", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:35", + "passengers": "1", + "price": "279", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "16:01", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "280", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "283", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "279", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 96, + "slot": "price", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an American Airlines Flight that leaves at 7:35 am and has 1 stop. The ticket costs $279." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Sydney" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other options?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:55" + ], + "slot": "outbound_departure_time", + "values": [ + "11:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "280" + ], + "slot": "price", + "values": [ + "$280" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 93, + "slot": "price", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Delta Airlines Flight that leaves at 11:55 am and has 1 stop. The ticket costs $280." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Sydney" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the destination airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kingsford Smith International Airport" + ], + "slot": "destination_airport", + "values": [ + "Kingsford Smith International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "destination_airport", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will arrive at Kingsford Smith International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Sydney" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "16:01" + ], + "slot": "outbound_arrival_time", + "values": [ + "4:01 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "outbound_arrival_time", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will arrive at 4:01 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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 March" + ], + "destination_city": [ + "Sydney" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "11:55 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. Can you help me find a round trip flight?" + }, + { + "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-04" + ], + "slot": "return_date", + "values": [ + "the 4th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Sydney" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "return_date": [ + "the 4th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to return on the 4th." + }, + { + "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": [ + "17:50" + ], + "slot": "inbound_departure_time", + "values": [ + "5:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "318" + ], + "slot": "price", + "values": [ + "$318" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_city": "Sydney", + "origin_city": "Phoenix", + "return_date": "2019-03-04" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "inbound_arrival_time": "09:18", + "inbound_departure_time": "17:50", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "16:01", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "318", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 105, + "slot": "inbound_departure_time", + "start": 98 + }, + { + "exclusive_end": 128, + "slot": "price", + "start": 124 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Delta Airlines flight. The departing flight is at 11:55 am, and the return flight is at 5:50 pm. The ticket costs $318." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Sydney" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "return_date": [ + "the 4th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the destination airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Kingsford Smith International Airport" + ], + "slot": "destination_airport", + "values": [ + "Kingsford Smith International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "destination_airport", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will arrive at Kingsford Smith International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Sydney" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "return_date": [ + "the 4th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "2nd of March" + ], + "destination_city": [ + "Sydney" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "return_date": [ + "the 4th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you help me buy a ticket? I just want a short trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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-04" + ], + "slot": "return_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "11:55" + ], + "slot": "outbound_departure_time", + "values": [ + "11:55 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": 69, + "slot": "origin_city", + "start": 62 + }, + { + "exclusive_end": 79, + "slot": "destination_city", + "start": 73 + }, + { + "exclusive_end": 144, + "slot": "departure_date", + "start": 136 + }, + { + "exclusive_end": 205, + "slot": "return_date", + "start": 194 + }, + { + "exclusive_end": 156, + "slot": "outbound_departure_time", + "start": 148 + }, + { + "exclusive_end": 193, + "slot": "inbound_departure_time", + "start": 186 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So you'd like 1 Economy class seat on a roundtrip flight from Phoenix to Sydney? You'll be flying with Delta Airlines. The departure is tomorrow at 11:55 am, and the return flight is at 5:50 pm next Monday." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "2nd of March", + "tomorrow" + ], + "destination_city": [ + "Sydney" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Monday", + "the 4th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. When will the departing flight arrive, and which airport will it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "16:01" + ], + "slot": "outbound_arrival_time", + "values": [ + "4:01 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": "Sydney", + "inbound_departure_time": "17:50", + "origin_city": "Phoenix", + "outbound_departure_time": "11:55", + "passengers": "1", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "inbound_arrival_time": "09:18", + "inbound_departure_time": "17:50", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "16:01", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "318", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 120, + "slot": "origin_airport", + "start": 88 + }, + { + "exclusive_end": 65, + "slot": "outbound_arrival_time", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been confirmed. The flight will arrive at 4:01 pm, and will depart from Sky Harbor 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": [ + "2nd of March", + "tomorrow" + ], + "destination_city": [ + "Sydney" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Monday", + "the 4th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks." + }, + { + "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": [ + "2nd of March", + "tomorrow" + ], + "destination_city": [ + "Sydney" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "11:55 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Monday", + "the 4th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "37_00011", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "locate one-way flights please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, where would you like to fly to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "destination_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Los Angeles would be a fun place to go." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, great. When would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We would like to leave on March 10th. There will be three people traveling in my party." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "ok, where would you like to depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "origin_city", + "start": 11 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leave from Paris please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Air France" + ], + "slot": "airlines", + "values": [ + "Air France" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "286" + ], + "slot": "price", + "values": [ + "$286" + ] + }, + { + "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": "Los Angeles", + "origin_city": "Paris", + "passengers": "3" + } + }, + "service_results": [ + { + "airlines": "Air France", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "01:33", + "outbound_departure_time": "21:15", + "passengers": "3", + "price": "286", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "04:05", + "passengers": "3", + "price": "393", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "03:28", + "outbound_departure_time": "23:10", + "passengers": "3", + "price": "303", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 104, + "slot": "outbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 148, + "slot": "price", + "start": 144 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "one moment, I found 3 flights that may work for you.I have Air France outbound flight leaving at 9:15 pm with 0 layovers. This ticket will cost $286." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Give me more options please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:05" + ], + "slot": "outbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "393" + ], + "slot": "price", + "values": [ + "$393" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "outbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 115, + "slot": "price", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, How about, American Airlines outbound flight leaving at 4:05 am with 1 layover stop. The ticket price is $393." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, when would the onward flight be arriving? Find out if the tickets are refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "10:40" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:40 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_arrival_time", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, Unfortunately tickets are non refundable. Your onward flight would arrive at 10:40 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sound good. Go ahead and start a search for round trip flights now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. When would you be coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "return_date", + "start": 18 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "how about for the 12th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:05" + ], + "slot": "outbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:40" + ], + "slot": "inbound_departure_time", + "values": [ + "9:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "356" + ], + "slot": "price", + "values": [ + "$356" + ] + }, + { + "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-10", + "destination_city": "Los Angeles", + "origin_city": "Paris", + "passengers": "3", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "07:58", + "inbound_departure_time": "09:40", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "04:05", + "passengers": "3", + "price": "356", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 83, + "slot": "outbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 125, + "slot": "inbound_departure_time", + "start": 118 + }, + { + "exclusive_end": 149, + "slot": "price", + "start": 145 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "one moment, located 1 flight that is American Airlines outbound, leaving at 4:05 am. The return flight would leave at 9:40 am. This ticket costs $356." + }, + { + "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": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "ok, When would my return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:58" + ], + "slot": "inbound_arrival_time", + "values": [ + "7:58 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "inbound_arrival_time", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Flight would arrive at 7:58 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": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "ok. it's a short trip for me. Can you please assist me purchasing the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "04:05" + ], + "slot": "outbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:40" + ], + "slot": "inbound_departure_time", + "values": [ + "9: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": 43, + "slot": "origin_city", + "start": 38 + }, + { + "exclusive_end": 58, + "slot": "destination_city", + "start": 47 + }, + { + "exclusive_end": 93, + "slot": "departure_date", + "start": 83 + }, + { + "exclusive_end": 120, + "slot": "return_date", + "start": 110 + }, + { + "exclusive_end": 158, + "slot": "outbound_departure_time", + "start": 151 + }, + { + "exclusive_end": 195, + "slot": "inbound_departure_time", + "start": 188 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "one moment. Please confirm: Departing Paris to Los Angeles on American Airlines on March 10th. Return date is March 12th with onward flight leaving at 4:05 am and return flight leaving at 9:40 am. Seating would be Economy class for 3 passengers. Does this sound right?" + }, + { + "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 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. 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-10", + "destination_city": "Los Angeles", + "inbound_departure_time": "09:40", + "origin_city": "Paris", + "outbound_departure_time": "04:05", + "passengers": "3", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "07:58", + "inbound_departure_time": "09:40", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "04:05", + "passengers": "3", + "price": "356", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great. Your tickets are 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 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "ok, great. find out when the onward flight would arrive." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "10:40" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:40 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "outbound_arrival_time", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "sure, onward flight will arrive at 10:40 am." + }, + { + "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 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for that information." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "your welcome. Shall I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Paris" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. thats it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "ok. have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00012", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you retrieve one way flights?" + }, + { + "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-06" + ], + "slot": "departure_date", + "values": [ + "6th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "departure_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "6th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will leave on the 6th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to leave from and where do you want to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 48, + "slot": "destination_city", + "start": 43 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will leave from Portland and am going to Paris." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "399" + ], + "slot": "price", + "values": [ + "$399" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Paris", + "origin_city": "Portland" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "11:18", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "399", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "08:53", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "337", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about this Alaska Airlines flight leaving at 10:10 am? It has 1 stop and costs $399." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you find something else? I have two people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "337" + ], + "slot": "price", + "values": [ + "$337" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Paris", + "origin_city": "Portland", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "11:18", + "outbound_departure_time": "10:10", + "passengers": "2", + "price": "399", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 119, + "slot": "price", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 flight that is suitable. It is an American Airlines flight. It leaves at 7:20 am and has 1 stop. It costs $337." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could I get a refund if necessary?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, that ticket cannot be refunded." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Well, the flight sounds good anyway." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "So you want tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, actually, do not buy tickets. Could you look for round trip flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "next Friday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "return_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Friday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back next Friday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:05" + ], + "slot": "inbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "371" + ], + "slot": "price", + "values": [ + "$371" + ] + }, + { + "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": "Paris", + "origin_city": "Portland", + "passengers": "2", + "return_date": "2019-03-08" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "14:13", + "inbound_departure_time": "04:05", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "08:53", + "outbound_departure_time": "07:20", + "passengers": "2", + "price": "371", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 103, + "slot": "outbound_departure_time", + "start": 96 + }, + { + "exclusive_end": 136, + "slot": "inbound_departure_time", + "start": 129 + }, + { + "exclusive_end": 159, + "slot": "price", + "start": 155 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 good flight for your trip. How about an American Airlines flight? The outbound leaves 7:20 am and the return leaves at 4:05 am. The ticket costs $371." + }, + { + "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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Friday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight leve from and when does the outbound flight arrives?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "08:53" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:53 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_airport", + "start": 23 + }, + { + "exclusive_end": 91, + "slot": "outbound_arrival_time", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves from PDX International Airport and the outbound flight arrives 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": [ + "6th of this month" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Friday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds nice." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Could I buy 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": [ + "American Airlines" + ], + "departure_date": [ + "6th of this month" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "next Friday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one." + } + ] + }, + { + "dialogue_id": "37_00013", + "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 can you help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from and where is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, UK" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "origin_city", + "start": 36 + }, + { + "exclusive_end": 61, + "slot": "destination_city", + "start": 51 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am travelling with 4 friends from Atlanta, GA to London, UK." + }, + { + "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-11" + ], + "slot": "departure_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "departure_date", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on the 11th." + }, + { + "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": [ + "205" + ], + "slot": "price", + "values": [ + "$205" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "London", + "origin_city": "Atlanta", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "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": "4", + "price": "205", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "07:34", + "outbound_departure_time": "17:30", + "passengers": "4", + "price": "260", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:49", + "outbound_departure_time": "04:35", + "passengers": "4", + "price": "309", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "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": "06:15", + "passengers": "4", + "price": "308", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 104, + "slot": "outbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 146, + "slot": "price", + "start": 142 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 4 flights that meet your criteria. There is an American Airlines flight that leaves at 8:40 pm and has 0 stops. The ticket price is $205." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "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": [ + "17:30" + ], + "slot": "outbound_departure_time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "260" + ], + "slot": "price", + "values": [ + "$260" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 121, + "slot": "price", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found a Delta Airlines flight that leaves at 5:30 pm and has 0 stops. The cost of a ticket for this flight is $260." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United 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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any options to travel with United Airlines in any class?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:30" + ], + "slot": "outbound_departure_time", + "values": [ + "10:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "386" + ], + "slot": "price", + "values": [ + "$386" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_city": "London", + "origin_city": "Atlanta", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:34", + "outbound_departure_time": "10:30", + "passengers": "4", + "price": "386", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 118, + "slot": "price", + "start": 114 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 suitable flight with United Airlines which leaves at 10:30 am and has 0 stops. The cost of a ticket is $386." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which Airport does the flight leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "10:30 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "10:30 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "10:30 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to look at round trip flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you looking to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "return_date", + "start": 27 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "10:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to come back on the 13th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:30" + ], + "slot": "outbound_departure_time", + "values": [ + "10:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:25" + ], + "slot": "inbound_departure_time", + "values": [ + "10:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "408" + ], + "slot": "price", + "values": [ + "$408" + ] + }, + { + "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-11", + "destination_city": "London", + "origin_city": "Atlanta", + "passengers": "4", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "inbound_arrival_time": "04:29", + "inbound_departure_time": "22:25", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:34", + "outbound_departure_time": "10:30", + "passengers": "4", + "price": "408", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 88, + "slot": "outbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 112, + "slot": "inbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 141, + "slot": "price", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "have found 1 flight with United Airlines that meets your criteria. It leaves at 10:30 am and returns at 10:25 pm. The cost per ticket is $408." + }, + { + "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": [ + "the 11th" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "10:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Hartsfield-Jackson 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": [ + "United Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "10:25 pm" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "10:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. Can you help me purchase tickets for 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": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "10:30" + ], + "slot": "outbound_departure_time", + "values": [ + "10:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "22:25" + ], + "slot": "inbound_departure_time", + "values": [ + "10: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": 107, + "slot": "origin_city", + "start": 100 + }, + { + "exclusive_end": 129, + "slot": "destination_city", + "start": 123 + }, + { + "exclusive_end": 143, + "slot": "departure_date", + "start": 133 + }, + { + "exclusive_end": 171, + "slot": "return_date", + "start": 161 + }, + { + "exclusive_end": 119, + "slot": "outbound_departure_time", + "start": 111 + }, + { + "exclusive_end": 183, + "slot": "inbound_departure_time", + "start": 175 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay so to confirm: You would like Economy tickets for 4 people with United Airlines departing from Atlanta at 10:30 am to london on March 11th and returning on March 13th at 10:25 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": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "London, UK", + "london" + ], + "inbound_departure_time": [ + "10:25 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "10:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month", + "March 13th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_city": "London", + "inbound_departure_time": "22:25", + "origin_city": "Atlanta", + "outbound_departure_time": "10:30", + "passengers": "4", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "inbound_arrival_time": "04:29", + "inbound_departure_time": "22:25", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:34", + "outbound_departure_time": "10:30", + "passengers": "4", + "price": "408", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking has been made." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport", + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "London, UK", + "london" + ], + "inbound_departure_time": [ + "10:25 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "10:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month", + "March 13th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport doe the flight fly to and when does my return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "destination_airport", + "values": [ + "Heathrow International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "04:29" + ], + "slot": "inbound_arrival_time", + "values": [ + "4:29 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "destination_airport", + "start": 19 + }, + { + "exclusive_end": 75, + "slot": "inbound_arrival_time", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is Heathrow International Airport and it returns at 4:29 am" + }, + { + "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 11th", + "the 11th" + ], + "destination_city": [ + "London, UK", + "london" + ], + "inbound_departure_time": [ + "10:25 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "10:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month", + "March 13th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "great" + }, + { + "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": [ + "United Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "London, UK", + "london" + ], + "inbound_departure_time": [ + "10:25 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "10:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month", + "March 13th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "no" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "great" + } + ] + }, + { + "dialogue_id": "37_00014", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find some one-way flights. Can you find me one for a group of one?" + }, + { + "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": "Of course. What destination did you have in mind, and where were you wanting to leave from? Was there a date that worked best for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "this Sunday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 26 + }, + { + "exclusive_end": 73, + "slot": "destination_city", + "start": 66 + }, + { + "exclusive_end": 46, + "slot": "departure_date", + "start": 35 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I want to fly out of Portland this Sunday. I'll be headed to Seattle." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "89" + ], + "slot": "price", + "values": [ + "$89" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Seattle", + "origin_city": "Portland", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "06:58", + "outbound_departure_time": "06:00", + "passengers": "1", + "price": "89", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "10:33", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "70", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "23:43", + "outbound_departure_time": "22:45", + "passengers": "1", + "price": "68", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 110, + "slot": "outbound_departure_time", + "start": 106 + }, + { + "exclusive_end": 91, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I've found 3 flights that'll work for you. There's an American Airlines flight at $89. It leaves at 6 am and has 0 layovers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "List out another option for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "70" + ], + "slot": "price", + "values": [ + "$70" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 38, + "slot": "price", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Delta Airlines flight at $70. It leaves at 9:35 am and also has 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's keep looking. I prefer United Airlines and would like to go Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:15" + ], + "slot": "outbound_departure_time", + "values": [ + "7:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "106" + ], + "slot": "price", + "values": [ + "$106" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Seattle", + "origin_city": "Portland", + "passengers": "1", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "08:13", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "106", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 46, + "slot": "price", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. There's a United Airlines flight at $106. It takes off at 7:15 am and has 0 layovers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport is it flying in to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "destination_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will land 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": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:15 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like a good fit." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with anything else then?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "March 5th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "return_date", + "start": 65 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, let's look at round trip flights now. I want to fly back on March 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:15" + ], + "slot": "outbound_departure_time", + "values": [ + "7:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:15" + ], + "slot": "inbound_departure_time", + "values": [ + "4:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "115" + ], + "slot": "price", + "values": [ + "$115" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Seattle", + "origin_city": "Portland", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "05:13", + "inbound_departure_time": "04:15", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "08:13", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "115", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 111, + "slot": "outbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 142, + "slot": "inbound_departure_time", + "start": 135 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 flight that'll work for you. It's a United Airlines flight listed at $115. It flies out at 7:15 am, and it will return at 4:15 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does this flight land at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "destination_airport", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This one is still arriving in Seattle-Tacoma International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are the tickets for this flight refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sadly they are non-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": [ + "United Airlines" + ], + "departure_date": [ + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "4:15 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Well, let's go with this flight anyway. This is going to be a short trip. Can you purchase tickets for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-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": [ + "07:15" + ], + "slot": "outbound_departure_time", + "values": [ + "7:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "04:15" + ], + "slot": "inbound_departure_time", + "values": [ + "4:15 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": 72, + "slot": "origin_city", + "start": 64 + }, + { + "exclusive_end": 83, + "slot": "destination_city", + "start": 76 + }, + { + "exclusive_end": 194, + "slot": "departure_date", + "start": 176 + }, + { + "exclusive_end": 242, + "slot": "return_date", + "start": 230 + }, + { + "exclusive_end": 205, + "slot": "outbound_departure_time", + "start": 198 + }, + { + "exclusive_end": 253, + "slot": "inbound_departure_time", + "start": 246 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, let's confirm the details first though. You're flight from Portland to Seattle on United Airlines. You want 1 ticket with Premium Economy seating. The first flight is the day after tomorrow at 7:15 am, and the flight back is next Tuesday at 4:15 am." + }, + { + "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": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "4:15 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. Which airport is my flight departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Seattle", + "inbound_departure_time": "04:15", + "origin_city": "Portland", + "outbound_departure_time": "07:15", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "05:13", + "inbound_departure_time": "04:15", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "08:13", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "115", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_airport", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's taking off from PDX International Airport. Your ticket purchase 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": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "4:15 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Premium 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": "Do you need anything else at the moment?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this Sunday" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "4:15 am" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "7:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm fine. 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": "37_00015", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm going away, can you find some one-way 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": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your itinerary?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 13 + }, + { + "exclusive_end": 36, + "slot": "destination_city", + "start": 29 + }, + { + "exclusive_end": 68, + "slot": "departure_date", + "start": 50 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll go from Phoenix, AZ, to Seattle, leaving the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "224" + ], + "slot": "price", + "values": [ + "$224" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Seattle", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:40", + "passengers": "1", + "price": "224", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "222", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "11:42", + "outbound_departure_time": "07:25", + "passengers": "1", + "price": "232", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "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": "183", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 74, + "slot": "price", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight leaving at 8:40 am for a cost of $224. It has 1 scheduled stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does it arrive? Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:47" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:47 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "outbound_arrival_time", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No, the ticket is not refundable. The flight arrives at 2:47 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "8:40 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like the sound of it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I buy tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "8:40 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not yet." + }, + { + "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": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "8:40 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search for some round trip flights, please." + }, + { + "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-05" + ], + "slot": "return_date", + "values": [ + "March 5th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "return_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On March 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:15" + ], + "slot": "inbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "238" + ], + "slot": "price", + "values": [ + "$238" + ] + }, + { + "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": "Seattle", + "origin_city": "Phoenix", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "13:38", + "inbound_departure_time": "08:15", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:40", + "passengers": "1", + "price": "238", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 99, + "slot": "inbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 120, + "slot": "price", + "start": 116 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 convenient option- an American Airlines flight departing at 8:40 am, returning at 8:15 am, for a price of $238." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airports are on the route?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "destination_airport", + "start": 49 + }, + { + "exclusive_end": 45, + "slot": "origin_airport", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It goes from Sky Harbor International Airport to 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": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I buy 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": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please do that." + }, + { + "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-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:15" + ], + "slot": "inbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "origin_city", + "start": 67 + }, + { + "exclusive_end": 85, + "slot": "destination_city", + "start": 78 + }, + { + "exclusive_end": 130, + "slot": "departure_date", + "start": 112 + }, + { + "exclusive_end": 169, + "slot": "return_date", + "start": 157 + }, + { + "exclusive_end": 107, + "slot": "outbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 156, + "slot": "inbound_departure_time", + "start": 149 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So I'll buy 1 Economy ticket for the American Airlines flight from Phoenix to Seattle, departing at 8:40 am the day after tomorrow, and returning at 8:15 am next Tuesday. Is that okay?" + }, + { + "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" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "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-03", + "destination_city": "Seattle", + "inbound_departure_time": "08:15", + "origin_city": "Phoenix", + "outbound_departure_time": "08:40", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "13:38", + "inbound_departure_time": "08:15", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:40", + "passengers": "1", + "price": "238", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation was successful." + }, + { + "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": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th", + "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": "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": [ + "day after tomorrow" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all for now, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "37_00016", + "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 an affordable one-way flight for my birthday coming up." + }, + { + "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": "I can certainly help you with that. I just need some information first. I need to know where you are departing from, where you are going, and when you plan to leave." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "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": 37, + "slot": "origin_city", + "start": 27 + }, + { + "exclusive_end": 92, + "slot": "destination_city", + "start": 88 + }, + { + "exclusive_end": 63, + "slot": "departure_date", + "start": 45 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to leave from Washington on the 10th of this month and will be arriving at CDMX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "243" + ], + "slot": "price", + "values": [ + "$243" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Mexico City", + "origin_city": "Washington" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "10:15", + "passengers": "1", + "price": "243", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "10:00", + "passengers": "1", + "price": "355", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "02:05", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "323", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 98, + "slot": "outbound_departure_time", + "start": 90 + }, + { + "exclusive_end": 165, + "slot": "price", + "start": 161 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The first flight that comes up is an outbound flight by American Airlines that departs at 10:15 am. It appears to have 1 stop along the way and costs a total of $243." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "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": [ + "10th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Washington" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else? I really don't mind travelling economy and there will be a total of 4 people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:00" + ], + "slot": "outbound_departure_time", + "values": [ + "10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "355" + ], + "slot": "price", + "values": [ + "$355" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Mexico City", + "origin_city": "Washington", + "passengers": "4", + "seating_class": "Economy" + } + }, + "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": "4", + "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": "4", + "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": "4", + "price": "323", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Delta Airlines has a flight that will be leaving at 10 am but it too has 1 stop and the cost of the ticket is $355." + }, + { + "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": [ + "10th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I think I would prefer that flight over the first one you mentioned." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to proceed with reserving those tickets for you and your group?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to purchase tickets just yet. What can you find with round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Well that depends, on what day would you be returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "return_date", + "start": 41 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would be flying back no later than the 13th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:00" + ], + "slot": "outbound_departure_time", + "values": [ + "10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:00" + ], + "slot": "inbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "303" + ], + "slot": "price", + "values": [ + "$303" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_city": "Mexico City", + "origin_city": "Washington", + "passengers": "4", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "00:50", + "inbound_departure_time": "15:00", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "10:00", + "passengers": "4", + "price": "303", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 101, + "slot": "inbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 118, + "slot": "price", + "start": 114 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see that Delta Airlines has an outbound flight that leaves at 10 am and has a return flight at 3 pm which costs $303." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, can you tell me what time that flight would arrive at my destination and the time the return flight would arrive home?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "00:50" + ], + "slot": "inbound_arrival_time", + "values": [ + "0:50 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:05 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "inbound_arrival_time", + "start": 36 + }, + { + "exclusive_end": 70, + "slot": "outbound_arrival_time", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You would reach your destination at 0:50 am and arrive home at 8:05 pm, provided there are no unexpected delays." + }, + { + "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": [ + "10th of this month" + ], + "destination_city": [ + "CDMX" + ], + "inbound_departure_time": [ + "3 pm" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to reserve these tickets for you?" + }, + { + "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": [ + "10th of this month" + ], + "destination_city": [ + "CDMX" + ], + "inbound_departure_time": [ + "3 pm" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you. I can do that myself a little later." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can find 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": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "CDMX" + ], + "inbound_departure_time": [ + "3 pm" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, you've helped with the only item on my agenda today. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "37_00017", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 27 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need a one-way flight 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": "Where are you departing and where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "SD" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 15 + }, + { + "exclusive_end": 42, + "slot": "destination_city", + "start": 40 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing Phoenix, AZ and going to SD." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:45" + ], + "slot": "outbound_departure_time", + "values": [ + "10:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "74" + ], + "slot": "price", + "values": [ + "$74" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "San Diego", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "00:05", + "outbound_departure_time": "22:45", + "passengers": "1", + "price": "74", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "09:45", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "97", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "21:05", + "outbound_departure_time": "19:45", + "passengers": "1", + "price": "94", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "outbound_departure_time", + "start": 61 + }, + { + "exclusive_end": 83, + "slot": "price", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a Delta Airlines flight with 0 stops that departs at 10:45 pm. It costs $74." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does it land at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "destination_airport", + "values": [ + "SAN International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "destination_airport", + "start": 12 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It lands at SAN International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "10:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to buy you tickets now?" + }, + { + "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": [ + "March 9th" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "10:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need something more?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "10:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your return date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "10:45 pm" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am returning on the 11th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:45" + ], + "slot": "outbound_departure_time", + "values": [ + "10:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:05" + ], + "slot": "inbound_departure_time", + "values": [ + "5:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "86" + ], + "slot": "price", + "values": [ + "$86" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_city": "San Diego", + "origin_city": "Phoenix", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "inbound_arrival_time": "18:25", + "inbound_departure_time": "17:05", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "00:05", + "outbound_departure_time": "22:45", + "passengers": "1", + "price": "86", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 108, + "slot": "inbound_departure_time", + "start": 101 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 122 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Search revealed 1 flight for you. Delta Airlines departs at 10:45 pm and the return flight leaves at 5:05 pm. The cost is $86." + }, + { + "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 9th" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "10:45 pm" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the first flight land?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "00:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "0:05 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "outbound_arrival_time", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The first flight lands at 0:05 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "10:45 pm" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does my second flight land at what airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "destination_airport", + "values": [ + "SAN International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:25" + ], + "slot": "inbound_arrival_time", + "values": [ + "6:25 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "destination_airport", + "start": 38 + }, + { + "exclusive_end": 34, + "slot": "inbound_arrival_time", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The second flight lands at 6:25 pm at SAN 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": [ + "SD" + ], + "inbound_departure_time": [ + "5:05 pm" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "10:45 pm" + ], + "return_date": [ + "11th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me. Can you get me tickets for my short trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "22:45" + ], + "slot": "outbound_departure_time", + "values": [ + "10:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:05" + ], + "slot": "inbound_departure_time", + "values": [ + "5: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": 63, + "slot": "origin_city", + "start": 56 + }, + { + "exclusive_end": 76, + "slot": "destination_city", + "start": 67 + }, + { + "exclusive_end": 126, + "slot": "departure_date", + "start": 117 + }, + { + "exclusive_end": 180, + "slot": "return_date", + "start": 170 + }, + { + "exclusive_end": 113, + "slot": "outbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 166, + "slot": "inbound_departure_time", + "start": 159 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 1 seat in Economy class on Delta Airlines from Phoenix to San Diego. The first flight leaves at 10:45 pm on March 9th and the second flight leaves at 5:05 pm on March 11th. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SD", + "San Diego" + ], + "inbound_departure_time": [ + "5:05 pm" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "10:45 pm" + ], + "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-09", + "destination_city": "San Diego", + "inbound_departure_time": "17:05", + "origin_city": "Phoenix", + "outbound_departure_time": "22:45", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "inbound_arrival_time": "18:25", + "inbound_departure_time": "17:05", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "00:05", + "outbound_departure_time": "22:45", + "passengers": "1", + "price": "86", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your flight 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": [ + "Delta Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "SD", + "San Diego" + ], + "inbound_departure_time": [ + "5:05 pm" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "10:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot. That is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00018", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a one way flight?" + }, + { + "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 will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "March 6th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 17 + }, + { + "exclusive_end": 57, + "slot": "departure_date", + "start": 48 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 6th" + ], + "destination_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be going to Phoenix and I want to leave on March 6th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And where will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 24 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 6th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to leave from NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:30" + ], + "slot": "outbound_departure_time", + "values": [ + "7:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "316" + ], + "slot": "price", + "values": [ + "$316" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Phoenix", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:38", + "outbound_departure_time": "07:30", + "passengers": "1", + "price": "316", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:38", + "outbound_departure_time": "08:40", + "passengers": "1", + "price": "292", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:17", + "outbound_departure_time": "08:20", + "passengers": "1", + "price": "298", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "outbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 113, + "slot": "price", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights that match. There's a Delta Airlines flight that leaves at 7:30 am with 1 stop. It costs $316." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 6th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "292" + ], + "slot": "price", + "values": [ + "$292" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 85, + "slot": "price", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Southwest Airlines flight that leaves at 8:40 am with 1 stop. It costs $292." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 6th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:20" + ], + "slot": "outbound_departure_time", + "values": [ + "8:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "298" + ], + "slot": "price", + "values": [ + "$298" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 82, + "slot": "price", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a United Airlines flight that leaves at 8:20 am with 1 stop. It costs $298." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 6th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "And what time does it arrive? Also, is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:17" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:17 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 1:17 pm, and I'm sorry but the ticket is no refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 6th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "8:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that's still good. Now, can you search for round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "March 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "return_date", + "start": 21 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 6th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be returning on March 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:20" + ], + "slot": "outbound_departure_time", + "values": [ + "8:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:15" + ], + "slot": "inbound_departure_time", + "values": [ + "7:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "311" + ], + "slot": "price", + "values": [ + "$311" + ] + }, + { + "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-06", + "destination_city": "Phoenix", + "origin_city": "New York", + "return_date": "2019-03-08" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "inbound_arrival_time": "18:40", + "inbound_departure_time": "07:15", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:17", + "outbound_departure_time": "08:20", + "passengers": "1", + "price": "311", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 131, + "slot": "inbound_departure_time", + "start": 124 + }, + { + "exclusive_end": 146, + "slot": "price", + "start": 142 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 flight that can. It's United Airlines and the outbound flight leaves at 8:20 am with the return flight leaving at 7:15 am. it costs $311." + }, + { + "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": [ + "United Airlines" + ], + "departure_date": [ + "March 6th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the outward flight arrive? And is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:17" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:17 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "outbound_arrival_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight arrives at 1:17 pm, and the ticket is not refundable, sorry." + }, + { + "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 6th" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "7:15 am" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Well, that still work for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 6th" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "7:15 am" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "return_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "For my short trip, can you help me buy the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "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-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:20" + ], + "slot": "outbound_departure_time", + "values": [ + "8:20 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:15" + ], + "slot": "inbound_departure_time", + "values": [ + "7:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 79, + "slot": "origin_city", + "start": 71 + }, + { + "exclusive_end": 116, + "slot": "destination_city", + "start": 109 + }, + { + "exclusive_end": 94, + "slot": "departure_date", + "start": 80 + }, + { + "exclusive_end": 140, + "slot": "return_date", + "start": 129 + }, + { + "exclusive_end": 105, + "slot": "outbound_departure_time", + "start": 98 + }, + { + "exclusive_end": 159, + "slot": "inbound_departure_time", + "start": 152 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, please make sure this is all correct, the flight is leaving from New York next Wednesday at 8:20 am to Phoenix. It returns next Friday leaving at 7:15 am. It will be on United Airlines. And it is 1 seat in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 6th", + "next Wednesday" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "7:15 am" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 8th", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's correct. And what time does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:40" + ], + "slot": "inbound_arrival_time", + "values": [ + "6:40 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_city": "Phoenix", + "inbound_departure_time": "07:15", + "origin_city": "New York", + "outbound_departure_time": "08:20", + "passengers": "1", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "inbound_arrival_time": "18:40", + "inbound_departure_time": "07:15", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:17", + "outbound_departure_time": "08:20", + "passengers": "1", + "price": "311", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "inbound_arrival_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight arrives at 6:40 pm. I've booked the ticket." + }, + { + "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 6th", + "next Wednesday" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "7:15 am" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 8th", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help, that's it for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, have a great day." + } + ] + }, + { + "dialogue_id": "37_00019", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one way flight please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you leave and what is your destintation?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Ciudad de Mexico" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 56, + "slot": "destination_city", + "start": 40 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Portland and going to Ciudad de Mexico." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "March 3rd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave March 3rd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "270" + ], + "slot": "price", + "values": [ + "$270" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Mexico City", + "origin_city": "Portland" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "270", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "268", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "276", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "02:05", + "outbound_departure_time": "16:55", + "passengers": "1", + "price": "259", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "10:35", + "passengers": "1", + "price": "287", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 flight.s The first is on Alaska Airlines and leaves at 10:10 am. This flight stops 1 time and costs $270." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it arrive to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "destination_airport", + "values": [ + "Benito Juarez International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "destination_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Benito Juarez International Airport." + }, + { + "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": [ + "March 3rd" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "PDX International Airport is the departure site." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is available." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "268" + ], + "slot": "price", + "values": [ + "$268" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 82, + "slot": "price", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have an American Airlines outbound flight at 7:20 am with 1 stop that costs $268." + }, + { + "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": [ + "March 3rd" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else do you have. I need four seats." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "276" + ], + "slot": "price", + "values": [ + "$276" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Mexico City", + "origin_city": "Portland", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "10:10", + "passengers": "4", + "price": "270", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "07:20", + "passengers": "4", + "price": "268", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "08:45", + "passengers": "4", + "price": "276", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "02:05", + "outbound_departure_time": "16:55", + "passengers": "4", + "price": "259", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "10:35", + "passengers": "4", + "price": "287", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 90, + "slot": "price", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Delta Airlines has an outbound flight that has 1 stop and leaves at 8:45 am. It costs $276." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I do anything else for you?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Will you search round trip flights please." + }, + { + "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-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "return_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Tuesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:45" + ], + "slot": "inbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "293" + ], + "slot": "price", + "values": [ + "$293" + ] + }, + { + "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": "Mexico City", + "origin_city": "Portland", + "passengers": "4", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "21:33", + "inbound_departure_time": "13:45", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "08:45", + "passengers": "4", + "price": "293", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 45, + "slot": "outbound_departure_time", + "start": 38 + }, + { + "exclusive_end": 70, + "slot": "inbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 79, + "slot": "price", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight on Delta Airlines at 8:45 am and returning at 1:45 pm for $293." + }, + { + "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": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Tuesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When do both flights arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "21:33" + ], + "slot": "inbound_arrival_time", + "values": [ + "9:33 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "18:53" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:53 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "inbound_arrival_time", + "start": 29 + }, + { + "exclusive_end": 75, + "slot": "outbound_arrival_time", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight arrives at 9:33 pm and outbound flight arrives at 6:53 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 3rd" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Tuesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you purchase the tickets please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:45" + ], + "slot": "inbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 44, + "slot": "destination_city", + "start": 33 + }, + { + "exclusive_end": 85, + "slot": "departure_date", + "start": 67 + }, + { + "exclusive_end": 112, + "slot": "return_date", + "start": 100 + }, + { + "exclusive_end": 153, + "slot": "outbound_departure_time", + "start": 146 + }, + { + "exclusive_end": 194, + "slot": "inbound_departure_time", + "start": 187 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a flight from Portland to Mexico City on Delta Airlines the day after tomorrow and returning next Tuesday. The departure flight arrives at 8:45 am and the return flight arrives at 1:45 pm. The seating class is Economy and it is for 4 people." + }, + { + "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": [ + "Ciudad de Mexico", + "Mexico City" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_city": "Mexico City", + "inbound_departure_time": "13:45", + "origin_city": "Portland", + "outbound_departure_time": "08:45", + "passengers": "4", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "21:33", + "inbound_departure_time": "13:45", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "08:45", + "passengers": "4", + "price": "293", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are reserved." + }, + { + "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 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Ciudad de Mexico", + "Mexico City" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for everything." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I do anything else 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": [ + "March 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Ciudad de Mexico", + "Mexico City" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00020", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me some one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, I can help you with that. I need your departure and arrival cities, as well as the dates." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "the 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 16 + }, + { + "exclusive_end": 33, + "slot": "destination_city", + "start": 31 + }, + { + "exclusive_end": 45, + "slot": "departure_date", + "start": 37 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going from Seattle, WA to SF on the 10th." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "106" + ], + "slot": "price", + "values": [ + "$106" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "San Francisco", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "106", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "00:36", + "outbound_departure_time": "22:25", + "passengers": "1", + "price": "125", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "111", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "00:01", + "outbound_departure_time": "21:50", + "passengers": "1", + "price": "116", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "97", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "outbound_departure_time", + "start": 71 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found you a flight on Alaska Airlines. It has 0 stops and departs at 12 pm. The ticket price is $106." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer United Airlines. Do you have any other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "97" + ], + "slot": "price", + "values": [ + "$97" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_city": "San Francisco", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "97", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 55 + }, + { + "exclusive_end": 106, + "slot": "price", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found you 1 flight on United Airlines that leaves at 8:30 pm. There are 0 stops and the ticket costs $97." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me. Are there any round trip flights available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When is your departure date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:30 pm" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back on the 12th, preferably." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:10" + ], + "slot": "inbound_departure_time", + "values": [ + "1:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "117" + ], + "slot": "price", + "values": [ + "$117" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_city": "San Francisco", + "origin_city": "Seattle", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "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": "117", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 87, + "slot": "inbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 106, + "slot": "price", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a flight on United Airlines that leaves outbound 8:30 pm and returns at 1:10 pm. The price is $117." + }, + { + "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 10th" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "1:10 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:30 pm" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. My trip is short. Can you buy tickets for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "20:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:10" + ], + "slot": "inbound_departure_time", + "values": [ + "1: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": 70, + "slot": "origin_city", + "start": 63 + }, + { + "exclusive_end": 125, + "slot": "destination_city", + "start": 112 + }, + { + "exclusive_end": 84, + "slot": "departure_date", + "start": 74 + }, + { + "exclusive_end": 150, + "slot": "return_date", + "start": 140 + }, + { + "exclusive_end": 95, + "slot": "outbound_departure_time", + "start": 88 + }, + { + "exclusive_end": 136, + "slot": "inbound_departure_time", + "start": 129 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I am booking 1 Economy class ticket on United Airlines leaving Seattle on March 10th at 8:30 pm. Returning from San Francisco at 1:10 pm on March 12th. Is that correct?" + }, + { + "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": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "1:10 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. 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": "United Airlines", + "departure_date": "2019-03-10", + "destination_city": "San Francisco", + "inbound_departure_time": "13:10", + "origin_city": "Seattle", + "outbound_departure_time": "20:30", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "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": "117", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have confirmed your ticket which, unfortunately, 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": [ + "United Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "1:10 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th", + "the 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": "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 10th", + "the 10th" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "1:10 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:30 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": "37_00021", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find a one-way ticket for me" + }, + { + "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-07" + ], + "slot": "departure_date", + "values": [ + "the 7th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will leave on the 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": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "origin_city": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling from New York" + }, + { + "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": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am visiting Paris" + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "235" + ], + "slot": "price", + "values": [ + "$235" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Paris", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "22:22", + "outbound_departure_time": "07:35", + "passengers": "1", + "price": "235", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:37", + "outbound_departure_time": "22:50", + "passengers": "1", + "price": "230", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "06:47", + "outbound_departure_time": "16:00", + "passengers": "1", + "price": "211", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "13:52", + "outbound_departure_time": "23:05", + "passengers": "1", + "price": "194", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 35, + "slot": "outbound_departure_time", + "start": 28 + }, + { + "exclusive_end": 44, + "slot": "price", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines depart at 7:35 am for $235. this is 0 stop flight" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does it depart from and what time does it arrive" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "22:22" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:22 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "origin_airport", + "start": 22 + }, + { + "exclusive_end": 66, + "slot": "outbound_arrival_time", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This will depart from JFK International Airport arrive at 10:22 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "7:35 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase a ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "7:35 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No not yet" + }, + { + "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": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "7:35 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want a round trip" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you traveling back" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "return_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Paris" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "7:35 am" + ], + "return_date": [ + "9th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return on 9th of this month" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:35" + ], + "slot": "outbound_departure_time", + "values": [ + "7:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:05" + ], + "slot": "inbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "264" + ], + "slot": "price", + "values": [ + "$264" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Paris", + "origin_city": "New York", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "06:52", + "inbound_departure_time": "04:05", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "22:22", + "outbound_departure_time": "07:35", + "passengers": "1", + "price": "264", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 35, + "slot": "outbound_departure_time", + "start": 28 + }, + { + "exclusive_end": 57, + "slot": "inbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 66, + "slot": "price", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines depart at 7:35 am and return at 4:05 am for $264" + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "7:35 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "9th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you buy ticket for 4 people for me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "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-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:35" + ], + "slot": "outbound_departure_time", + "values": [ + "7:35 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "04:05" + ], + "slot": "inbound_departure_time", + "values": [ + "4: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": 91, + "slot": "origin_city", + "start": 83 + }, + { + "exclusive_end": 100, + "slot": "destination_city", + "start": 95 + }, + { + "exclusive_end": 124, + "slot": "departure_date", + "start": 111 + }, + { + "exclusive_end": 159, + "slot": "return_date", + "start": 150 + }, + { + "exclusive_end": 135, + "slot": "outbound_departure_time", + "start": 128 + }, + { + "exclusive_end": 170, + "slot": "inbound_departure_time", + "start": 163 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm your booking for 4 tickets flying on American Airlines Economy from New York to Paris departing next Thursday at 7:35 am and arrive on March 9th at 4:05 am" + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "next Thursday", + "the 7th" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "7:35 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "9th of this month", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please, are the tickets 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": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Paris", + "inbound_departure_time": "04:05", + "origin_city": "New York", + "outbound_departure_time": "07:35", + "passengers": "4", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "06:52", + "inbound_departure_time": "04:05", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "22:22", + "outbound_departure_time": "07:35", + "passengers": "4", + "price": "264", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "your booking is confirmed. tickets are 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": [ + "next Thursday", + "the 7th" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "7:35 am" + ], + "passengers": [ + "4" + ], + "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": "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": [ + "next Thursday", + "the 7th" + ], + "destination_city": [ + "Paris" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "7:35 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "9th of this month", + "March 9th" + ], + "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": "37_00022", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need a flight for two people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What dates will you traveling? What airport would you like to fly out of? What city will you be flying too?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "destination_city", + "values": [ + "New Delhi" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "5th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 59 + }, + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 24 + }, + { + "exclusive_end": 49, + "slot": "departure_date", + "start": 37 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "New Delhi" + ], + "origin_city": [ + "Vegas" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be flying out of Vegas on the 5th of March going to New Delhi." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "341" + ], + "slot": "price", + "values": [ + "$341" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Delhi", + "origin_city": "Las Vegas", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:39", + "outbound_departure_time": "10:55", + "passengers": "2", + "price": "341", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:39", + "outbound_departure_time": "12:20", + "passengers": "2", + "price": "345", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:39", + "outbound_departure_time": "14:35", + "passengers": "2", + "price": "348", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:39", + "outbound_departure_time": "12:05", + "passengers": "2", + "price": "351", + "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 options for you. American Airlines departing at 10:55 am with 1 stop for $341." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "New Delhi" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good. Can you find a flight back?" + }, + { + "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-07" + ], + "slot": "return_date", + "values": [ + "March 7th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "return_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "New Delhi" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "March 7th" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:00" + ], + "slot": "inbound_departure_time", + "values": [ + "7 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "379" + ], + "slot": "price", + "values": [ + "$379" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_city": "Delhi", + "origin_city": "Las Vegas", + "passengers": "2", + "return_date": "2019-03-07" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "inbound_arrival_time": "21:35", + "inbound_departure_time": "19:00", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:39", + "outbound_departure_time": "10:55", + "passengers": "2", + "price": "379", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 90, + "slot": "inbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 109, + "slot": "price", + "start": 105 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines departing flight leaves at 10:55 am and the return flight leaves at 7 pm. The total is $379 for the ticket" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March" + ], + "destination_city": [ + "New Delhi" + ], + "inbound_departure_time": [ + "7 pm" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 7th" + ] + } + } + } + ], + "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": "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": [ + "5th of March" + ], + "destination_city": [ + "New Delhi" + ], + "inbound_departure_time": [ + "7 pm" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please do." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "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-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "10:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "19:00" + ], + "slot": "inbound_departure_time", + "values": [ + "7 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": 70, + "slot": "origin_city", + "start": 61 + }, + { + "exclusive_end": 111, + "slot": "destination_city", + "start": 106 + }, + { + "exclusive_end": 83, + "slot": "departure_date", + "start": 71 + }, + { + "exclusive_end": 139, + "slot": "return_date", + "start": 126 + }, + { + "exclusive_end": 95, + "slot": "outbound_departure_time", + "start": 87 + }, + { + "exclusive_end": 147, + "slot": "inbound_departure_time", + "start": 143 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines flight with Economy seating departing from Las Vegas next Tuesday at 10:55 am flying to Delhi and returning next Thursday at 7 pm for 2 passengers. Is that correct." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "Delhi", + "New Delhi" + ], + "inbound_departure_time": [ + "7 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 7th", + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good. What time do I arrive in Delhi?" + }, + { + "frames": [ + { + "actions": [ + { + "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-05", + "destination_city": "Delhi", + "inbound_departure_time": "19:00", + "origin_city": "Las Vegas", + "outbound_departure_time": "10:55", + "passengers": "2", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "inbound_arrival_time": "21:35", + "inbound_departure_time": "19:00", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:39", + "outbound_departure_time": "10:55", + "passengers": "2", + "price": "379", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_arrival_time", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed. Your arrival time into Delhi is 8:39 pm" + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "Delhi", + "New Delhi" + ], + "inbound_departure_time": [ + "7 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 7th", + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive and is the tick refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Indira Gandhi International Airport" + ], + "slot": "destination_airport", + "values": [ + "Indira Gandhi International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "destination_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Indira Gandhi International Airport and the tick is non refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "5th of March", + "next Tuesday" + ], + "destination_city": [ + "Delhi", + "New Delhi" + ], + "inbound_departure_time": [ + "7 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 7th", + "next Thursday" + ], + "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": "37_00023", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Atlanta, can you help me find some one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "Monday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "departure_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On Monday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "origin_city", + "start": 5 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From NY." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:45" + ], + "slot": "outbound_departure_time", + "values": [ + "11:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "135" + ], + "slot": "price", + "values": [ + "$135" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Atlanta", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "14:07", + "outbound_departure_time": "11:45", + "passengers": "1", + "price": "135", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "09:42", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "137", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "11:27", + "outbound_departure_time": "09:05", + "passengers": "1", + "price": "124", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "21:27", + "outbound_departure_time": "19:05", + "passengers": "1", + "price": "140", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 75, + "slot": "price", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about travelling with American Airlines at 11:45 am, for a cost of $135. There will be 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": [ + "Monday next week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "137" + ], + "slot": "price", + "values": [ + "$137" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about a Delta Airlines flight leaving at 7:20 am, with 0 stops, for a cost of $137." + }, + { + "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": [ + "Monday next week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "origin_airport", + "start": 5 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "From 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": [ + "Monday next week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "7:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I buy tickets for it now?" + }, + { + "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": [ + "Monday next week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "7:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not yet." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else you want help with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "7:20 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to search for round trip flights." + }, + { + "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-06" + ], + "slot": "return_date", + "values": [ + "March 6th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "return_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On March 6th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:40" + ], + "slot": "inbound_departure_time", + "values": [ + "3:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "138" + ], + "slot": "price", + "values": [ + "$138" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_city": "Atlanta", + "origin_city": "New York", + "return_date": "2019-03-06" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "18:02", + "inbound_departure_time": "15:40", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "09:42", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "138", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 76, + "slot": "inbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 96, + "slot": "price", + "start": 92 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about a Delta Airlines flight departing at 7:20 am, returning at 3:40 pm, for a cost of $138." + }, + { + "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": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3:40 pm" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like the sound of that, please buy flight tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:40" + ], + "slot": "inbound_departure_time", + "values": [ + "3: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": 73, + "slot": "origin_city", + "start": 65 + }, + { + "exclusive_end": 84, + "slot": "destination_city", + "start": 77 + }, + { + "exclusive_end": 105, + "slot": "departure_date", + "start": 94 + }, + { + "exclusive_end": 146, + "slot": "return_date", + "start": 132 + }, + { + "exclusive_end": 116, + "slot": "outbound_departure_time", + "start": 109 + }, + { + "exclusive_end": 157, + "slot": "inbound_departure_time", + "start": 150 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So I'll book 1 Economy ticket for the Delta Airlines flight from New York to Atlanta, leaving next Monday at 7:20 am, and returning next Wednesday at 3:40 pm. Is that okay?" + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "Monday next week", + "next Monday" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3:40 pm" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 6th", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes it is. Where will the flight depart from, and how long will it take?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "09:42" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:42 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": "Atlanta", + "inbound_departure_time": "15:40", + "origin_city": "New York", + "outbound_departure_time": "07:20", + "passengers": "1", + "return_date": "2019-03-06", + "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": "18:02", + "inbound_departure_time": "15:40", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "09:42", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "138", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 81, + "slot": "origin_airport", + "start": 56 + }, + { + "exclusive_end": 105, + "slot": "outbound_arrival_time", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation was successful. You'll be flying out of JFK International Airport, and landing at 9:42 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": [ + "Monday next week", + "next Monday" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3:40 pm" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 6th", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's all I need for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "37_00024", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_city", + "start": 42 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SF" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need one ticket for a one-way flight to SF." + }, + { + "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, what day and where will you leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "CDMX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "Next Friday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 11, + "slot": "departure_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Next Friday" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Next Friday and from CDMX." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "162" + ], + "slot": "price", + "values": [ + "$162" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "San Francisco", + "origin_city": "Mexico City", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "162", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "05:28", + "outbound_departure_time": "03:45", + "passengers": "1", + "price": "144", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "10:08", + "outbound_departure_time": "08:25", + "passengers": "1", + "price": "169", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 113, + "slot": "outbound_departure_time", + "start": 106 + }, + { + "exclusive_end": 122, + "slot": "price", + "start": 118 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights that I've found. How about an American Airlines flight that has 0 stops and leaves at 2:55 pm for $162?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "Next Friday" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport will the plain arrive from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_airport", + "start": 4 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The SFO International Airport." + }, + { + "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": [ + "Next Friday" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does it depart and what's the flight arrival time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "origin_airport", + "values": [ + "Benito Juarez International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "16:38" + ], + "slot": "outbound_arrival_time", + "values": [ + "4:38 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "origin_airport", + "start": 16 + }, + { + "exclusive_end": 74, + "slot": "outbound_arrival_time", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It departs from Benito Juarez International Airport and arrives at 4:38 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Friday" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I book tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Friday" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, please search for a round trip flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date will be you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "return_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Friday" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "March 10th." + }, + { + "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": [ + "166" + ], + "slot": "price", + "values": [ + "$166" + ] + }, + { + "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-08", + "destination_city": "San Francisco", + "origin_city": "Mexico City", + "passengers": "1", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "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": "166", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 83, + "slot": "inbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 92, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There 1 flight from American Airlines that leaves at 2:55 pm and returns at 1:20 pm for $166" + }, + { + "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": [ + "Next Friday" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "1:20 pm" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, thanks." + }, + { + "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": [ + "Next Friday" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "1:20 pm" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please." + }, + { + "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-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + }, + { + "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": 99, + "slot": "origin_city", + "start": 88 + }, + { + "exclusive_end": 140, + "slot": "destination_city", + "start": 127 + }, + { + "exclusive_end": 152, + "slot": "departure_date", + "start": 141 + }, + { + "exclusive_end": 183, + "slot": "return_date", + "start": 173 + }, + { + "exclusive_end": 110, + "slot": "outbound_departure_time", + "start": 103 + }, + { + "exclusive_end": 194, + "slot": "inbound_departure_time", + "start": 187 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm your flight: 1 economy seat for an American Airlines flight leaving from Mexico City at 2:55 pm and arriving at San Francisco next Friday. The flight returns March 10th at 1:20 pm." + }, + { + "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 Friday", + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "1:20 pm" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, which airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "San Francisco", + "inbound_departure_time": "13:20", + "origin_city": "Mexico City", + "outbound_departure_time": "14:55", + "passengers": "1", + "return_date": "2019-03-10", + "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": "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": "166", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "destination_airport", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirmation to SFO International Airport 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": [ + "Next Friday", + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "1:20 pm" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th" + ], + "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": "Would you like anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Friday", + "next Friday" + ], + "destination_city": [ + "SF", + "San Francisco" + ], + "inbound_departure_time": [ + "1:20 pm" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "2:55 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope! Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00025", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I may have to fly out for a family emergency. Can you help me find refundable tickets for one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you flying to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Washington" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "Wednesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "departure_date", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on Wednesday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city will you be flying out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Seattle" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Seattle and would like to go in Economy seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:55" + ], + "slot": "outbound_departure_time", + "values": [ + "4:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "321" + ], + "slot": "price", + "values": [ + "$321" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Washington", + "origin_city": "Seattle", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "17:05", + "outbound_departure_time": "04:55", + "passengers": "1", + "price": "321", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "03:13", + "outbound_departure_time": "18:25", + "passengers": "1", + "price": "179", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "05:53", + "outbound_departure_time": "21:05", + "passengers": "1", + "price": "203", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_departure_time", + "start": 61 + }, + { + "exclusive_end": 45, + "slot": "price", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight for $321 that leaves at 4:55 am and has 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Seattle" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "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": [ + "18:25" + ], + "slot": "outbound_departure_time", + "values": [ + "6:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "179" + ], + "slot": "price", + "values": [ + "$179" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 41, + "slot": "price", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight for $179 that leaves at 6:25 pm and has 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Seattle" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airports will I be flying in and out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "destination_airport", + "values": [ + "Dulles International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 96, + "slot": "destination_airport", + "start": 68 + }, + { + "exclusive_end": 54, + "slot": "origin_airport", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Departure is from Seattle-Tacoma International Airport, arriving at Dulles International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Seattle" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:05" + ], + "slot": "outbound_departure_time", + "values": [ + "9:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "203" + ], + "slot": "price", + "values": [ + "$203" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 42, + "slot": "price", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a United Airlines flight for $203 that leaves at 9:05 pm and has 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to book the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "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": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about round trip flights for 1 person?" + }, + { + "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-10" + ], + "slot": "return_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "return_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back on the 10th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:05" + ], + "slot": "outbound_departure_time", + "values": [ + "9:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:15" + ], + "slot": "inbound_departure_time", + "values": [ + "5:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "265" + ], + "slot": "price", + "values": [ + "$265" + ] + }, + { + "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-06", + "destination_city": "Washington", + "origin_city": "Seattle", + "passengers": "1", + "refundable": "True", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "inbound_arrival_time": "21:52", + "inbound_departure_time": "17:15", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "05:53", + "outbound_departure_time": "21:05", + "passengers": "1", + "price": "265", + "refundable": "True", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 87, + "slot": "inbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 41, + "slot": "price", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 United Airlines flight for $265 that leaves at 9:05 pm and returns at 5:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airports would I be going in and out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "destination_airport", + "values": [ + "Dulles International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 101, + "slot": "destination_airport", + "start": 73 + }, + { + "exclusive_end": 54, + "slot": "origin_airport", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Departure is from Seattle-Tacoma International Airport and arrival is at Dulles 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": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "5:15 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "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": "Did you want 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": [ + "United Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "5:15 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, let's book this flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "21:05" + ], + "slot": "outbound_departure_time", + "values": [ + "9:05 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:15" + ], + "slot": "inbound_departure_time", + "values": [ + "5: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": 95, + "slot": "origin_city", + "start": 88 + }, + { + "exclusive_end": 152, + "slot": "destination_city", + "start": 142 + }, + { + "exclusive_end": 110, + "slot": "departure_date", + "start": 96 + }, + { + "exclusive_end": 166, + "slot": "return_date", + "start": 156 + }, + { + "exclusive_end": 121, + "slot": "outbound_departure_time", + "start": 114 + }, + { + "exclusive_end": 177, + "slot": "inbound_departure_time", + "start": 170 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: United Airlines flight for 1 passenger in Economy seating, leaving from Seattle next Wednesday at 9:05 pm, and returning from Washington on March 10th at 5:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "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", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Wednesday next week", + "next Wednesday" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "5:15 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's good. What arrival times am I looking at for both flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "21:52" + ], + "slot": "inbound_arrival_time", + "values": [ + "9:52 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "05:53" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:53 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_city": "Washington", + "inbound_departure_time": "17:15", + "origin_city": "Seattle", + "outbound_departure_time": "21:05", + "passengers": "1", + "refundable": "True", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "inbound_arrival_time": "21:52", + "inbound_departure_time": "17:15", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "05:53", + "outbound_departure_time": "21:05", + "passengers": "1", + "price": "265", + "refundable": "True", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 103, + "slot": "inbound_arrival_time", + "start": 96 + }, + { + "exclusive_end": 66, + "slot": "outbound_arrival_time", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been purchased. Washington arrival time is 5:53 am, and Seattle arrival time is 9:52 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": [ + "Wednesday next week", + "next Wednesday" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "5:15 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "10th of this month", + "March 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 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": [ + "Wednesday next week", + "next Wednesday" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "5:15 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "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 great day." + } + ] + }, + { + "dialogue_id": "37_00026", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell me one way flights with United Airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your departure city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "origin_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I depart form ATL." + }, + { + "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": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, England" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "the 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "destination_city", + "start": 51 + }, + { + "exclusive_end": 27, + "slot": "departure_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on the 10th from Delta Airlines to London, England." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:30" + ], + "slot": "outbound_departure_time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "222" + ], + "slot": "price", + "values": [ + "$222" + ] + }, + { + "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-10", + "destination_city": "London", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "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": "222", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 45, + "slot": "outbound_departure_time", + "start": 38 + }, + { + "exclusive_end": 67, + "slot": "price", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 Delta Airlines departure for 5:30 pm with 0 stops for $222." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is arrival Airport and what is departure airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "destination_airport", + "values": [ + "Heathrow International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "destination_airport", + "start": 15 + }, + { + "exclusive_end": 103, + "slot": "origin_airport", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Destination is Heathrow International Airport and departs from Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "5:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like that flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want reservations?" + }, + { + "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 10th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "5:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I do not want them." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "5:30 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Search for round trip now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you arrive back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to arrive back March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:30" + ], + "slot": "outbound_departure_time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "267" + ], + "slot": "price", + "values": [ + "$267" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_city": "London", + "origin_city": "Atlanta", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "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": "267", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "outbound_departure_time", + "start": 37 + }, + { + "exclusive_end": 64, + "slot": "inbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 73, + "slot": "price", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a Delta Airlines departure at 5:30 pm and returns at 8 am for $267." + }, + { + "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": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "London, England" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does return arrive back and what is departing airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:21" + ], + "slot": "inbound_arrival_time", + "values": [ + "8:21 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 79, + "slot": "origin_airport", + "start": 39 + }, + { + "exclusive_end": 21, + "slot": "inbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return is 8:21 pm and departs from 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 10th" + ], + "destination_city": [ + "London, England" + ], + "inbound_departure_time": [ + "8 am" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like that flight." + }, + { + "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?" + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "London, England" + ], + "inbound_departure_time": [ + "8 am" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes any class is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:30" + ], + "slot": "outbound_departure_time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:00" + ], + "slot": "inbound_departure_time", + "values": [ + "8 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "origin_city", + "start": 51 + }, + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 62 + }, + { + "exclusive_end": 27, + "slot": "departure_date", + "start": 17 + }, + { + "exclusive_end": 104, + "slot": "return_date", + "start": 94 + }, + { + "exclusive_end": 35, + "slot": "outbound_departure_time", + "start": 28 + }, + { + "exclusive_end": 127, + "slot": "inbound_departure_time", + "start": 123 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm a March 10th 5:30 pm departure from Atlanta to London on Delta Airlines with a March 12th return leaving at 8 am with a economy seats for 1." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "London", + "London, England" + ], + "inbound_departure_time": [ + "8 am" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I confirm. What is arrival airport and is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "destination_airport", + "values": [ + "Heathrow International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_city": "London", + "inbound_departure_time": "08:00", + "origin_city": "Atlanta", + "outbound_departure_time": "17:30", + "passengers": "1", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "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": "267", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "destination_airport", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed with destination to Heathrow International Airport and 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": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "London", + "London, England" + ], + "inbound_departure_time": [ + "8 am" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can do?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th", + "the 10th" + ], + "destination_city": [ + "London", + "London, England" + ], + "inbound_departure_time": [ + "8 am" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "5:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is all for today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day and thanks." + } + ] + }, + { + "dialogue_id": "37_00027", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Would you look for one way flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to go and where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London, UK" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 52, + "slot": "departure_date", + "start": 35 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from London, UK on the 9th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NYC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will go to NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:05" + ], + "slot": "outbound_departure_time", + "values": [ + "2:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "324" + ], + "slot": "price", + "values": [ + "$324" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "New York", + "origin_city": "London" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "00:19", + "outbound_departure_time": "14:05", + "passengers": "1", + "price": "324", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "British Airways", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "13:37", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "211", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "19:57", + "outbound_departure_time": "15:35", + "passengers": "1", + "price": "239", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "10:22", + "outbound_departure_time": "06:00", + "passengers": "1", + "price": "205", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 94, + "slot": "price", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I recommend this American Airlines flight that leaves at 2:05 pm and has 1 stop. It costs $324." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which irport does it leave from and to which airport does it go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "origin_airport", + "values": [ + "Heathrow International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "destination_airport", + "start": 53 + }, + { + "exclusive_end": 40, + "slot": "origin_airport", + "start": 10 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It leaves Heathrow International Airport and goes to JFK International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have any other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "British Airways" + ], + "slot": "airlines", + "values": [ + "British Airways" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "211" + ], + "slot": "price", + "values": [ + "$211" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 55 + }, + { + "exclusive_end": 93, + "slot": "price", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I recommend this British Airways flight that leaves at 9:15 am and has 0 stops. It costs $211." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have anything else at all?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:35" + ], + "slot": "outbound_departure_time", + "values": [ + "3:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "239" + ], + "slot": "price", + "values": [ + "$239" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 93, + "slot": "price", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "What about this Delta Airlines Flight that leaves at 3:35 pm and has 0 stops? That costs $239." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds gret. Would you look for round trip flights in economy now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back on March 11th." + }, + { + "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": [ + "18:20" + ], + "slot": "inbound_departure_time", + "values": [ + "6:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "251" + ], + "slot": "price", + "values": [ + "$251" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_city": "New York", + "origin_city": "London", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "06:42", + "inbound_departure_time": "18:20", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "19:57", + "outbound_departure_time": "15:35", + "passengers": "1", + "price": "251", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 111, + "slot": "inbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 128, + "slot": "price", + "start": 124 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about this Delta Airlines flight? The outbound flight leaves at 3:35 pm and return flight leaves at 6:20 pm. This costs $251." + }, + { + "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": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the outbound flight arrive and could I get a refund if needed?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:57" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:57 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_arrival_time", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No, this ticket cannot be refunded. The outbound flight 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": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "6:20 pm" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds gret." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Could I buy tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "6:20 pm" + ], + "origin_city": [ + "London, UK" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, and I would like to book for three people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London" + ] + }, + { + "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-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:35" + ], + "slot": "outbound_departure_time", + "values": [ + "3:35 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": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "origin_city", + "start": 41 + }, + { + "exclusive_end": 59, + "slot": "destination_city", + "start": 51 + }, + { + "exclusive_end": 110, + "slot": "departure_date", + "start": 101 + }, + { + "exclusive_end": 147, + "slot": "return_date", + "start": 137 + }, + { + "exclusive_end": 121, + "slot": "outbound_departure_time", + "start": 114 + }, + { + "exclusive_end": 158, + "slot": "inbound_departure_time", + "start": 151 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you are leaving from London to New York on Delta Airlines. The flight departs on March 9th at 3:35 pm and returns on March 11th at 6:20 pm. You are flying Economy. Is this right?" + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "NYC", + "New York" + ], + "inbound_departure_time": [ + "6:20 pm" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, actually make it 4 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "18:20" + ], + "slot": "inbound_departure_time", + "values": [ + "6:20 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 96, + "slot": "inbound_departure_time", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you have 4 people in your group and that the return flight leaves at 6:20 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "NYC", + "New York" + ], + "inbound_departure_time": [ + "6:20 pm" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is cool." + }, + { + "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": "New York", + "inbound_departure_time": "18:20", + "origin_city": "London", + "outbound_departure_time": "15:35", + "passengers": "4", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "06:42", + "inbound_departure_time": "18:20", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "19:57", + "outbound_departure_time": "15:35", + "passengers": "4", + "price": "251", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "NYC", + "New York" + ], + "inbound_departure_time": [ + "6:20 pm" + ], + "origin_city": [ + "London", + "London, UK" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for helping. That is all I need for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one." + } + ] + }, + { + "dialogue_id": "37_00028", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need 2 seats on a plane." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going? And from where are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "origin_city", + "start": 28 + }, + { + "exclusive_end": 22, + "slot": "destination_city", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm heading to Atlanta from LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "the 4th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be cutting out on the 4th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "179" + ], + "slot": "price", + "values": [ + "$179" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Atlanta", + "origin_city": "Los Angeles", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "04:14", + "outbound_departure_time": "20:15", + "passengers": "2", + "price": "179", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "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": "169", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "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": "170", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "13:40", + "passengers": "2", + "price": "267", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "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": "179", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 40, + "slot": "price", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see 5 flights you might like. For $179 you got an 8:15 pm Alaska Airlines flight with 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Look for something else in Economy." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "169" + ], + "slot": "price", + "values": [ + "$169" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Atlanta", + "origin_city": "Los Angeles", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "04:14", + "outbound_departure_time": "20:15", + "passengers": "2", + "price": "179", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "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": "169", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "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": "170", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "13:40", + "passengers": "2", + "price": "267", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "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": "179", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 19, + "slot": "outbound_departure_time", + "start": 12 + }, + { + "exclusive_end": 66, + "slot": "price", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about a 5:25 pm American Airlines flight with 0 stops for $169?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What's the arrival airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "destination_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Hartsfield-Jackson International Airport." + }, + { + "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 4th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "origin_airport", + "start": 12 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "That's from LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "5:25 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I think I'm down with that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Excellent. You want me to grab you some tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "March 6th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "return_date", + "start": 51 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "5:25 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 6th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not yet. Look for a round tripper returning on March 6th." + }, + { + "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": [ + "21:15" + ], + "slot": "inbound_departure_time", + "values": [ + "9:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "234" + ], + "slot": "price", + "values": [ + "$234" + ] + }, + { + "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-04", + "destination_city": "Atlanta", + "origin_city": "Los Angeles", + "passengers": "2", + "return_date": "2019-03-06", + "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": "01:47", + "inbound_departure_time": "21:15", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:24", + "outbound_departure_time": "17:25", + "passengers": "2", + "price": "234", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 18, + "slot": "outbound_departure_time", + "start": 11 + }, + { + "exclusive_end": 77, + "slot": "inbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 97, + "slot": "price", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see 1. A 5:25 pm American Airlines that takes off for the return at 9:15 pm. It'll run you $234." + }, + { + "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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "5:25 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 6th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does it return? And which airport so I need to go to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "01:47" + ], + "slot": "inbound_arrival_time", + "values": [ + "1:47 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_airport", + "start": 6 + }, + { + "exclusive_end": 58, + "slot": "inbound_arrival_time", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Go to LAX International Airport. You'll be back at 1:47 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": [ + "the 4th" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "9:15 pm" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "5:25 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 6th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds like a plan. Book it." + }, + { + "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": [ + "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": [ + "17:25" + ], + "slot": "outbound_departure_time", + "values": [ + "5:25 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "21:15" + ], + "slot": "inbound_departure_time", + "values": [ + "9:15 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": 102, + "slot": "origin_city", + "start": 91 + }, + { + "exclusive_end": 113, + "slot": "destination_city", + "start": 106 + }, + { + "exclusive_end": 47, + "slot": "departure_date", + "start": 36 + }, + { + "exclusive_end": 139, + "slot": "return_date", + "start": 125 + }, + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 152, + "slot": "inbound_departure_time", + "start": 145 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok. Please confirm. 2 Economy seats next Monday on a 5:25 pm American Airlines flight from Los Angeles to Atlanta. Returning next Wednesday on a 9:15 pm flight." + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "next Monday", + "the 4th" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "9:15 pm" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "5:25 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 6th", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Confirmed. Can I get a refund if need be?" + }, + { + "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": "American Airlines", + "departure_date": "2019-03-04", + "destination_city": "Atlanta", + "inbound_departure_time": "21:15", + "origin_city": "Los Angeles", + "outbound_departure_time": "17:25", + "passengers": "2", + "return_date": "2019-03-06", + "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": "01:47", + "inbound_departure_time": "21:15", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:24", + "outbound_departure_time": "17:25", + "passengers": "2", + "price": "234", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No refunds. But you have a 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": [ + "next Monday", + "the 4th" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "9:15 pm" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "5:25 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 6th", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok. Good job." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You got anything else for 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": [ + "next Monday", + "the 4th" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "9:15 pm" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "5:25 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 6th", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thats it for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Take it easy." + } + ] + }, + { + "dialogue_id": "37_00029", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 39 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to find one-way flights leaving Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem! Where are you planning 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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm traveling to Seattle." + }, + { + "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-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "departure_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to leave the 9th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:50" + ], + "slot": "outbound_departure_time", + "values": [ + "2:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "307" + ], + "slot": "price", + "values": [ + "$307" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "22:03", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "307", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "18:05", + "outbound_departure_time": "15:35", + "passengers": "1", + "price": "187", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "18:15", + "passengers": "1", + "price": "153", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "18:20", + "outbound_departure_time": "15:50", + "passengers": "1", + "price": "145", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 93, + "slot": "outbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 4 flights for you. I recommend the American Airlines flight that leaves at 2:50 pm. It has 1 stop and costs $307. Does that interest you at all?" + }, + { + "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": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from? Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "origin_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "origin_airport", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves from the O'Hare International Airport. Unfortunately, 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": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about one of the other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:35" + ], + "slot": "outbound_departure_time", + "values": [ + "3:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "187" + ], + "slot": "price", + "values": [ + "$187" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 85, + "slot": "price", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Delta Airlines flight that leaves at 3:35 pm. It has 0 stops and costs $187. Does that interest you at all?" + }, + { + "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": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3:35 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to purchase tickets for you?" + }, + { + "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": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3:35 pm" + ] + } + } + } + ], + "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": "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": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can we search for roundtrip flight? I want to travel in economy." + }, + { + "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": 37, + "slot": "return_date", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "return_date": [ + "11th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to return on the 11th of March." + }, + { + "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": [ + "180" + ], + "slot": "price", + "values": [ + "$180" + ] + }, + { + "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-09", + "destination_city": "Seattle", + "origin_city": "Chicago", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "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": "180", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 87 + }, + { + "exclusive_end": 132, + "slot": "inbound_departure_time", + "start": 124 + }, + { + "exclusive_end": 159, + "slot": "price", + "start": 155 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight that should work for you. It's a Delta Airlines flight that leaves at 3:35 pm. The return flight leaves at 11:50 pm. The whole trip costs $180. Does that interest you at all?" + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "11:50 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, actually. Can you purchase tickets for me? There are 4 of us flying." + }, + { + "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-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "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": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 124, + "slot": "origin_city", + "start": 117 + }, + { + "exclusive_end": 182, + "slot": "destination_city", + "start": 175 + }, + { + "exclusive_end": 137, + "slot": "departure_date", + "start": 128 + }, + { + "exclusive_end": 196, + "slot": "return_date", + "start": 186 + }, + { + "exclusive_end": 148, + "slot": "outbound_departure_time", + "start": 141 + }, + { + "exclusive_end": 208, + "slot": "inbound_departure_time", + "start": 200 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure! Can you confirm the following details, please? You're purchasing 4 tickets for a Delta Airlines flight leaving Chicago on March 9th at 3:35 pm. The return flight leaves Seattle on March 11th at 11:50 pm. All seats are 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": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "11:50 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's all 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-09", + "destination_city": "Seattle", + "inbound_departure_time": "23:50", + "origin_city": "Chicago", + "outbound_departure_time": "15:35", + "passengers": "4", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "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": "4", + "price": "180", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "11:50 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thanks!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome! Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "11:50 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "3:35 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "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": "37_00030", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I would like to find a one way flight for my upcoming trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is the destination of your trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "destination_city", + "values": [ + "Delhi" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 42 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Delhi" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to travel Premium Economy to Delhi." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what is your departure location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "ATL" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing from ATL" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what is your date of departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "the 7th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "departure_date", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "ATL" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My departure date is the 7th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "635" + ], + "slot": "price", + "values": [ + "$635" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Delhi", + "origin_city": "Atlanta", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:09", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "635", + "refundable": "True", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "18:30", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "536", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "09:04", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "449", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "09:04", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "444", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 107, + "slot": "price", + "start": 103 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight which leaves at 9:35 am, making 1 stop. The cost of the ticket is $635" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "ATL" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell me if the ticket is refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, the ticket is refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 80, + "slot": "return_date", + "start": 67 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works perfectly. Can you search flights with a return date of 13th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:00" + ], + "slot": "inbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "710" + ], + "slot": "price", + "values": [ + "$710" + ] + }, + { + "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-07", + "destination_city": "Delhi", + "origin_city": "Atlanta", + "return_date": "2019-03-13", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "inbound_arrival_time": "04:16", + "inbound_departure_time": "15:00", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:09", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "710", + "refundable": "True", + "return_date": "2019-03-13", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 97, + "slot": "inbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 129, + "slot": "price", + "start": 125 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 American Airlines flight that departs at 9:35 am, with a return flight leaving at 3 pm. The cost of the ticket is $710." + }, + { + "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 7th" + ], + "destination_city": [ + "Delhi" + ], + "inbound_departure_time": [ + "3 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds great. My trip will be a short one. Can you please go ahead and buy the plane tickets?" + }, + { + "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-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:00" + ], + "slot": "inbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 97, + "slot": "origin_city", + "start": 90 + }, + { + "exclusive_end": 116, + "slot": "destination_city", + "start": 111 + }, + { + "exclusive_end": 137, + "slot": "departure_date", + "start": 124 + }, + { + "exclusive_end": 205, + "slot": "return_date", + "start": 195 + }, + { + "exclusive_end": 172, + "slot": "outbound_departure_time", + "start": 165 + }, + { + "exclusive_end": 220, + "slot": "inbound_departure_time", + "start": 216 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To confirm, the Premium Economy flight on American Airlines for 1 passenger, leaving from Atlanta and going to Delhi leaves next Thursday, and the departure time is 9:35 am. The return flight on March 13th leaves at 3 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Thursday", + "the 7th" + ], + "destination_city": [ + "Delhi" + ], + "inbound_departure_time": [ + "3 pm" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Excellent. 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-07", + "destination_city": "Delhi", + "inbound_departure_time": "15:00", + "origin_city": "Atlanta", + "outbound_departure_time": "09:35", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "inbound_arrival_time": "04:16", + "inbound_departure_time": "15:00", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:09", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "710", + "refundable": "True", + "return_date": "2019-03-13", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been successfully 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 Thursday", + "the 7th" + ], + "destination_city": [ + "Delhi" + ], + "inbound_departure_time": [ + "3 pm" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "9:35 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thank you. that was everything I needed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00031", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a one-way flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you leaving, and where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "Monday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 51, + "slot": "departure_date", + "start": 35 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to San Francisco on Monday next week." + }, + { + "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": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:50" + ], + "slot": "outbound_departure_time", + "values": [ + "5:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "96" + ], + "slot": "price", + "values": [ + "$96" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "San Francisco", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "19:15", + "outbound_departure_time": "17:50", + "passengers": "1", + "price": "96", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "07:55", + "outbound_departure_time": "06:30", + "passengers": "1", + "price": "109", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "10:40", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "101", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "23:45", + "outbound_departure_time": "22:20", + "passengers": "1", + "price": "88", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 82, + "slot": "price", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Alaska Airlines flight with 0 stops leaving at 5:50 pm which costs $96." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport and what time does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:15" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:15 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_airport", + "start": 22 + }, + { + "exclusive_end": 58, + "slot": "outbound_arrival_time", + "start": 51 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at SFO International Airport at 7:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "5:50 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "5:50 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find a round trip flight?" + }, + { + "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-06" + ], + "slot": "return_date", + "values": [ + "Wednesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "5:50 pm" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to come home on Wednesday next week." + }, + { + "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": [ + "102" + ], + "slot": "price", + "values": [ + "$102" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_city": "San Francisco", + "origin_city": "Los Angeles", + "return_date": "2019-03-06" + } + }, + "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": "102", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 84, + "slot": "outbound_departure_time", + "start": 77 + }, + { + "exclusive_end": 124, + "slot": "inbound_departure_time", + "start": 117 + }, + { + "exclusive_end": 45, + "slot": "price", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 Alaska Airlines flight costing $102. The outbound flight leaves at 5:50 pm and the return flight leaves at 8:20 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "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": [ + "Alaska Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "8:20 pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "5:50 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Wednesday next week" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you purchase one ticket in Economy?" + }, + { + "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-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "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": 75, + "slot": "origin_city", + "start": 64 + }, + { + "exclusive_end": 92, + "slot": "destination_city", + "start": 79 + }, + { + "exclusive_end": 133, + "slot": "departure_date", + "start": 122 + }, + { + "exclusive_end": 177, + "slot": "return_date", + "start": 163 + }, + { + "exclusive_end": 144, + "slot": "outbound_departure_time", + "start": 137 + }, + { + "exclusive_end": 188, + "slot": "inbound_departure_time", + "start": 181 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you need 1 ticket on Alaska Airlines flying from Los Angeles to San Francisco in Economy. The departure is next Monday at 5:50 pm and the return is next Wednesday at 8:20 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": [ + "Alaska Airlines" + ], + "departure_date": [ + "Monday next week", + "next Monday" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "8:20 pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "5:50 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Wednesday next week", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is perfect. Can I get a refund? When does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:15" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:15 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-06", + "seating_class": "Economy" + } + }, + "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": "102", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_arrival_time", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is non-refundable and arrives at 7:15 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": [ + "Monday next week", + "next Monday" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "8:20 pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "5:50 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Wednesday next week", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "See you soon!" + } + ] + }, + { + "dialogue_id": "37_00032", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you please find one-way 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": "Where and when would you like to visit? And what city are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 44 + }, + { + "exclusive_end": 60, + "slot": "departure_date", + "start": 51 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm flying out of Philadelphia and going to ATL on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "205" + ], + "slot": "price", + "values": [ + "$205" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "origin_city": "Philadelphia" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "205", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "21:27", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "182", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "00:51", + "outbound_departure_time": "20:35", + "passengers": "1", + "price": "236", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "17:57", + "outbound_departure_time": "12:55", + "passengers": "1", + "price": "170", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 74 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 possible flights. One is on American Airlines, and it leaves at 10:10 am and has 1 stop. The ticket price is $205." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Will the ticket be refundable if I need to change?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, the ticket cannot be refunded unfortunately." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, well 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 to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "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": [ + "ATL" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks, can you find round trip flights for me? I want to travel in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you plan on returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "return_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "return_date": [ + "11th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get home on the 11th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:25" + ], + "slot": "inbound_departure_time", + "values": [ + "3:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "206" + ], + "slot": "price", + "values": [ + "$206" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "origin_city": "Philadelphia", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "19:46", + "inbound_departure_time": "15:25", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "206", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 98, + "slot": "inbound_departure_time", + "start": 91 + }, + { + "exclusive_end": 124, + "slot": "price", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight that leaves at 10:10 am. The return flight departs at 3:25 pm and the ticket 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": [ + "March 9th" + ], + "destination_city": [ + "ATL" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "return_date": [ + "11th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, I just want a short trip. Can you help me get tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:25" + ], + "slot": "inbound_departure_time", + "values": [ + "3: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": 42, + "slot": "origin_city", + "start": 30 + }, + { + "exclusive_end": 53, + "slot": "destination_city", + "start": 46 + }, + { + "exclusive_end": 93, + "slot": "departure_date", + "start": 84 + }, + { + "exclusive_end": 130, + "slot": "return_date", + "start": 120 + }, + { + "exclusive_end": 105, + "slot": "outbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 141, + "slot": "inbound_departure_time", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 1 ticket from Philadelphia to Atlanta on American Airlines, leaving March 9th at 10:10 am and returning March 11th at 3:25 pm. The ticket is for Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I need four tickets for my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "departure_date", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, please confirm: 4 tickets to leave on March 9th." + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yep, that's good. What airport does the flight arrive into? And 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" + ] + }, + { + "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": "Atlanta", + "inbound_departure_time": "15:25", + "origin_city": "Philadelphia", + "outbound_departure_time": "10:10", + "passengers": "4", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "19:46", + "inbound_departure_time": "15:25", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "10:10", + "passengers": "4", + "price": "206", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "destination_airport", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been confirmed. It will fly into Hartsfield-Jackson International Airport, and unfortunately you can't refund the 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 9th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much for helping." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I assist with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of March", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, thank you so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00033", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you list one way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your departure city and when?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "origin_city", + "start": 13 + }, + { + "exclusive_end": 47, + "slot": "departure_date", + "start": 29 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of this month" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Departure is San Fran and on 10th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is your visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to visit Vegas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "109" + ], + "slot": "price", + "values": [ + "$109" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Las Vegas", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-10", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "21:50", + "outbound_departure_time": "20:15", + "passengers": "1", + "price": "109", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:05", + "outbound_departure_time": "17:30", + "passengers": "1", + "price": "99", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "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": "103", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "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": "174", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 44, + "slot": "outbound_departure_time", + "start": 37 + }, + { + "exclusive_end": 69, + "slot": "price", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4. Alaska Airlines leaves at 8:15 pm and has 0 stops for $109." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "San Fran" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can it be refunded?" + }, + { + "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": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "San Fran" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would prefer Delta Airlines for three people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:50" + ], + "slot": "outbound_departure_time", + "values": [ + "10:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "103" + ], + "slot": "price", + "values": [ + "$103" + ] + }, + { + "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-10", + "destination_city": "Las Vegas", + "origin_city": "San Francisco", + "passengers": "3" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "12:25", + "outbound_departure_time": "10:50", + "passengers": "3", + "price": "103", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 75, + "slot": "price", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 Delta Airlines flight that leaves at 10:50 am with 0 stop for $103." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "San Fran" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the departure airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "origin_airport", + "start": 25 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The departure airport is SFO 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": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like that flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like reservations?" + }, + { + "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": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I do not want reservations yet." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like info on round trips flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to come back on March 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:50" + ], + "slot": "outbound_departure_time", + "values": [ + "10:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:50" + ], + "slot": "inbound_departure_time", + "values": [ + "10:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "110" + ], + "slot": "price", + "values": [ + "$110" + ] + }, + { + "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-10", + "destination_city": "Las Vegas", + "origin_city": "San Francisco", + "passengers": "3", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "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": "3", + "price": "110", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "outbound_departure_time", + "start": 40 + }, + { + "exclusive_end": 72, + "slot": "inbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 81, + "slot": "price", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 Delta Airlines that leaves at 10:50 am and returns at 10:50 pm for $110." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arrival time of return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "00:25" + ], + "slot": "inbound_arrival_time", + "values": [ + "0:25 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "inbound_arrival_time", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Arrival time is 0:25 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": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like that flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want reservations?" + }, + { + "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": [ + "10th of this month" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is all today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you and have a great day." + } + ] + }, + { + "dialogue_id": "37_00034", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you assist me with finding one-way flights" + }, + { + "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": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Philadelphia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to go and when would you like to leave" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 66, + "slot": "departure_date", + "start": 56 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "My destination is Chi-town and I would like to leave on March 10th." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "120" + ], + "slot": "price", + "values": [ + "$120" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Chicago", + "origin_city": "Philadelphia" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "11:21", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "120", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "15:31", + "outbound_departure_time": "14:20", + "passengers": "1", + "price": "135", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "21:46", + "outbound_departure_time": "20:35", + "passengers": "1", + "price": "119", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "12:41", + "outbound_departure_time": "11:30", + "passengers": "1", + "price": "133", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 98, + "slot": "price", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight with 0 stops that leaves at 10:10 am. The ticket price is $120." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the flight arrive at the destination and is the ticket refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "11:21" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:21 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_arrival_time", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is not refundable. The flight arrives at 11:21 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "return_date", + "start": 68 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It sounds good. Can you find a round trip flight that comes back on March 12th." + }, + { + "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": [ + "127" + ], + "slot": "price", + "values": [ + "$127" + ] + }, + { + "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-10", + "destination_city": "Chicago", + "origin_city": "Philadelphia", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "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": "127", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 127, + "slot": "inbound_departure_time", + "start": 120 + }, + { + "exclusive_end": 46, + "slot": "price", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight on American Airlines for $127. The outbound flight departs at 10:10 am and the return flight leaves at 6:40 pm." + }, + { + "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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does the flight arrive at and when does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "11:21" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:21 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "destination_airport", + "start": 22 + }, + { + "exclusive_end": 102, + "slot": "outbound_arrival_time", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at O'Hare International Airport. The arrival time for the onward flight is 11:21 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 10th" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "6:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "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": "Should I purchase 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": [ + "March 10th" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "6:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yest please book an Economy class ticket for one." + }, + { + "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-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "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": 99, + "slot": "origin_city", + "start": 87 + }, + { + "exclusive_end": 110, + "slot": "destination_city", + "start": 103 + }, + { + "exclusive_end": 124, + "slot": "departure_date", + "start": 114 + }, + { + "exclusive_end": 167, + "slot": "return_date", + "start": 157 + }, + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 128 + }, + { + "exclusive_end": 178, + "slot": "inbound_departure_time", + "start": 171 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you please confirm the flight details: The American Airlines flight departing from Philadelphia to Chicago on March 10th at 10:10 am. The return date is March 12th at 6:40 pm. The reservation is for 1 Economy class seat." + }, + { + "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": [ + "March 10th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "6:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually there are four people in my party." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 90, + "slot": "departure_date", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following information. The number of passengers departing on March 10th is 4." + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "6:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is correct. Can you tell me when the return flight arrives and at which airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "origin_airport", + "values": [ + "PHL International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "21:51" + ], + "slot": "inbound_arrival_time", + "values": [ + "9:51 pm" + ] + }, + { + "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": "Chicago", + "inbound_departure_time": "18:40", + "origin_city": "Philadelphia", + "outbound_departure_time": "10:10", + "passengers": "4", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "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": "4", + "price": "127", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 93, + "slot": "origin_airport", + "start": 68 + }, + { + "exclusive_end": 116, + "slot": "inbound_arrival_time", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation has been confirmed. The return flight departs from PHL International Airport and arrives at 9:51 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 10th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "6:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 12th" + ], + "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 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 10th" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "6:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 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": "Enjoy the rest of your day" + } + ] + }, + { + "dialogue_id": "37_00035", + "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": "WOuld you find me one way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you want to leave and where are you going? What city are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "Wednesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "origin_city", + "start": 19 + }, + { + "exclusive_end": 60, + "slot": "destination_city", + "start": 51 + }, + { + "exclusive_end": 96, + "slot": "departure_date", + "start": 77 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will depart from San Francisco and need to go to Las Vegas. This should be Wednesday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "103" + ], + "slot": "price", + "values": [ + "$103" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Las Vegas", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "21:50", + "outbound_departure_time": "20:15", + "passengers": "1", + "price": "103", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:05", + "outbound_departure_time": "17:30", + "passengers": "1", + "price": "101", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "22:40", + "outbound_departure_time": "21:05", + "passengers": "1", + "price": "102", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "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": "179", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "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": "108", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 89, + "slot": "price", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about an Alaska Airlines flight that leaves at 8:15 pm and has 0 stops? It costs $103." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Francisco" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have anything else? I like economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:30" + ], + "slot": "outbound_departure_time", + "values": [ + "5:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "101" + ], + "slot": "price", + "values": [ + "$101" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Las Vegas", + "origin_city": "San Francisco", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "21:50", + "outbound_departure_time": "20:15", + "passengers": "1", + "price": "103", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:05", + "outbound_departure_time": "17:30", + "passengers": "1", + "price": "101", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "22:40", + "outbound_departure_time": "21:05", + "passengers": "1", + "price": "102", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "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": "179", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 107, + "slot": "outbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 138, + "slot": "price", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 4 flights that could work. What do you think of this American Airlines flight that leaves at 5:30 pm and has 0 stops? It costs $101." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Francisco" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have anything else suitable? I have 3 people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:05" + ], + "slot": "outbound_departure_time", + "values": [ + "9:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "102" + ], + "slot": "price", + "values": [ + "$102" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Las Vegas", + "origin_city": "San Francisco", + "passengers": "3", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "21:50", + "outbound_departure_time": "20:15", + "passengers": "3", + "price": "103", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:05", + "outbound_departure_time": "17:30", + "passengers": "3", + "price": "101", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "22:40", + "outbound_departure_time": "21:05", + "passengers": "3", + "price": "102", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "16:15", + "outbound_departure_time": "12:50", + "passengers": "3", + "price": "179", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:50", + "outbound_departure_time": "19:15", + "passengers": "3", + "price": "108", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This Delta Airlines flight is good and it leaves at 9:05 pm with 0 stops. It costs $102." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Francisco" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could I get a refund on the ticket? When does the outbound flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "22:40" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:40 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_arrival_time", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry but you cannot get a refund. The outbound flight arrives at 10:40 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "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": "So you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not at the moment." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Could I assist with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Would you look for round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "March 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "return_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will get back on March 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:05" + ], + "slot": "outbound_departure_time", + "values": [ + "9:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:50" + ], + "slot": "inbound_departure_time", + "values": [ + "10:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "107" + ], + "slot": "price", + "values": [ + "$107" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_city": "Las Vegas", + "origin_city": "San Francisco", + "passengers": "3", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "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": "22:40", + "outbound_departure_time": "21:05", + "passengers": "3", + "price": "107", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 90, + "slot": "inbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 105, + "slot": "price", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight that leaves at 9:05 pm and the return departs at 10:50 pm. It costs $107. What do you think?" + }, + { + "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": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will my return arrive? Which airport does the flight leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "00:25" + ], + "slot": "inbound_arrival_time", + "values": [ + "0:25 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_airport", + "start": 23 + }, + { + "exclusive_end": 71, + "slot": "inbound_arrival_time", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves from SFO International Airport and returns at 0:25 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": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want 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": [ + "Delta Airlines" + ], + "departure_date": [ + "Wednesday next week" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please buy the tickets." + }, + { + "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": [ + "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-08" + ], + "slot": "return_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "21:05" + ], + "slot": "outbound_departure_time", + "values": [ + "9:05 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "22:50" + ], + "slot": "inbound_departure_time", + "values": [ + "10: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": 69, + "slot": "origin_city", + "start": 56 + }, + { + "exclusive_end": 82, + "slot": "destination_city", + "start": 73 + }, + { + "exclusive_end": 127, + "slot": "departure_date", + "start": 113 + }, + { + "exclusive_end": 162, + "slot": "return_date", + "start": 151 + }, + { + "exclusive_end": 138, + "slot": "outbound_departure_time", + "start": 131 + }, + { + "exclusive_end": 174, + "slot": "inbound_departure_time", + "start": 166 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you confirm these details? The flight leaves from San Francisco to Las Vegas on Delta Airlines. It departs next Wednesday at 9:05 pm and returns next Friday at 10:50 pm. Your group contains 3 people and you want economy tickets. Does this all sound correct?" + }, + { + "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": [ + "Wednesday next week", + "next Wednesday" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 8th", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds 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": "Las Vegas", + "inbound_departure_time": "22:50", + "origin_city": "San Francisco", + "outbound_departure_time": "21:05", + "passengers": "3", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "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": "22:40", + "outbound_departure_time": "21:05", + "passengers": "3", + "price": "107", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have confirmed your tickets." + }, + { + "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": "ReserveRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Wednesday next week", + "next Wednesday" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 8th", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Would I be able to get a refund? When does the outbound flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "22:40" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:40 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "outbound_arrival_time", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately the ticket cannot be refunded. The outbound flight arrives at 10:40 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": [ + "Wednesday next week", + "next Wednesday" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 8th", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for helping." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Wednesday next week", + "next Wednesday" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "San Francisco" + ], + "outbound_departure_time": [ + "9:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 8th", + "next Friday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, but thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00036", + "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 a one-way flight." + }, + { + "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": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, NSW" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Sydney, NSW" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wanna go to Sydney, NSW." + }, + { + "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": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "departure_date", + "start": 7 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "Sydney, NSW" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 8th 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": [ + "Sydney" + ], + "slot": "origin_city", + "values": [ + "Sydney, NSW" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 17 + }, + { + "exclusive_end": 56, + "slot": "destination_city", + "start": 47 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Sydney, NSW" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Sydney, NSW, and I'm going to San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:50" + ], + "slot": "outbound_departure_time", + "values": [ + "5:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "257" + ], + "slot": "price", + "values": [ + "$257" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "San Diego", + "origin_city": "Sydney" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "1", + "origin_airport": "Kingsford Smith International Airport", + "origin_city": "Sydney", + "outbound_arrival_time": "08:34", + "outbound_departure_time": "17:50", + "passengers": "1", + "price": "257", + "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": "Kingsford Smith International Airport", + "origin_city": "Sydney", + "outbound_arrival_time": "16:19", + "outbound_departure_time": "22:05", + "passengers": "1", + "price": "248", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 84, + "slot": "outbound_departure_time", + "start": 77 + }, + { + "exclusive_end": 131, + "slot": "price", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 flights. One is a Delta Airlines flight. The outbound flight is at 5:50 pm and has 1 stop. The ticket would cost you $257." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Sydney, NSW" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other available flights are there? I want to travel in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:05" + ], + "slot": "outbound_departure_time", + "values": [ + "10:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "248" + ], + "slot": "price", + "values": [ + "$248" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "San Diego", + "origin_city": "Sydney", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "1", + "origin_airport": "Kingsford Smith International Airport", + "origin_city": "Sydney", + "outbound_arrival_time": "08:34", + "outbound_departure_time": "17:50", + "passengers": "1", + "price": "257", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 84, + "slot": "outbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 131, + "slot": "price", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight. It is a United Airlines flight. The outbound flight is at 10:05 pm and has 1 stop. The ticket would cost you $248." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "San Diego" + ], + "origin_city": [ + "Sydney, NSW" + ], + "outbound_departure_time": [ + "10:05 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like that flight the most. Can you look for round trip flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time will you be you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "return_date", + "start": 18 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Sydney, NSW" + ], + "outbound_departure_time": [ + "10:05 pm" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wanna come back March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:05" + ], + "slot": "outbound_departure_time", + "values": [ + "10:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "inbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "295" + ], + "slot": "price", + "values": [ + "$295" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_city": "San Diego", + "origin_city": "Sydney", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "inbound_arrival_time": "13:06", + "inbound_departure_time": "07:20", + "number_stops": "1", + "origin_airport": "Kingsford Smith International Airport", + "origin_city": "Sydney", + "outbound_arrival_time": "16:19", + "outbound_departure_time": "22:05", + "passengers": "1", + "price": "295", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 95, + "slot": "outbound_departure_time", + "start": 87 + }, + { + "exclusive_end": 131, + "slot": "inbound_departure_time", + "start": 124 + }, + { + "exclusive_end": 163, + "slot": "price", + "start": 159 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 round trip flight. It is a United Airlines flight. The outbound flight is at 10:05 pm and the return flight is at 7:20 am. The ticket would cost you $295." + }, + { + "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": "SearchRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "San Diego" + ], + "origin_city": [ + "Sydney, NSW" + ], + "outbound_departure_time": [ + "10:05 pm" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When would you return flight be there? Would I be able to get a refund on the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:06" + ], + "slot": "inbound_arrival_time", + "values": [ + "1:06 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 96, + "slot": "inbound_arrival_time", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The airlines does not allow tickets to be refundable. The return flight will be there at 1:06 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "San Diego" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "Sydney, NSW" + ], + "outbound_departure_time": [ + "10:05 pm" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds like a perfect flight 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 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": [ + "United Airlines" + ], + "departure_date": [ + "8th of March" + ], + "destination_city": [ + "San Diego" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "Sydney, NSW" + ], + "outbound_departure_time": [ + "10:05 pm" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. Please book the tickets for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Sydney" + ], + "slot": "origin_city", + "values": [ + "Sydney" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + }, + { + "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-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "22:05" + ], + "slot": "outbound_departure_time", + "values": [ + "10:05 pm" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "origin_city", + "start": 66 + }, + { + "exclusive_end": 85, + "slot": "destination_city", + "start": 76 + }, + { + "exclusive_end": 97, + "slot": "departure_date", + "start": 86 + }, + { + "exclusive_end": 129, + "slot": "return_date", + "start": 119 + }, + { + "exclusive_end": 166, + "slot": "outbound_departure_time", + "start": 158 + }, + { + "exclusive_end": 204, + "slot": "inbound_departure_time", + "start": 197 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 1 ticket for a United Airlines Economy class flight from Sydney to San Diego next Friday. You'll be returning March 10th and the onward flight is at 10:05 pm. The return flight will go at 7:20 am. Is this all correct?" + }, + { + "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": [ + "United Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "San Diego" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "Sydney", + "Sydney, NSW" + ], + "outbound_departure_time": [ + "10:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I'm going to need 3 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "07:20" + ], + "slot": "inbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "inbound_departure_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight will go at 7:20 am. It will have 3 passengers. Is this correct?" + }, + { + "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": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "San Diego" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "Sydney", + "Sydney, NSW" + ], + "outbound_departure_time": [ + "10:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 10th" + ], + "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": "United Airlines", + "departure_date": "2019-03-08", + "destination_city": "San Diego", + "inbound_departure_time": "07:20", + "origin_city": "Sydney", + "outbound_departure_time": "22:05", + "passengers": "3", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "inbound_arrival_time": "13:06", + "inbound_departure_time": "07:20", + "number_stops": "1", + "origin_airport": "Kingsford Smith International Airport", + "origin_city": "Sydney", + "outbound_arrival_time": "16:19", + "outbound_departure_time": "22:05", + "passengers": "3", + "price": "295", + "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": [ + "United Airlines" + ], + "departure_date": [ + "8th of March", + "next Friday" + ], + "destination_city": [ + "San Diego" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "Sydney", + "Sydney, NSW" + ], + "outbound_departure_time": [ + "10:05 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 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 nice day." + } + ] + }, + { + "dialogue_id": "37_00037", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for a one-way flights, can you help?" + }, + { + "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": "Yes, where are you visiting and when would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "CDMX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "12th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "destination_city", + "start": 13 + }, + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "CDMX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to CDMX on the 12th of March." + }, + { + "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": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 5, + "slot": "origin_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Vegas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:30" + ], + "slot": "outbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "221" + ], + "slot": "price", + "values": [ + "$221" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Mexico City", + "origin_city": "Las Vegas" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "221", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "12:20", + "passengers": "1", + "price": "216", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "02:05", + "outbound_departure_time": "14:35", + "passengers": "1", + "price": "212", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 40, + "slot": "outbound_departure_time", + "start": 33 + }, + { + "exclusive_end": 91, + "slot": "price", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights. How about a 9:30 am American Airlines flight that makes 1 stop at $221." + }, + { + "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": [ + "12th of March" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sure." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, but can you search for round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day will you be coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "return_date", + "start": 7 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 14th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:30" + ], + "slot": "outbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:05" + ], + "slot": "inbound_departure_time", + "values": [ + "8:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "241" + ], + "slot": "price", + "values": [ + "$241" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_city": "Mexico City", + "origin_city": "Las Vegas", + "return_date": "2019-03-14" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "14:35", + "inbound_departure_time": "08:05", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "241", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 20, + "slot": "outbound_departure_time", + "start": 13 + }, + { + "exclusive_end": 69, + "slot": "inbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 78, + "slot": "price", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about an 9:30 am American Airlines flight that returns at 8:05 am for $241" + }, + { + "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": [ + "12th of March" + ], + "destination_city": [ + "CDMX" + ], + "inbound_departure_time": [ + "8:05 am" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, I'm planning a short trip. Can you buy flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "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-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:30" + ], + "slot": "outbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "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": 85, + "slot": "origin_city", + "start": 76 + }, + { + "exclusive_end": 106, + "slot": "destination_city", + "start": 95 + }, + { + "exclusive_end": 120, + "slot": "departure_date", + "start": 110 + }, + { + "exclusive_end": 145, + "slot": "return_date", + "start": 135 + }, + { + "exclusive_end": 156, + "slot": "outbound_departure_time", + "start": 149 + }, + { + "exclusive_end": 181, + "slot": "inbound_departure_time", + "start": 174 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm your flight details: 1 economy American Airlines ticket from Las Vegas going to Mexico City on March 12th and returning March 14th at 9:30 am and returning at 8:05 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of March", + "March 12th" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:05 am" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Wonderful, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_city": "Mexico City", + "inbound_departure_time": "08:05", + "origin_city": "Las Vegas", + "outbound_departure_time": "09:30", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "14:35", + "inbound_departure_time": "08:05", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "241", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirmation complete." + }, + { + "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": [ + "12th of March", + "March 12th" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:05 am" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "9:30 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks, that's it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00038", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you search one-way 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": "What place will you depart from, and what location do you anticipate traveling to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 20 + }, + { + "exclusive_end": 46, + "slot": "destination_city", + "start": 43 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing from Chicago and will visit SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you intend to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "departure_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing on the 10th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "173" + ], + "slot": "price", + "values": [ + "$173" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "San Francisco", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "09:52", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "173", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "17:32", + "outbound_departure_time": "14:45", + "passengers": "1", + "price": "170", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "184", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "188", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "outbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 30, + "slot": "price", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a ticket costing $173 for an outbound American Airlines flight departing at 7:05 am with 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I get my money back for the ticket? What airport does the flight go to?" + }, + { + "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" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "destination_airport", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The target is SFO International Airport. Sadly, the you cannot get money back for the ticket." + }, + { + "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": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The flight is perfect 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 tickets 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": [ + "10th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, I do not wish to purchase a ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can assist you with?" + }, + { + "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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you look up round trip flights for me, preferably in Economy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time will your return at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "return_date", + "start": 57 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There's 2 people in my cohort, and I'd like to return on 12th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:20" + ], + "slot": "inbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "181" + ], + "slot": "price", + "values": [ + "$181" + ] + }, + { + "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-10", + "destination_city": "San Francisco", + "origin_city": "Chicago", + "passengers": "2", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "22:07", + "inbound_departure_time": "15:20", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "09:52", + "outbound_departure_time": "07:05", + "passengers": "2", + "price": "181", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 143, + "slot": "outbound_departure_time", + "start": 136 + }, + { + "exclusive_end": 184, + "slot": "inbound_departure_time", + "start": 177 + }, + { + "exclusive_end": 78, + "slot": "price", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 1 convenient flight for your trip. There is a ticket costing $181 for an outbound American Airlines flight that departs at 7:05 am. The returning flight departs at 3:20 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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does my return flight come at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "22:07" + ], + "slot": "inbound_arrival_time", + "values": [ + "10:07 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "inbound_arrival_time", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return arrive will come at 10:07 pm." + }, + { + "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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I get my money back for the ticket? What airport does the flight come to?" + }, + { + "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" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "destination_airport", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The target is SFO International Airport. Sadly, there you cannot get your money back for the 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": [ + "American Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "3:20 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight is perfect for me. I intend to go on a short trip; could you assist me in purchasing flight 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-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:20" + ], + "slot": "inbound_departure_time", + "values": [ + "3:20 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": 125, + "slot": "origin_city", + "start": 118 + }, + { + "exclusive_end": 142, + "slot": "destination_city", + "start": 129 + }, + { + "exclusive_end": 191, + "slot": "departure_date", + "start": 181 + }, + { + "exclusive_end": 232, + "slot": "return_date", + "start": 222 + }, + { + "exclusive_end": 177, + "slot": "outbound_departure_time", + "start": 170 + }, + { + "exclusive_end": 218, + "slot": "inbound_departure_time", + "start": 211 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following information: 2 passengers in Economy seats for an American Airlines flight departing from Chicago to San Francisco. The flight will depart on 7:05 am of March 10th and will return on 3:20 pm of March 12th." + }, + { + "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": [ + "10th of March", + "March 10th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "3:20 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yup, 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-10", + "destination_city": "San Francisco", + "inbound_departure_time": "15:20", + "origin_city": "Chicago", + "outbound_departure_time": "07:05", + "passengers": "2", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "22:07", + "inbound_departure_time": "15:20", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "09:52", + "outbound_departure_time": "07:05", + "passengers": "2", + "price": "181", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is verified." + }, + { + "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 March", + "March 10th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "3:20 pm" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your assistance. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a pleasant afternoon." + } + ] + }, + { + "dialogue_id": "37_00039", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_city", + "start": 38 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one way flight from Washington?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you departing, and what is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris, France" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "destination_city", + "start": 41 + }, + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on the 7th of this month for Paris, France." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:50" + ], + "slot": "outbound_departure_time", + "values": [ + "2:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "355" + ], + "slot": "price", + "values": [ + "$355" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Paris", + "origin_city": "Washington" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "11:36", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "355", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "11:18", + "outbound_departure_time": "10:00", + "passengers": "1", + "price": "430", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "06:17", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "291", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "14:46", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "346", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "outbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 99, + "slot": "price", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found an American Airlines flight that leaves at 2:50 pm and has 1 stop. The ticket costs $355." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "Paris, France" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. Can you find a round trip flight?" + }, + { + "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": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "return_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "return_date": [ + "9th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to return on the 9th of this month. Please help me find an Economy ticket." + }, + { + "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": [ + "04:05" + ], + "slot": "inbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "366" + ], + "slot": "price", + "values": [ + "$366" + ] + }, + { + "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-07", + "destination_city": "Paris", + "origin_city": "Washington", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "12:05", + "inbound_departure_time": "04:05", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "11:36", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "366", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "outbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 129, + "slot": "inbound_departure_time", + "start": 122 + }, + { + "exclusive_end": 152, + "slot": "price", + "start": 148 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 flight for you, an American Airlines flight. The departing flight is at 2:50 pm, and the return flight is at 4:05 am. The ticket costs $366." + }, + { + "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": [ + "7th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "return_date": [ + "9th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12:05" + ], + "slot": "inbound_arrival_time", + "values": [ + "12:05 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "inbound_arrival_time", + "start": 35 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight should arrive at 12:05 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "return_date": [ + "9th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the departing flight arrive? Will I be able to refund the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "11:36" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:36 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "outbound_arrival_time", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The departing flight should arrive at 11:36 am. Unfortunately, no, 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": [ + "American Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "return_date": [ + "9th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me, I just want a short trip. Please help me reserve tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:50" + ], + "slot": "outbound_departure_time", + "values": [ + "2:50 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "04:05" + ], + "slot": "inbound_departure_time", + "values": [ + "4: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": 65 + }, + { + "exclusive_end": 84, + "slot": "destination_city", + "start": 79 + }, + { + "exclusive_end": 177, + "slot": "departure_date", + "start": 164 + }, + { + "exclusive_end": 226, + "slot": "return_date", + "start": 217 + }, + { + "exclusive_end": 163, + "slot": "outbound_departure_time", + "start": 156 + }, + { + "exclusive_end": 213, + "slot": "inbound_departure_time", + "start": 206 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So you'd like 1 Economy class ticket for a roundtrip flight from Washington to Paris? You will be flying with American Airlines. The departing flight is at 2:50 pm next Thursday, the returning flight is at 4:05 am on March 9th." + }, + { + "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": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of this month", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. Which airport will the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Charles de Gaulle International Airport" + ], + "slot": "destination_airport", + "values": [ + "Charles de Gaulle International Airport" + ] + }, + { + "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": "Paris", + "inbound_departure_time": "04:05", + "origin_city": "Washington", + "outbound_departure_time": "14:50", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "12:05", + "inbound_departure_time": "04:05", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "11:36", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "366", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 96, + "slot": "destination_airport", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been reserved. The flight will arrive at Charles de Gaulle International Airport." + }, + { + "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": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of this month", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "origin_airport", + "values": [ + "Dulles International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_airport", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will depart from Dulles 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": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "passengers": [ + "1" + ], + "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": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "4:05 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of this month", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "37_00040", + "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": "Hi. Can you help me book a flight traveling in premium economy?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Absolutely! Where will you be departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "origin_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Seattle, WA" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Seattle, WA." + }, + { + "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": "Great. Where are you traveling to and when do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver, BC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "Friday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "destination_city", + "start": 48 + }, + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Friday next week" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Seattle, WA" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave Friday next week. I'm flying to Vancouver, BC." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "428" + ], + "slot": "price", + "values": [ + "$428" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Vancouver", + "origin_city": "Seattle", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "23:44", + "outbound_departure_time": "15:45", + "passengers": "1", + "price": "428", + "refundable": "True", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "415", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "13:05", + "passengers": "1", + "price": "390", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "414", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 56, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an Alaska Airlines flight that leaves at 3:45 pm. It has 1 stop and costs $428. Does that interest you at all?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Friday next week" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights? I have three people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "415" + ], + "slot": "price", + "values": [ + "$415" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Vancouver", + "origin_city": "Seattle", + "passengers": "3", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "23:44", + "outbound_departure_time": "15:45", + "passengers": "3", + "price": "428", + "refundable": "True", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "08:45", + "passengers": "3", + "price": "415", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "13:05", + "passengers": "3", + "price": "390", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "10:10", + "passengers": "3", + "price": "414", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 84, + "slot": "price", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Delta Airlines flight that leaves at 8:45 am. It has 1 stop and costs $415. Does that interest you at all?" + }, + { + "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": [ + "Friday next week" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to purchase tickets for you?" + }, + { + "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": [ + "Friday next week" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "All right. Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "departure_date": [ + "Friday next week" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can we search for roundtrip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Absolutely! When are you returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "return_date", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Friday next week" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return on the 10th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "03:20" + ], + "slot": "inbound_departure_time", + "values": [ + "3:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "457" + ], + "slot": "price", + "values": [ + "$457" + ] + }, + { + "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-08", + "destination_city": "Vancouver", + "origin_city": "Seattle", + "passengers": "3", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "14:47", + "inbound_departure_time": "03:20", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "08:45", + "passengers": "3", + "price": "457", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 93, + "slot": "inbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 111, + "slot": "price", + "start": 107 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. I found 1 flight. It's with Delta Airlines and leaves at 8:45 am. It returns at 3:20 am. The cost is $457. Does that interest you at all?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "Friday next week" + ], + "destination_city": [ + "Vancouver, BC" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from? And which airport does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "destination_airport", + "values": [ + "YVR International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "destination_airport", + "start": 18 + }, + { + "exclusive_end": 95, + "slot": "origin_airport", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves YVR International Airport and arrives at Seattle-Tacoma 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": [ + "Friday next week" + ], + "destination_city": [ + "Vancouver, BC" + ], + "inbound_departure_time": [ + "3:20 am" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect. Can you purchase tickets for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "next Friday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 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": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "origin_city", + "start": 78 + }, + { + "exclusive_end": 121, + "slot": "destination_city", + "start": 112 + }, + { + "exclusive_end": 189, + "slot": "departure_date", + "start": 178 + }, + { + "exclusive_end": 215, + "slot": "return_date", + "start": 205 + }, + { + "exclusive_end": 96, + "slot": "outbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 132, + "slot": "inbound_departure_time", + "start": 125 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure thing! Can you confirm the following details, please? Your flight leaves Seattle at 8:45 am and arrives at Vancouver at 3:20 am. It's with Delta Airlines. The flight leaves next Friday and returns on March 10th. The number of seats is 3 in premium economy." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "Friday next week", + "next Friday" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "inbound_departure_time": [ + "3:20 am" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's all correct. When does my return flight arrive, and when does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:47" + ], + "slot": "inbound_arrival_time", + "values": [ + "2:47 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "19:49" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:49 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_city": "Vancouver", + "inbound_departure_time": "03:20", + "origin_city": "Seattle", + "outbound_departure_time": "08:45", + "passengers": "3", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "14:47", + "inbound_departure_time": "03:20", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "08:45", + "passengers": "3", + "price": "457", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "inbound_arrival_time", + "start": 57 + }, + { + "exclusive_end": 102, + "slot": "outbound_arrival_time", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are confirmed. The return flight arrives at 2:47 pm. The onward flight arrives at 7:49 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": [ + "Friday next week", + "next Friday" + ], + "destination_city": [ + "Vancouver", + "Vancouver, BC" + ], + "inbound_departure_time": [ + "3:20 am" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much for all your help! That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome! Have a wonderful day!" + } + ] + }, + { + "dialogue_id": "37_00041", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a one-way flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto, Ontario" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Toronto, Ontario" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving Toronto, Ontario." + }, + { + "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": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Toronto, Ontario" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to SFO." + }, + { + "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-04" + ], + "slot": "departure_date", + "values": [ + "the 4th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "departure_date", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Toronto, Ontario" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going on the 4th." + }, + { + "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" + ] + } + ], + "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": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 85, + "slot": "price", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Air Canada flight with 1 stop that leaves at 4:40 pm and the cost is $283." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 69, + "slot": "destination_city", + "start": 61 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other flights are available? There are 4 of us going to New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:50" + ], + "slot": "outbound_departure_time", + "values": [ + "12:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "112" + ], + "slot": "price", + "values": [ + "$112" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "New York", + "origin_city": "Toronto", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-04", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "14:53", + "outbound_departure_time": "13:25", + "passengers": "4", + "price": "103", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "14:18", + "outbound_departure_time": "12:50", + "passengers": "4", + "price": "112", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "outbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 118, + "slot": "price", + "start": 114 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 flights including an American Airlines flight with 0 stops that leaves at 12:50 pm and the ticket costs $112." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other flights are available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "outbound_departure_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "95" + ], + "slot": "price", + "values": [ + "$95" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 90, + "slot": "price", + "start": 87 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight with 0 stops leaving at 10:30 pm and the ticket costs $95." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "10:30 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase the ticket?" + }, + { + "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": [ + "New York" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "10:30 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at this time." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "10:30 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am looking for a round trip flight." + }, + { + "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-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "return_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "10:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to come back next Wednesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:30" + ], + "slot": "outbound_departure_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:05" + ], + "slot": "inbound_departure_time", + "values": [ + "5:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "100" + ], + "slot": "price", + "values": [ + "$100" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_city": "New York", + "origin_city": "Toronto", + "passengers": "4", + "return_date": "2019-03-06" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "06:33", + "inbound_departure_time": "05:05", + "number_stops": "0", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "23:58", + "outbound_departure_time": "22:30", + "passengers": "4", + "price": "100", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 77 + }, + { + "exclusive_end": 125, + "slot": "inbound_departure_time", + "start": 118 + }, + { + "exclusive_end": 45, + "slot": "price", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight costing $100. The outbound flight leaves at 10:30 pm and the return flight leaves at 5:05 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "10:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Wednesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airports are the flight leaving from and going to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto Pearson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Toronto Pearson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 96, + "slot": "destination_airport", + "start": 71 + }, + { + "exclusive_end": 55, + "slot": "origin_airport", + "start": 18 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves Toronto Pearson International Airport and arrives at JFK International Airport." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "the 4th" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:05 am" + ], + "origin_city": [ + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "10:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect. Please purchase tickets in economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto" + ] + }, + { + "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-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "22:30" + ], + "slot": "outbound_departure_time", + "values": [ + "10:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "05:05" + ], + "slot": "inbound_departure_time", + "values": [ + "5: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": 46 + }, + { + "exclusive_end": 65, + "slot": "destination_city", + "start": 57 + }, + { + "exclusive_end": 124, + "slot": "departure_date", + "start": 113 + }, + { + "exclusive_end": 176, + "slot": "return_date", + "start": 162 + }, + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 128 + }, + { + "exclusive_end": 187, + "slot": "inbound_departure_time", + "start": 180 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you want 4 tickets to fly from Toronto to New York on Delta Airlines in economy. The departure is next Monday at 10:30 pm and the return flight is next Wednesday at 5:05 am." + }, + { + "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": [ + "next Monday", + "the 4th" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:05 am" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "10:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Wednesday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I actually want premium economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you want to travel from Toronto in premium 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": [ + "next Monday", + "the 4th" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:05 am" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "10:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Wednesday" + ], + "seating_class": [ + "Premium 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": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_city": "New York", + "inbound_departure_time": "05:05", + "origin_city": "Toronto", + "outbound_departure_time": "22:30", + "passengers": "4", + "return_date": "2019-03-06", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "06:33", + "inbound_departure_time": "05:05", + "number_stops": "0", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "23:58", + "outbound_departure_time": "22:30", + "passengers": "4", + "price": "167", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticked has been 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": [ + "next Monday", + "the 4th" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:05 am" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "10:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Wednesday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I further assist 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": [ + "next Monday", + "the 4th" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:05 am" + ], + "origin_city": [ + "Toronto", + "Toronto, Ontario" + ], + "outbound_departure_time": [ + "10:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "next Wednesday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "See you soon!" + } + ] + }, + { + "dialogue_id": "37_00042", + "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 fly out for a family emergency, can you find me one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When did you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving the day after tomorrow, and I'd like to go in Economy seating." + }, + { + "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 cities are you leaving and going to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 15 + }, + { + "exclusive_end": 35, + "slot": "destination_city", + "start": 27 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Chi-town" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going from Chi-town 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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "128" + ], + "slot": "price", + "values": [ + "$128" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "New York", + "origin_city": "Chicago", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "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": "128", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "12:34", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "128", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "10:09", + "outbound_departure_time": "06:50", + "passengers": "1", + "price": "134", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "00:19", + "outbound_departure_time": "21:00", + "passengers": "1", + "price": "101", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 84, + "slot": "outbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 45, + "slot": "price", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight for $128 with 0 stops, which leaves at 12:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Chi-town" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does it land in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "JFK International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "5th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "return_date", + "start": 75 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me. How about round trip flights? I want to get back on the 5th of March." + }, + { + "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": [ + "137" + ], + "slot": "price", + "values": [ + "$137" + ] + } + ], + "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-05", + "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": "137", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "outbound_departure_time", + "start": 61 + }, + { + "exclusive_end": 92, + "slot": "inbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 45, + "slot": "price", + "start": 41 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight for $137 that leaves at 12:30 pm and returns at 5:25 am." + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:25 am" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me, since it's just a short trip. Can you get me four tickets?" + }, + { + "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-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:30" + ], + "slot": "outbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "05:25" + ], + "slot": "inbound_departure_time", + "values": [ + "5:25 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": 46 + }, + { + "exclusive_end": 65, + "slot": "destination_city", + "start": 57 + }, + { + "exclusive_end": 132, + "slot": "departure_date", + "start": 114 + }, + { + "exclusive_end": 168, + "slot": "return_date", + "start": 156 + }, + { + "exclusive_end": 144, + "slot": "outbound_departure_time", + "start": 136 + }, + { + "exclusive_end": 179, + "slot": "inbound_departure_time", + "start": 172 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: American Airlines flight from Chicago to New York for 4 passengers, Economy seating. Departure is day after tomorrow at 12:30 pm, returning next Tuesday at 5:25 am." + }, + { + "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": [ + "day after tomorrow" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:25 am" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. When does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "06:44" + ], + "slot": "inbound_arrival_time", + "values": [ + "6:44 am" + ] + }, + { + "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": "4", + "return_date": "2019-03-05", + "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": "4", + "price": "137", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "inbound_arrival_time", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been purchased. Return flight arrives at 6:44 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": "ReserveRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:25 am" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What about the New York arrival time? Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "15:49" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:49 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "outbound_arrival_time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "JFK arrival time is 3:49 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": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:25 am" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help, that's all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00043", + "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 with plane reservations?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day will you depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "departure_date", + "start": 4 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The 7th 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": "From where will you fly and where will you go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "CDMX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "destination_city", + "start": 14 + }, + { + "exclusive_end": 69, + "slot": "origin_city", + "start": 65 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm headed to Portland. I and one other person. two. depart from CDMX." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "255" + ], + "slot": "price", + "values": [ + "$255" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Portland", + "origin_city": "Mexico City", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "02:35", + "passengers": "2", + "price": "255", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "21:33", + "outbound_departure_time": "13:45", + "passengers": "2", + "price": "255", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "01:45", + "outbound_departure_time": "20:45", + "passengers": "2", + "price": "267", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 119, + "slot": "price", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 3 choices for you. How about American Airlines? It leaves at 2:35 am. with only 1 stop. The ticket there is $255." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "Portland" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good. How about returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you come home?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "return_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "March 9th." + }, + { + "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:20" + ], + "slot": "inbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "267" + ], + "slot": "price", + "values": [ + "$267" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Portland", + "origin_city": "Mexico City", + "passengers": "2", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "18:53", + "inbound_departure_time": "07:20", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "02:35", + "passengers": "2", + "price": "267", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 32, + "slot": "outbound_departure_time", + "start": 25 + }, + { + "exclusive_end": 61, + "slot": "inbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 76, + "slot": "price", + "start": 72 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have American Airlines 2:35 am departure, returning 7:20 am. It costs $267." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you know what airports are involved?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "destination_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "origin_airport", + "values": [ + "Benito Juarez International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_airport", + "start": 0 + }, + { + "exclusive_end": 81, + "slot": "origin_airport", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "PDX International Airport. You'll depart from Benito Juarez International Airport." + }, + { + "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": [ + "7th of this month" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "great, Get me Economy tickets please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "02:35" + ], + "slot": "outbound_departure_time", + "values": [ + "2:35 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": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 25 + }, + { + "exclusive_end": 89, + "slot": "destination_city", + "start": 81 + }, + { + "exclusive_end": 50, + "slot": "departure_date", + "start": 37 + }, + { + "exclusive_end": 125, + "slot": "return_date", + "start": 116 + }, + { + "exclusive_end": 100, + "slot": "outbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 136, + "slot": "inbound_departure_time", + "start": 129 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure- It's for Departing Mexico City Next Thursday on American Airlines going to Portland at 2:35 am. You'll return March 9th at 7:20 am. Your 2 tickets are 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": [ + "7th of this month", + "Next Thursday" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 9th" + ], + "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": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Portland", + "inbound_departure_time": "07:20", + "origin_city": "Mexico City", + "outbound_departure_time": "02:35", + "passengers": "2", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "18:53", + "inbound_departure_time": "07:20", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "02:35", + "passengers": "2", + "price": "267", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I got you." + }, + { + "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": [ + "Portland" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "CDMX", + "Mexico City" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's perfect thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a fun flight." + } + ] + }, + { + "dialogue_id": "37_00044", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Would you search for one way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to SFO." + }, + { + "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 will you leave 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": [ + "4th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "origin_city", + "start": 41 + }, + { + "exclusive_end": 35, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on the 4th of March from Seattle, WA." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "119" + ], + "slot": "price", + "values": [ + "$119" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "San Francisco", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "119", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "00:36", + "outbound_departure_time": "22:25", + "passengers": "1", + "price": "116", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "00:01", + "outbound_departure_time": "21:50", + "passengers": "1", + "price": "119", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "125", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 88, + "slot": "price", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about this Alaska Airlines flight? It leaves at 12 pm and has 0 stops. It costs $119." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the onward flight arrive and is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:11" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:11 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "outbound_arrival_time", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry but the ticket is not refundable. It arrives at 2:11 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "12 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like these tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "12 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, do ont buy me tickets. Would you search for round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "6th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "return_date", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "12 pm" + ], + "return_date": [ + "6th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return on the 6th 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": [ + "127" + ], + "slot": "price", + "values": [ + "$127" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_city": "San Francisco", + "origin_city": "Seattle", + "return_date": "2019-03-06" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "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": "127", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 123, + "slot": "inbound_departure_time", + "start": 116 + }, + { + "exclusive_end": 138, + "slot": "price", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So I have 1 good flight for you. It's an Alaska Airlines flight and it leaves at 12 pm. The return flight leaves at 2:55 pm. It costs $127." + }, + { + "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": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "12 pm" + ], + "return_date": [ + "6th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the outbound flight arrive and to which airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:11" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:11 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "destination_airport", + "start": 11 + }, + { + "exclusive_end": 59, + "slot": "outbound_arrival_time", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It goes to SFO International Airport and arrives at 2:11 pm." + }, + { + "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": [ + "4th of March" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "2:55 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "12 pm" + ], + "return_date": [ + "6th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like a winner" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I get tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "2:55 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "12 pm" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, and please make them economy tickets." + }, + { + "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-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "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": 87, + "slot": "origin_city", + "start": 80 + }, + { + "exclusive_end": 114, + "slot": "destination_city", + "start": 101 + }, + { + "exclusive_end": 145, + "slot": "departure_date", + "start": 134 + }, + { + "exclusive_end": 185, + "slot": "return_date", + "start": 171 + }, + { + "exclusive_end": 154, + "slot": "outbound_departure_time", + "start": 149 + }, + { + "exclusive_end": 196, + "slot": "inbound_departure_time", + "start": 189 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you are 1 person traveling in Economy. You are leaving from Seattle and going to San Francisco on Alaska Airlines next Monday at 12 pm and will return next Wednesday at 2:55 pm." + }, + { + "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": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "2:55 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "12 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great. When will my return flight arrive and which airport does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:06" + ], + "slot": "inbound_arrival_time", + "values": [ + "5:06 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": "14:55", + "origin_city": "Seattle", + "outbound_departure_time": "12:00", + "passengers": "1", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "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": "127", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "origin_airport", + "start": 56 + }, + { + "exclusive_end": 133, + "slot": "inbound_arrival_time", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been confirmed. The flight departs from Seattle-Tacoma International Airport and 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": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "2:55 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "12 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for helping" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "Alaska Airlines" + ], + "departure_date": [ + "4th of March", + "next Monday" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "2:55 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "12 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "6th of March", + "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": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "37_00045", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you find me any one-way flights?" + }, + { + "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": "Where are you planning to visit, and when will you leave and return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "origin_city", + "start": 50 + }, + { + "exclusive_end": 79, + "slot": "departure_date", + "start": 61 + }, + { + "exclusive_end": 106, + "slot": "destination_city", + "start": 95 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "ATL" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are 3 people travelling, we're leaving from ATL on the 10th of this month and heading to Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "197" + ], + "slot": "price", + "values": [ + "$197" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Seattle", + "origin_city": "Atlanta", + "passengers": "3" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:07", + "outbound_departure_time": "21:35", + "passengers": "3", + "price": "197", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "23:18", + "outbound_departure_time": "17:45", + "passengers": "3", + "price": "305", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "21:52", + "outbound_departure_time": "19:20", + "passengers": "3", + "price": "182", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:52", + "outbound_departure_time": "17:20", + "passengers": "3", + "price": "186", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 110, + "slot": "price", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an american airlines flight, the outbound flight leaves at 9:35 pm and has 0 stops. The price is $197." + }, + { + "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": [ + "10th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "ATL" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does it depart from? And when does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "00:07" + ], + "slot": "outbound_arrival_time", + "values": [ + "0:07 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "origin_airport", + "start": 20 + }, + { + "exclusive_end": 101, + "slot": "outbound_arrival_time", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It departs from the Hartsfield-Jackson International Airport, and the onward flight leaves at 0:07 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "the 12th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 91, + "slot": "return_date", + "start": 83 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "9:35 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me. Could you search for a round trip flight? I'd like to return on the 12th." + }, + { + "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": [ + "210" + ], + "slot": "price", + "values": [ + "$210" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_city": "Seattle", + "origin_city": "Atlanta", + "passengers": "3", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "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": "210", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 104, + "slot": "inbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, there's an american airlines flight, outbound leaving at 9:35 pm, return flight leaving at 9:45 pm. The price is $210." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "9:35 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight land in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "destination_airport", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is 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": [ + "American Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "9:45 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "9:35 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to do 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": [ + "American Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "9:45 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "9:35 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to go on a short trip, could you help me buy 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-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "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": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "origin_city", + "start": 58 + }, + { + "exclusive_end": 76, + "slot": "destination_city", + "start": 69 + }, + { + "exclusive_end": 141, + "slot": "departure_date", + "start": 131 + }, + { + "exclusive_end": 171, + "slot": "return_date", + "start": 161 + }, + { + "exclusive_end": 210, + "slot": "outbound_departure_time", + "start": 203 + }, + { + "exclusive_end": 251, + "slot": "inbound_departure_time", + "start": 244 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: You're leaving from Atlanta to Seattle, flying with American Airlines. The departure date is March 10th, and the return is March 12th. The outbound flight leaves at 9:35 pm, and the return flight leaves at 9:45 pm. There are 3 passengers, and you're flying economy." + }, + { + "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": [ + "10th of this month", + "March 10th" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "9:45 pm" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "9:35 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, correct. When does the return flight land?" + }, + { + "frames": [ + { + "actions": [ + { + "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-10", + "destination_city": "Seattle", + "inbound_departure_time": "21:45", + "origin_city": "Atlanta", + "outbound_departure_time": "21:35", + "passengers": "3", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "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": "210", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "inbound_arrival_time", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The tickets are confirmed. Your return flight lands 6:17 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of this month", + "March 10th" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "9:45 pm" + ], + "origin_city": [ + "ATL", + "Atlanta" + ], + "outbound_departure_time": [ + "9:35 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th", + "the 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, i'm all set." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00046", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "origin_city", + "start": 65 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you search for one-way flights for me? I am departing from SF." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What place do you anticipate traveling to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am heading to Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you intend to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "March 3rd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "departure_date", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing on March 3rd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:10" + ], + "slot": "outbound_departure_time", + "values": [ + "7:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "96" + ], + "slot": "price", + "values": [ + "$96" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:35", + "outbound_departure_time": "19:10", + "passengers": "1", + "price": "96", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:15", + "outbound_departure_time": "15:50", + "passengers": "1", + "price": "88", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "14:15", + "outbound_departure_time": "12:50", + "passengers": "1", + "price": "106", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "23:30", + "outbound_departure_time": "22:05", + "passengers": "1", + "price": "109", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "outbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 29, + "slot": "price", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a ticket costing $96 for an outbound Alaska Airlines flight that departs at 7:10 pm with 0 stops." + }, + { + "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": [ + "March 3rd" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SF" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have alternative flights? I have four people in my cohort." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:50" + ], + "slot": "outbound_departure_time", + "values": [ + "3:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "88" + ], + "slot": "price", + "values": [ + "$88" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "origin_city": "San Francisco", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:35", + "outbound_departure_time": "19:10", + "passengers": "4", + "price": "96", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:15", + "outbound_departure_time": "15:50", + "passengers": "4", + "price": "88", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "14:15", + "outbound_departure_time": "12:50", + "passengers": "4", + "price": "106", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 127, + "slot": "outbound_departure_time", + "start": 120 + }, + { + "exclusive_end": 62, + "slot": "price", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 3 suitable flights. There is a ticket costing $88 for an outbound American Airlines flight that departs at 3:50 pm with 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SF" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the onward flight come at, and which airport does it leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:15" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:15 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_airport", + "start": 23 + }, + { + "exclusive_end": 73, + "slot": "outbound_arrival_time", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves from SFO International Airport and will come at 5:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets 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": [ + "March 3rd" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I do not wish to purchase a ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Could I assist you with something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "March 5th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 112, + "slot": "return_date", + "start": 103 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 5th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you look up round trip flights for me? I prefer to travel in Economy and would like to return on March 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:50" + ], + "slot": "outbound_departure_time", + "values": [ + "3:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:30" + ], + "slot": "inbound_departure_time", + "values": [ + "6:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "96" + ], + "slot": "price", + "values": [ + "$96" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "origin_city": "San Francisco", + "passengers": "4", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "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": "4", + "price": "96", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 91, + "slot": "outbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 129, + "slot": "inbound_departure_time", + "start": 122 + }, + { + "exclusive_end": 29, + "slot": "price", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a ticket costing $96 for an outbound American Airlines flight departing at 3:50 pm. The return flight departs at 6:30 am." + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 5th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I get my money back for the ticket? What time does the onward flight come at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:15" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:15 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 92, + "slot": "outbound_arrival_time", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sadly, you cannot get your money back for the ticket. The onward flight will come at 5: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": [ + "American Airlines" + ], + "departure_date": [ + "March 3rd" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "6:30 am" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 5th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds perfect for me. I intend to go on a brief trip; could you help me purchase plane tickets?" + }, + { + "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": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:50" + ], + "slot": "outbound_departure_time", + "values": [ + "3:50 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:30" + ], + "slot": "inbound_departure_time", + "values": [ + "6:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 133, + "slot": "origin_city", + "start": 120 + }, + { + "exclusive_end": 148, + "slot": "destination_city", + "start": 137 + }, + { + "exclusive_end": 199, + "slot": "departure_date", + "start": 181 + }, + { + "exclusive_end": 240, + "slot": "return_date", + "start": 228 + }, + { + "exclusive_end": 177, + "slot": "outbound_departure_time", + "start": 170 + }, + { + "exclusive_end": 227, + "slot": "inbound_departure_time", + "start": 220 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following information: 4 passengers with Economy seats for an American Airlines flight departing from San Francisco to Los Angeles. The plane leaves at 3:50 pm on day after tomorrow, and will return at 6:30 am next Tuesday." + }, + { + "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": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "6:30 am" + ], + "origin_city": [ + "SF", + "San Francisco" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "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": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "inbound_departure_time": "06:30", + "origin_city": "San Francisco", + "outbound_departure_time": "15:50", + "passengers": "4", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "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": "4", + "price": "96", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are verified." + }, + { + "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 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "6:30 am" + ], + "origin_city": [ + "SF", + "San Francisco" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "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": "Could I assist 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 3rd", + "day after tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "6:30 am" + ], + "origin_city": [ + "SF", + "San Francisco" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. Thank you for your assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a pleasant afternoon." + } + ] + }, + { + "dialogue_id": "37_00047", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need help finding a one-way flight. I prefer economy flights on United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I can help you with that. Where will you be leaving from, and on what date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "March 4th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 30 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 4th" + ], + "origin_city": [ + "Chi-town" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Chi-town on March 4th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What's your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Chi-town" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:50" + ], + "slot": "outbound_departure_time", + "values": [ + "3:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "158" + ], + "slot": "price", + "values": [ + "$158" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_city": "Seattle", + "origin_city": "Chicago", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "18:20", + "outbound_departure_time": "15:50", + "passengers": "1", + "price": "158", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 47, + "slot": "outbound_departure_time", + "start": 40 + }, + { + "exclusive_end": 69, + "slot": "price", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "United Airlines has 1 flight leaving at 3:50 pm with 0 stops for $158." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Chi-town" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is that ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, unfortunately it is not." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Chi-town" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does that leave from?" + }, + { + "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 leaves from O'Hare International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds good for 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 now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanks, not 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": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "6th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "return_date", + "start": 75 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you check round-trip flights for me instead? I want to return on the 6th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:50" + ], + "slot": "outbound_departure_time", + "values": [ + "3:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:55" + ], + "slot": "inbound_departure_time", + "values": [ + "5:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "173" + ], + "slot": "price", + "values": [ + "$173" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_city": "Seattle", + "origin_city": "Chicago", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "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": "173", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 96, + "slot": "inbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 106, + "slot": "price", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "United Airlines has an outbound flight leaving at 3:50 pm, with return flight leaving at 5:55 pm, for $173." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport would I leave from, and where does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "origin_airport", + "values": [ + "O'Hare International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 104, + "slot": "destination_airport", + "start": 68 + }, + { + "exclusive_end": 52, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from O'Hare International Airport and arrives at 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 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "5:55 pm" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "return_date": [ + "6th 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": "Do you want to purchase tickets now?" + }, + { + "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": [ + "United Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "5:55 pm" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would like to book tickets now. There are 4 people in my group." + }, + { + "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": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United 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": [ + "15:50" + ], + "slot": "outbound_departure_time", + "values": [ + "3:50 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:55" + ], + "slot": "inbound_departure_time", + "values": [ + "5:55 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": 121, + "slot": "origin_city", + "start": 114 + }, + { + "exclusive_end": 133, + "slot": "destination_city", + "start": 126 + }, + { + "exclusive_end": 145, + "slot": "departure_date", + "start": 134 + }, + { + "exclusive_end": 184, + "slot": "return_date", + "start": 170 + }, + { + "exclusive_end": 156, + "slot": "outbound_departure_time", + "start": 149 + }, + { + "exclusive_end": 195, + "slot": "inbound_departure_time", + "start": 188 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: You are booking a flight for 4 passengers in economy class on United Airlines. Your flight leaves Chicago for Seattle next Monday at 3:50 pm, and returns next Wednesday at 5:55 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": [ + "March 4th", + "next Monday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "5:55 pm" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "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": "United Airlines", + "departure_date": "2019-03-04", + "destination_city": "Seattle", + "inbound_departure_time": "17:55", + "origin_city": "Chicago", + "outbound_departure_time": "15:50", + "passengers": "4", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "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": "4", + "price": "173", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are now 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 4th", + "next Monday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "5:55 pm" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "3:50 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "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 trip." + } + ] + }, + { + "dialogue_id": "37_00048", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you find me one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, where do you want to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delhi" + ], + "slot": "destination_city", + "values": [ + "Delhi" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "11th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 20 + }, + { + "exclusive_end": 46, + "slot": "departure_date", + "start": 33 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Delhi" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to head to Delhi on the 11th of March." + }, + { + "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": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philly" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Philly, and honestly, I'd prefer a flight on United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:45" + ], + "slot": "outbound_departure_time", + "values": [ + "4:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "304" + ], + "slot": "price", + "values": [ + "$304" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_city": "Delhi", + "origin_city": "Philadelphia" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "05:35", + "outbound_departure_time": "04:45", + "passengers": "1", + "price": "304", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 united airlines flight. It leaves at 4:45 am, with 1 stop, and the price of the ticket is $304." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me. Could you book me an Economy ticket for a round trip?" + }, + { + "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-13" + ], + "slot": "return_date", + "values": [ + "13th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "return_date", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return on the 13th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:45" + ], + "slot": "outbound_departure_time", + "values": [ + "4:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:35" + ], + "slot": "inbound_departure_time", + "values": [ + "12:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "314" + ], + "slot": "price", + "values": [ + "$314" + ] + }, + { + "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-11", + "destination_city": "Delhi", + "origin_city": "Philadelphia", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "inbound_arrival_time": "16:36", + "inbound_departure_time": "12:35", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "05:35", + "outbound_departure_time": "04:45", + "passengers": "1", + "price": "314", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 112, + "slot": "outbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 154, + "slot": "inbound_departure_time", + "start": 146 + }, + { + "exclusive_end": 187, + "slot": "price", + "start": 183 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight that seems pretty conveninent. There's a united airlines flight, the outbound leaves at 4:45 am, and the return flight leaves at 12:35 pm. The price of the ticket is $314." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Indira Gandhi International Airport" + ], + "slot": "destination_airport", + "values": [ + "Indira Gandhi International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "destination_airport", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is the Indira Gandhi International Airport." + }, + { + "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": "SearchRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "Delhi" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable? And when does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "16:36" + ], + "slot": "inbound_arrival_time", + "values": [ + "4:36 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "inbound_arrival_time", + "start": 57 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sadly, it's not refundable. The return flight arrives at 4:36 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "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": [ + "11th of March" + ], + "destination_city": [ + "Delhi" + ], + "inbound_departure_time": [ + "12:35 pm" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me, I'd like to go for a short trip. could you buy flight tickets for two?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delhi" + ], + "slot": "destination_city", + "values": [ + "Delhi" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "04:45" + ], + "slot": "outbound_departure_time", + "values": [ + "4:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:35" + ], + "slot": "inbound_departure_time", + "values": [ + "12:35 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": 75, + "slot": "origin_city", + "start": 63 + }, + { + "exclusive_end": 84, + "slot": "destination_city", + "start": 79 + }, + { + "exclusive_end": 141, + "slot": "departure_date", + "start": 131 + }, + { + "exclusive_end": 176, + "slot": "return_date", + "start": 166 + }, + { + "exclusive_end": 215, + "slot": "outbound_departure_time", + "start": 208 + }, + { + "exclusive_end": 257, + "slot": "inbound_departure_time", + "start": 249 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: You'd like to leave from Philadelphia to Delhi, on United Airlines. The departure date is on March 11th, and the return date is March 13th. The outbound flight leaves at 4:45 am, and the return flight leaves at 12:35 pm. And you'd like 2 economy tickets." + }, + { + "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": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "Delhi" + ], + "inbound_departure_time": [ + "12:35 pm" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "13th of March", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_city": "Delhi", + "inbound_departure_time": "12:35", + "origin_city": "Philadelphia", + "outbound_departure_time": "04:45", + "passengers": "2", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Indira Gandhi International Airport", + "destination_city": "Delhi", + "inbound_arrival_time": "16:36", + "inbound_departure_time": "12:35", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "05:35", + "outbound_departure_time": "04:45", + "passengers": "2", + "price": "314", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been purchased." + }, + { + "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": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "Delhi" + ], + "inbound_departure_time": [ + "12:35 pm" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "13th of March", + "March 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": "Would you like any aid?" + }, + { + "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": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "Delhi" + ], + "inbound_departure_time": [ + "12:35 pm" + ], + "origin_city": [ + "Philadelphia", + "Philly" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "13th of March", + "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": "37_00049", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me any one-way flights with American Airlines 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": "Where are you going to and where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "CDMX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "origin_city", + "start": 70 + }, + { + "exclusive_end": 92, + "slot": "destination_city", + "start": 88 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Chi-town" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to travel economy and I need 2 tickets. I will be leaving from Chi-town going to CDMX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When is this for?" + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Chi-town" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave today." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "262" + ], + "slot": "price", + "values": [ + "$262" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "Mexico City", + "origin_city": "Chicago", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "12:30", + "passengers": "2", + "price": "262", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 73, + "slot": "outbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 110, + "slot": "price", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 flight for you. American Airlines. The flight leaves at 12:30 pm. It has 1 stop and the price is $262." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Chi-town" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it arrive at and what time?" + }, + { + "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" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "destination_airport", + "start": 19 + }, + { + "exclusive_end": 85, + "slot": "outbound_arrival_time", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is Benito Juarez International Airport. The flight departs at 7:31 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "CDMX" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That all sounds okay to me. Can you find a return?" + }, + { + "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-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back the day after tomorrow." + }, + { + "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": [ + "08:05" + ], + "slot": "inbound_departure_time", + "values": [ + "8:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "308" + ], + "slot": "price", + "values": [ + "$308" + ] + }, + { + "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-01", + "destination_city": "Mexico City", + "origin_city": "Chicago", + "passengers": "2", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "19:32", + "inbound_departure_time": "08:05", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "12:30", + "passengers": "2", + "price": "308", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 81, + "slot": "inbound_departure_time", + "start": 74 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight. American Airlines, leaving at 12:30 pm, coming back at 8:05 am, and the price is $308." + }, + { + "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": [ + "today" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the return arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:32" + ], + "slot": "inbound_arrival_time", + "values": [ + "7:32 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "inbound_arrival_time", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 7:32 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": [ + "American Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "CDMX" + ], + "inbound_departure_time": [ + "8:05 am" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. Can you buy the tickets for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:30" + ], + "slot": "outbound_departure_time", + "values": [ + "12:30 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": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "origin_city", + "start": 63 + }, + { + "exclusive_end": 97, + "slot": "destination_city", + "start": 86 + }, + { + "exclusive_end": 103, + "slot": "departure_date", + "start": 98 + }, + { + "exclusive_end": 137, + "slot": "return_date", + "start": 119 + }, + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 74 + }, + { + "exclusive_end": 148, + "slot": "inbound_departure_time", + "start": 141 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let's confirm the details first. American Airlines flight from Chicago at 12:30 pm to Mexico City today. Returning the day after tomorrow at 8:05 am. 2 Economy seats." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:05 am" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect. Is the ticket refundable? Which airport does it arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "destination_airport", + "values": [ + "Benito Juarez 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-01", + "destination_city": "Mexico City", + "inbound_departure_time": "08:05", + "origin_city": "Chicago", + "outbound_departure_time": "12:30", + "passengers": "2", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "19:32", + "inbound_departure_time": "08:05", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "12:30", + "passengers": "2", + "price": "308", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "destination_airport", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ticket confirmed. The plane arrives at Benito Juarez International Airport. The ticket isn't refundable I'm afraid." + }, + { + "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": [ + "today" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:05 am" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow" + ], + "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 lovely day." + } + ] + }, + { + "dialogue_id": "37_00050", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Hello, Michael here! I and my colleagues are flying to attend a business meeting by this week. Can you help me to find me one way flight in some good airlines, please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. I can help you on that. Please provide me the details of where is your plan of visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Fran" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would be flying to San Fran." + }, + { + "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": "From where and when is your departure would be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "3rd of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "origin_city", + "start": 44 + }, + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "San Fran" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would be flying on 3rd of this month from Seattle." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "129" + ], + "slot": "price", + "values": [ + "$129" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "129", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "00:36", + "outbound_departure_time": "22:25", + "passengers": "1", + "price": "116", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "09:56", + "outbound_departure_time": "07:45", + "passengers": "1", + "price": "119", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "00:01", + "outbound_departure_time": "21:50", + "passengers": "1", + "price": "134", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "22:41", + "outbound_departure_time": "20:30", + "passengers": "1", + "price": "126", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 253, + "slot": "outbound_departure_time", + "start": 248 + }, + { + "exclusive_end": 182, + "slot": "price", + "start": 178 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please wait....I will look for a suitable flight for you... Here you go!!! I can find 5 one way flights to San Fran. The cheapest would be Alaska Airlines flight that costs just $129 for the travel. It has 0 stops and the outbound flight leaves at 12 pm. Would you like to go with this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "San Fran" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please do you have any other one way flights available cheaper than this one?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:25" + ], + "slot": "outbound_departure_time", + "values": [ + "10:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "116" + ], + "slot": "price", + "values": [ + "$116" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 120, + "slot": "outbound_departure_time", + "start": 112 + }, + { + "exclusive_end": 40, + "slot": "price", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yup! American Airlines flight costs $116 for the one-way trip. It has 0 stops and the outbound flight leaves at 10:25 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "San Fran" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This flight sounds great. Please can you look for round trip also? I would be travelling in Economy class?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When is your return? How many are planning to travel?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "5th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "return_date", + "start": 50 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "San Fran" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "4 of us would be travelling and we will return on 5th of March." + }, + { + "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": [ + "134" + ], + "slot": "price", + "values": [ + "$134" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "origin_city": "Seattle", + "passengers": "4", + "return_date": "2019-03-05", + "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": "4", + "price": "134", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 159, + "slot": "outbound_departure_time", + "start": 151 + }, + { + "exclusive_end": 202, + "slot": "inbound_departure_time", + "start": 195 + }, + { + "exclusive_end": 95, + "slot": "price", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay! Please give me a moment... I can find there is an American Airlines flight that cost $134 for the round trip. The outbound flight would leave at 10:25 pm and return flight will take off at 2:15 pm. Can I book for you in this flight?" + }, + { + "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": [ + "San Fran" + ], + "inbound_departure_time": [ + "2:15 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yup! Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How many tickets should I buy 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": [ + "3rd of this month" + ], + "destination_city": [ + "San Fran" + ], + "inbound_departure_time": [ + "2:15 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:25 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, sorry. not now. Thanks for the information." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright! Have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00051", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "destination_city", + "start": 27 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you get me a ticket to San Francisco, for a flight?" + }, + { + "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": "Easy enough, when will you leave and where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "this sunday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 14 + }, + { + "exclusive_end": 54, + "slot": "departure_date", + "start": 43 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this sunday" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will depart Phoenix, AZ. I want to leave this sunday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:15" + ], + "slot": "outbound_departure_time", + "values": [ + "6:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "123" + ], + "slot": "price", + "values": [ + "$123" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "08:22", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "123", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "14:02", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "112", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "08:07", + "outbound_departure_time": "06:00", + "passengers": "1", + "price": "121", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "01:57", + "outbound_departure_time": "23:50", + "passengers": "1", + "price": "128", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "outbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 97, + "slot": "price", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have an american Airlines flight with 0 stops. It leaves at 6:15 am. It has a funny price. $123." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "this sunday" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it a refundable ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry it is not." + }, + { + "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": [ + "this sunday" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does the flight take off 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": 36, + "slot": "origin_airport", + "start": 4 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The sky Harbor International airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "San Francisco" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds perfect. Search flights please." + }, + { + "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-05" + ], + "slot": "return_date", + "values": [ + "5th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "return_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this sunday" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "5th of March. I need economy tickets." + }, + { + "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": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "San Francisco", + "origin_city": "Phoenix", + "return_date": "2019-03-05", + "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": "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": "1", + "price": "167", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 101, + "slot": "inbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 possibility. It is an American Airlines ticket leaving at 6:15 am. It will return at 8:10 am. Your cost will be $167." + }, + { + "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 sunday" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "8:10 am" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, get me a ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_city", + "start": 36 + }, + { + "exclusive_end": 125, + "slot": "destination_city", + "start": 112 + }, + { + "exclusive_end": 62, + "slot": "departure_date", + "start": 44 + }, + { + "exclusive_end": 170, + "slot": "return_date", + "start": 158 + }, + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 87 + }, + { + "exclusive_end": 190, + "slot": "inbound_departure_time", + "start": 183 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, just to be clear you're leaving Phoenix day after tomorrow on American Airlines at 6:15 am. You're going to San Francisco on Economy class. You'll return next Tuesday, leaving at 8:10 am. You will get 1 ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "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", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "this sunday" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "8:10 am" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's the ticket for me. When does my return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "08:22" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:22 am" + ] + }, + { + "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-03", + "destination_city": "San Francisco", + "inbound_departure_time": "08:10", + "origin_city": "Phoenix", + "outbound_departure_time": "06:15", + "passengers": "1", + "return_date": "2019-03-05", + "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": "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": "1", + "price": "167", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_arrival_time", + "start": 63 + }, + { + "exclusive_end": 108, + "slot": "inbound_arrival_time", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have your ticket. the onward flight gets to San Francisco at 8:22 am. and you'll get back here at 12:49 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": [ + "day after tomorrow", + "this sunday" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "8:10 am" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, you're the best." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a safe flight." + } + ] + }, + { + "dialogue_id": "37_00052", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you list one way flights for 1?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is departure time and city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 13 + }, + { + "exclusive_end": 50, + "slot": "departure_date", + "start": 38 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of March" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Departure is Atlanta, GA and I leavve 7th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is the destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland, OR" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of March" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Desitination is Portland, OR." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:30" + ], + "slot": "outbound_departure_time", + "values": [ + "3:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "285" + ], + "slot": "price", + "values": [ + "$285" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Portland", + "origin_city": "Atlanta", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "21:40", + "outbound_departure_time": "15:30", + "passengers": "1", + "price": "285", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:55", + "outbound_departure_time": "05:50", + "passengers": "1", + "price": "288", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:00", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "316", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "14:03", + "outbound_departure_time": "09:40", + "passengers": "1", + "price": "307", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 74, + "slot": "price", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4. I have American Airlines departing 3:30 pm with 1 stop for $285." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "7th of March" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there anything else?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "288" + ], + "slot": "price", + "values": [ + "$288" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "outbound_departure_time", + "start": 37 + }, + { + "exclusive_end": 65, + "slot": "price", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is Delta Airlines departing at 5:50 am with 1 stop for $288." + }, + { + "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": [ + "7th of March" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Atlanta, GA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is departure airport and when is arrival?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "10:55" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:55 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "origin_airport", + "start": 13 + }, + { + "exclusive_end": 74, + "slot": "outbound_arrival_time", + "start": 66 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Departure is Hartsfield-Jackson International Airport and arrives 10:55 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "7th of March" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:50 am" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is good how about round trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When is arrival date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "the 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "return_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "7th of March" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:50 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Arrival back on the 10th." + }, + { + "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": [ + "09:35" + ], + "slot": "inbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "286" + ], + "slot": "price", + "values": [ + "$286" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_city": "Portland", + "origin_city": "Atlanta", + "passengers": "1", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "20:47", + "inbound_departure_time": "09:35", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:55", + "outbound_departure_time": "05:50", + "passengers": "1", + "price": "286", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 20, + "slot": "outbound_departure_time", + "start": 13 + }, + { + "exclusive_end": 53, + "slot": "inbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 62, + "slot": "price", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a a 5:50 am Delta Airlines returning 9:35 am for $286." + }, + { + "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": "SearchRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "7th of March" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:50 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is is refundable and when does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:47" + ], + "slot": "inbound_arrival_time", + "values": [ + "8:47 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "inbound_arrival_time", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The arrival is 8:47 pm and non 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": [ + "7th of March" + ], + "destination_city": [ + "Portland, OR" + ], + "inbound_departure_time": [ + "9:35 am" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:50 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good for a short trip, I want it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "05:50" + ], + "slot": "outbound_departure_time", + "values": [ + "5:50 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:35" + ], + "slot": "inbound_departure_time", + "values": [ + "9: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": 36, + "slot": "origin_city", + "start": 29 + }, + { + "exclusive_end": 70, + "slot": "destination_city", + "start": 62 + }, + { + "exclusive_end": 98, + "slot": "departure_date", + "start": 85 + }, + { + "exclusive_end": 125, + "slot": "return_date", + "start": 115 + }, + { + "exclusive_end": 52, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 144, + "slot": "inbound_departure_time", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirm, Delta Airlines from Atlanta leaving 5:50 am going to Portland and departing next Thursday. Return date is March 10th leaving at 9:35 am on an Economy ticket for 1." + }, + { + "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": [ + "7th of March", + "next Thursday" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "inbound_departure_time": [ + "9:35 am" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:50 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is good, when does departure fight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "10:55" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:55 am" + ] + }, + { + "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": "Portland", + "inbound_departure_time": "09:35", + "origin_city": "Atlanta", + "outbound_departure_time": "05:50", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "20:47", + "inbound_departure_time": "09:35", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "10:55", + "outbound_departure_time": "05:50", + "passengers": "1", + "price": "286", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 41, + "slot": "outbound_arrival_time", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You are confirmed and it arrives 10:55 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "7th of March", + "next Thursday" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "inbound_departure_time": [ + "9:35 am" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:50 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arrival aiport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "destination_airport", + "values": [ + "PDX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "destination_airport", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The arrival airport is 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": [ + "Delta Airlines" + ], + "departure_date": [ + "7th of March", + "next Thursday" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "inbound_departure_time": [ + "9:35 am" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:50 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for everything." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "7th of March", + "next Thursday" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "inbound_departure_time": [ + "9:35 am" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "5:50 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that is all today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00053", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you search one-way 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": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you plan to go and when do you plan to leave and from where you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "11th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 28 + }, + { + "exclusive_end": 42, + "slot": "destination_city", + "start": 39 + }, + { + "exclusive_end": 59, + "slot": "departure_date", + "start": 46 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am planning to leave from Phoenix to SFO on 11th 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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "123" + ], + "slot": "price", + "values": [ + "$123" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "San Francisco", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "08:22", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "123", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "14:02", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "98", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-11", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "08:07", + "outbound_departure_time": "06:00", + "passengers": "1", + "price": "106", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "01:57", + "outbound_departure_time": "23:50", + "passengers": "1", + "price": "116", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 112, + "slot": "outbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 149, + "slot": "price", + "start": 145 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have short listed 4 perfect flights for you.One among them is American Airlines flight which leaves at 6:15 am with 0 stops and ticket cost is $123" + }, + { + "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": [ + "11th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "6:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This is perfect for me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any other help from me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "6:15 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you look in for round top flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you planning to return back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of march" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "return_date", + "start": 21 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "11th of March" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "return_date": [ + "13th of march" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to go back on 13th 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": [ + "168" + ], + "slot": "price", + "values": [ + "$168" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_city": "San Francisco", + "origin_city": "Phoenix", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "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": "1", + "price": "168", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 91, + "slot": "inbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 117, + "slot": "price", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight leaving at 6:15 am and the return flight is at 8:10 am with ticket price at $168" + }, + { + "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": [ + "11th of March" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "8:10 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "return_date": [ + "13th of march" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This is perfect for me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need 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": [ + "11th of March" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "8:10 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "return_date": [ + "13th of march" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes i want you to book the ticket" + }, + { + "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-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "origin_city", + "start": 71 + }, + { + "exclusive_end": 101, + "slot": "destination_city", + "start": 88 + }, + { + "exclusive_end": 115, + "slot": "departure_date", + "start": 105 + }, + { + "exclusive_end": 152, + "slot": "return_date", + "start": 142 + }, + { + "exclusive_end": 189, + "slot": "outbound_departure_time", + "start": 182 + }, + { + "exclusive_end": 222, + "slot": "inbound_departure_time", + "start": 215 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please give confirmation details: The flight American Airlines is from Phoenix going to San Francisco on March 11th and the return date is on March 13th.The onward flight leaving at 6:15 am and the return flight at 8:10 am.The number of passengers is 1 with Economy seating 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": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "8:10 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of march", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This 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-11", + "destination_city": "San Francisco", + "inbound_departure_time": "08:10", + "origin_city": "Phoenix", + "outbound_departure_time": "06:15", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "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": "1", + "price": "168", + "refundable": "False", + "return_date": "2019-03-13", + "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": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "8:10 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of march", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for the help" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can i help you more?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "11th of March", + "March 11th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "8:10 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "6:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of march", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thanking you very much" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day" + } + ] + }, + { + "dialogue_id": "37_00054", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Could you search one-way flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you intend to depart at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "11th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "departure_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing on the 11th 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": "What location will you depart from, and where do you intend to travel to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "origin_city", + "start": 19 + }, + { + "exclusive_end": 54, + "slot": "destination_city", + "start": 47 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Mexico City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will depart from Mexico City, and will go to Seattle." + }, + { + "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": [ + "269" + ], + "slot": "price", + "values": [ + "$269" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "Seattle", + "origin_city": "Mexico City" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "269", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "22:56", + "outbound_departure_time": "13:45", + "passengers": "1", + "price": "235", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "02:32", + "outbound_departure_time": "20:45", + "passengers": "1", + "price": "263", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 129 + }, + { + "exclusive_end": 74, + "slot": "price", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 3 appropriate flights for you. There is a ticket costing $269 for an outbound American Airlines flight departing at 8:05 am with 1 stop." + }, + { + "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": [ + "11th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Mexico City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does the flight leave from, and can I get my money back for the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "origin_airport", + "values": [ + "Benito Juarez International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 62, + "slot": "origin_airport", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "the flight leaves from the Benito Juarez International Airport. Sadly, you cannot get your money back for the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Mexico City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have other flight alternatives?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:45" + ], + "slot": "outbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "235" + ], + "slot": "price", + "values": [ + "$235" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 92, + "slot": "outbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 30, + "slot": "price", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a ticket costing $235 for an outbound Delta Airlines flight that departs at 1:45 pm with 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Mexico City" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have other flight alternatives? I prefer to travel in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "263" + ], + "slot": "price", + "values": [ + "$263" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "Seattle", + "origin_city": "Mexico City", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "269", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 129 + }, + { + "exclusive_end": 73, + "slot": "price", + "start": 69 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 1 appropriate flight for you. There is a ticket costing $263 for an outbound United Airlines flight that departs at 8:45 pm with 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight is perfect for me. Could you look up round trip flights for me? There's one person in my cohort." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time will you return at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "return_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to return on the 13th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:30" + ], + "slot": "inbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "294" + ], + "slot": "price", + "values": [ + "$294" + ] + }, + { + "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-11", + "destination_city": "Seattle", + "origin_city": "Mexico City", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "02:05", + "inbound_departure_time": "12:30", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "02:32", + "outbound_departure_time": "20:45", + "passengers": "1", + "price": "294", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 134, + "slot": "outbound_departure_time", + "start": 127 + }, + { + "exclusive_end": 176, + "slot": "inbound_departure_time", + "start": 168 + }, + { + "exclusive_end": 78, + "slot": "price", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 1 convenient flight for your trip. There is a ticket costing $294 for an outbound United Airlines that departs on 8:45 pm has a return flight departing on 12:30 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": [ + "11th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport will 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": 66, + "slot": "origin_airport", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will leave from the Benito Juarez 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": [ + "11th of this month" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "12:30 pm" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight is perfect for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to 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": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "12:30 pm" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, I'd like to reserve the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "20:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:30" + ], + "slot": "inbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 114, + "slot": "origin_city", + "start": 103 + }, + { + "exclusive_end": 125, + "slot": "destination_city", + "start": 118 + }, + { + "exclusive_end": 174, + "slot": "departure_date", + "start": 164 + }, + { + "exclusive_end": 234, + "slot": "return_date", + "start": 224 + }, + { + "exclusive_end": 160, + "slot": "outbound_departure_time", + "start": 153 + }, + { + "exclusive_end": 220, + "slot": "inbound_departure_time", + "start": 212 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following details: an economy seat for 1 passenger for a United Airlines flight from Mexico City to Seattle. The flight will depart on 8:45 pm at March 11th, and will start the return flight at 12:30 pm at March 13th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "12:30 pm" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect for me. What time does my return flight come? Can I get my money back for the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "02:05" + ], + "slot": "inbound_arrival_time", + "values": [ + "2:05 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_city": "Seattle", + "inbound_departure_time": "12:30", + "origin_city": "Mexico City", + "outbound_departure_time": "20:45", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "02:05", + "inbound_departure_time": "12:30", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "02:32", + "outbound_departure_time": "20:45", + "passengers": "1", + "price": "294", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "inbound_arrival_time", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is verified. The return flight will come at 2:05 am. Sadly, you cannot get your money back for the ticket." + }, + { + "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": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "12:30 pm" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month", + "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": "Could I assist 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": [ + "11th of this month", + "March 11th" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "12:30 pm" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "8:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "13th of this month", + "March 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nah; thank you for your assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a pleasant afternoon." + } + ] + }, + { + "dialogue_id": "37_00055", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you plan to leave? Where will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "departure_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 33 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Los Angeles on the 11th." + }, + { + "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" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "destination_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am travelling to Portland" + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "133" + ], + "slot": "price", + "values": [ + "$133" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-11", + "destination_city": "Portland", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "09:55", + "outbound_departure_time": "07:25", + "passengers": "1", + "price": "133", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-11", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:45", + "outbound_departure_time": "23:15", + "passengers": "1", + "price": "141", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-11", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "00:20", + "outbound_departure_time": "21:50", + "passengers": "1", + "price": "132", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-11", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "17:33", + "outbound_departure_time": "12:00", + "passengers": "1", + "price": "202", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-11", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "16:04", + "outbound_departure_time": "11:40", + "passengers": "1", + "price": "208", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 116, + "slot": "price", + "start": 112 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. I found 5 flights. Alaska Airlines, outbound flight leaves at 7:25 am has 0 stops and the ticket price is $133" + }, + { + "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 11th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from ?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from LAX International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "destination_airport", + "values": [ + "PDX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_airport", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is PDX International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "7:25 am" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Good. Can you search round trip flights with refundable tickets? My plans might change." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "return_date", + "start": 21 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "7:25 am" + ], + "refundable": [ + "True" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to be back on the 13th." + }, + { + "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": [ + "181" + ], + "slot": "price", + "values": [ + "$181" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_city": "Portland", + "origin_city": "Los Angeles", + "refundable": "True", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "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": "1", + "price": "181", + "refundable": "True", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 96, + "slot": "inbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is Alaska Airlines, outbound flight leaves at 7:25 am. The return flight leaves at 1:55 pm. The price of ticket is $181." + }, + { + "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": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 11th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "7:25 am" + ], + "refundable": [ + "True" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive? Which airport does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "destination_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_airport", + "start": 19 + }, + { + "exclusive_end": 93, + "slot": "origin_airport", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is PDX International Airport and the departure from LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "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 11th" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "1:55 pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "7:25 am" + ], + "passengers": [ + "2" + ], + "refundable": [ + "True" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sound Good. Can you help me to buy tickets for 2 people?" + }, + { + "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-11" + ], + "slot": "departure_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "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": 88, + "slot": "origin_city", + "start": 77 + }, + { + "exclusive_end": 110, + "slot": "destination_city", + "start": 102 + }, + { + "exclusive_end": 124, + "slot": "departure_date", + "start": 114 + }, + { + "exclusive_end": 166, + "slot": "return_date", + "start": 156 + }, + { + "exclusive_end": 135, + "slot": "outbound_departure_time", + "start": 128 + }, + { + "exclusive_end": 183, + "slot": "inbound_departure_time", + "start": 176 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm. Book 2 tickets in onward Alaska Airlines Economy flight from Los Angeles departs from Portland on March 11th at 7:25 am. the return date is March 13th leave at 1:55 pm" + }, + { + "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": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "1:55 pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "7:25 am" + ], + "passengers": [ + "2" + ], + "refundable": [ + "True" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that works form me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "destination_city": "Portland", + "inbound_departure_time": "13:55", + "origin_city": "Los Angeles", + "outbound_departure_time": "07:25", + "passengers": "2", + "refundable": "True", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-11", + "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": "181", + "refundable": "True", + "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": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 11th", + "the 11th" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "1:55 pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "7:25 am" + ], + "passengers": [ + "2" + ], + "refundable": [ + "True" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help. That's all i need" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00056", + "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": "Get me a one way flight stat." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, when would you like to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "March 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "departure_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "March 8th is my go date." + }, + { + "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 ya going? Where will you leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Ciudad de Mexico" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "origin_city", + "start": 8 + }, + { + "exclusive_end": 60, + "slot": "destination_city", + "start": 44 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving Portland and going to the wonderful Ciudad de Mexico." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "274" + ], + "slot": "price", + "values": [ + "$274" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Mexico City", + "origin_city": "Portland" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "274", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "266", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "258", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "02:05", + "outbound_departure_time": "16:55", + "passengers": "1", + "price": "267", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "00:20", + "outbound_departure_time": "12:05", + "passengers": "1", + "price": "264", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 92, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a choice for you. It's Alaska Airlines 10:10 am flight with 1 stop. It will cost $274." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other option is there for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "266" + ], + "slot": "price", + "values": [ + "$266" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 92, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Well, there's an American Airlines flight that leaves at 7:20 am. with 1 top. It's just $266." + }, + { + "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": [ + "March 8th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other choice will I have? there are four of us." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "258" + ], + "slot": "price", + "values": [ + "$258" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Mexico City", + "origin_city": "Portland", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "10:10", + "passengers": "4", + "price": "274", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "07:20", + "passengers": "4", + "price": "266", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "08:45", + "passengers": "4", + "price": "258", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "02:05", + "outbound_departure_time": "16:55", + "passengers": "4", + "price": "267", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "00:20", + "outbound_departure_time": "12:05", + "passengers": "4", + "price": "264", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 94, + "slot": "price", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about Delta Airlines. It's outbound takes off at 8:45 am, it has 1 stop. It will cost $258." + }, + { + "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": [ + "March 8th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does that fly from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "PDX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I get my money back if I change my mind?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, you can not." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll risk it. Get me those tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I get the ticket now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No dice. You must now search round trip tickets. I like travelling economy more than any other possible choice." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you prefer to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "the 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "return_date", + "start": 34 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have to be back in my office on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:45" + ], + "slot": "inbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "280" + ], + "slot": "price", + "values": [ + "$280" + ] + }, + { + "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-08", + "destination_city": "Mexico City", + "origin_city": "Portland", + "passengers": "4", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "21:33", + "inbound_departure_time": "13:45", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "08:45", + "passengers": "4", + "price": "280", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_departure_time", + "start": 61 + }, + { + "exclusive_end": 108, + "slot": "inbound_departure_time", + "start": 101 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, I have 1 for you. Delta Airlines has a departing time of 8:45 am. The flight back home leaves at 1:45 pm. You'll pay $280 for that though." + }, + { + "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 8th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "OK, I think you've sold me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I get those for you 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": [ + "March 8th" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, you talked me into it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:45" + ], + "slot": "inbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_city", + "start": 48 + }, + { + "exclusive_end": 189, + "slot": "destination_city", + "start": 178 + }, + { + "exclusive_end": 68, + "slot": "departure_date", + "start": 57 + }, + { + "exclusive_end": 172, + "slot": "return_date", + "start": 162 + }, + { + "exclusive_end": 79, + "slot": "outbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 142, + "slot": "inbound_departure_time", + "start": 135 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Here's what I have for your 4 tickets: Fly from Portland next Friday at 8:45 am. on Delta Airlines on Economy class. You'll get on the 1:45 pm departing plane on March 10th from Mexico City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_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": [ + "destination_airport", + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Ciudad de Mexico", + "Mexico City" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Winner winner, chicken Dinner. Great. Thanks. which Airport am I touching down in? When does my plane get home at the end?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "destination_airport", + "values": [ + "Benito Juarez International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "21:33" + ], + "slot": "inbound_arrival_time", + "values": [ + "9:33 pm" + ] + }, + { + "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": "Mexico City", + "inbound_departure_time": "13:45", + "origin_city": "Portland", + "outbound_departure_time": "08:45", + "passengers": "4", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "21:33", + "inbound_departure_time": "13:45", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "08:45", + "passengers": "4", + "price": "280", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "destination_airport", + "start": 30 + }, + { + "exclusive_end": 98, + "slot": "inbound_arrival_time", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I got you. The destination is Benito Juarez International Airport. You'll touch down about 9:33 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 8th", + "next Friday" + ], + "destination_city": [ + "Ciudad de Mexico", + "Mexico City" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 10th", + "the 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "You're a peach. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a safe and fun trip." + } + ] + }, + { + "dialogue_id": "37_00057", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please find me one-way flights for 4 people?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you departing from and when do you want to leave? Where is your destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 50, + "slot": "destination_city", + "start": 48 + }, + { + "exclusive_end": 80, + "slot": "departure_date", + "start": 67 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Philadelphia" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Philadelphia and traveling to LA, leaving on the 10th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "298" + ], + "slot": "price", + "values": [ + "$298" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Los Angeles", + "origin_city": "Philadelphia", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "10:10", + "passengers": "4", + "price": "298", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "19:57", + "outbound_departure_time": "14:20", + "passengers": "4", + "price": "285", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "00:32", + "outbound_departure_time": "20:35", + "passengers": "4", + "price": "265", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "11:30", + "passengers": "4", + "price": "311", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight with 1 stop that leaves at 10:10 am. The price per ticket is $298." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Philadelphia" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other available flights?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "285" + ], + "slot": "price", + "values": [ + "$285" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 79, + "slot": "price", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight that leaves at 2:20 pm and has 1 stop for $285." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good. Can you search round trip flights for me?" + }, + { + "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-12" + ], + "slot": "return_date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "return_date", + "start": 21 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will return on the 12th of this month." + }, + { + "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": [ + "13:40" + ], + "slot": "inbound_departure_time", + "values": [ + "1:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "318" + ], + "slot": "price", + "values": [ + "$318" + ] + }, + { + "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-10", + "destination_city": "Los Angeles", + "origin_city": "Philadelphia", + "passengers": "4", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "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": "19:57", + "outbound_departure_time": "14:20", + "passengers": "4", + "price": "318", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 117, + "slot": "inbound_departure_time", + "start": 110 + }, + { + "exclusive_end": 136, + "slot": "price", + "start": 132 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight for you. There is a Delta Airlines flight leaving at 2:20 pm and the return flight leaves at 1:40 pm. The price is $318 per ticket." + }, + { + "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": [ + "10th of March" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "1:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "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 purchase them?" + }, + { + "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": [ + "10th of March" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "1:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "12th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please 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-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:20" + ], + "slot": "outbound_departure_time", + "values": [ + "2:20 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": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 74, + "slot": "origin_city", + "start": 62 + }, + { + "exclusive_end": 89, + "slot": "destination_city", + "start": 78 + }, + { + "exclusive_end": 127, + "slot": "departure_date", + "start": 117 + }, + { + "exclusive_end": 152, + "slot": "return_date", + "start": 142 + }, + { + "exclusive_end": 188, + "slot": "outbound_departure_time", + "start": 181 + }, + { + "exclusive_end": 228, + "slot": "inbound_departure_time", + "start": 221 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: A flight is booked from Philadelphia to Los Angeles on Delta Airlines, leaving March 10th and returning March 12th. The first flight leaves at 2:20 pm and the return flight leaves at 1:40 pm. The seats are for 4 passengers and the seating is 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": [ + "10th of March", + "March 10th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "1:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "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-10", + "destination_city": "Los Angeles", + "inbound_departure_time": "13:40", + "origin_city": "Philadelphia", + "outbound_departure_time": "14:20", + "passengers": "4", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "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": "19:57", + "outbound_departure_time": "14:20", + "passengers": "4", + "price": "318", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are confirmed." + }, + { + "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": "ReserveRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of March", + "March 10th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "1:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from, and when does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "origin_airport", + "values": [ + "PHL International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "00:16" + ], + "slot": "inbound_arrival_time", + "values": [ + "0:16 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "origin_airport", + "start": 24 + }, + { + "exclusive_end": 90, + "slot": "inbound_arrival_time", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from PHL International Airport and the return flight arrives at 0:16 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": [ + "10th of March", + "March 10th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "1:40 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that is all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00058", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, Australia" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 30 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Sydney, Australia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to a one way flight to Sydney, Australia." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What airport would you like to fly out of and on what date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "3rd of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 9, + "slot": "origin_city", + "start": 0 + }, + { + "exclusive_end": 34, + "slot": "departure_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Las Vegas on the 3rd of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:30" + ], + "slot": "outbound_departure_time", + "values": [ + "9:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "275" + ], + "slot": "price", + "values": [ + "$275" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Sydney", + "origin_city": "Las Vegas" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "275", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "12:20", + "passengers": "1", + "price": "273", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "12:05", + "passengers": "1", + "price": "279", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 78, + "slot": "price", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines has a flight that departs at 9:30 am with 1 layover for $275," + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Las Vegas" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other options do you have. Economy class is what I am looking for." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:20" + ], + "slot": "outbound_departure_time", + "values": [ + "12:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "273" + ], + "slot": "price", + "values": [ + "$273" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Sydney", + "origin_city": "Las Vegas", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "09:30", + "passengers": "1", + "price": "275", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "12:20", + "passengers": "1", + "price": "273", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 103, + "slot": "price", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 2 other flights. Delta Airlines has a flight that departs at 12:20 pm and has 1 layover for $273." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Las Vegas" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the other flight?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "279" + ], + "slot": "price", + "values": [ + "$279" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 80, + "slot": "price", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "United Airlines has a flight that departs at 12:05 pm and has 1 layover for $279." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "12:05 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. I need four tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "March 6th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "return_date", + "start": 21 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "3rd of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "12:05 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 6th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to be back on March 6th." + }, + { + "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": [ + "22:05" + ], + "slot": "inbound_departure_time", + "values": [ + "10:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "291" + ], + "slot": "price", + "values": [ + "$291" + ] + }, + { + "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": "Sydney", + "origin_city": "Las Vegas", + "passengers": "4", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "inbound_arrival_time": "16:15", + "inbound_departure_time": "22:05", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "12:05", + "passengers": "4", + "price": "291", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 118, + "slot": "inbound_departure_time", + "start": 110 + }, + { + "exclusive_end": 127, + "slot": "price", + "start": 123 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This is 1 option and it is a United Airlines flight that departs at 12:05 pm and the turning flight departs a 10:05 pm for $291." + }, + { + "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": [ + "3rd of this month" + ], + "destination_city": [ + "Sydney, Australia" + ], + "inbound_departure_time": [ + "10:05 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "12:05 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 6th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is awesome can you help we buy the tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney" + ] + }, + { + "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-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:05" + ], + "slot": "outbound_departure_time", + "values": [ + "12:05 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "22:05" + ], + "slot": "inbound_departure_time", + "values": [ + "10:05 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": 71, + "slot": "origin_city", + "start": 62 + }, + { + "exclusive_end": 87, + "slot": "destination_city", + "start": 81 + }, + { + "exclusive_end": 118, + "slot": "departure_date", + "start": 100 + }, + { + "exclusive_end": 159, + "slot": "return_date", + "start": 145 + }, + { + "exclusive_end": 130, + "slot": "outbound_departure_time", + "start": 122 + }, + { + "exclusive_end": 171, + "slot": "inbound_departure_time", + "start": 163 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "4 passengers flying United Airlines with economy seating from Las Vegas going to Sydney leaving the day after tomorrow at 12:05 pm and returning next Wednesday at 10:05 pm. Is that correct?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "3rd of this month", + "day after tomorrow" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "inbound_departure_time": [ + "10:05 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "12:05 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 6th", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is good. IS the ticket refundable and what airport does the flight leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "McCarran International Airport" + ], + "slot": "origin_airport", + "values": [ + "McCarran International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_city": "Sydney", + "inbound_departure_time": "22:05", + "origin_city": "Las Vegas", + "outbound_departure_time": "12:05", + "passengers": "4", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "inbound_arrival_time": "16:15", + "inbound_departure_time": "22:05", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "12:05", + "passengers": "4", + "price": "291", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 112, + "slot": "origin_airport", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are comfirmed. The tickect is nonrefundable. The flight departs from McCarran 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": [ + "United Airlines" + ], + "departure_date": [ + "3rd of this month", + "day after tomorrow" + ], + "destination_city": [ + "Sydney", + "Sydney, Australia" + ], + "inbound_departure_time": [ + "10:05 pm" + ], + "origin_city": [ + "Las Vegas" + ], + "outbound_departure_time": [ + "12:05 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 6th", + "next Wednesday" + ], + "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 an awesome day!" + } + ] + }, + { + "dialogue_id": "37_00059", + "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": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you leaving from and when do you leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 54, + "slot": "departure_date", + "start": 37 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Atlanta, GA 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": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris, France" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Paris, France." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:25" + ], + "slot": "outbound_departure_time", + "values": [ + "3:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "323" + ], + "slot": "price", + "values": [ + "$323" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Paris", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "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": "323", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "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": "337", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:36", + "outbound_departure_time": "13:35", + "passengers": "1", + "price": "339", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "06:17", + "outbound_departure_time": "12:50", + "passengers": "1", + "price": "375", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 102, + "slot": "outbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 134, + "slot": "price", + "start": 130 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights that match your request. There is an American Airlines flight that leaves at 3:25 pm with 1 stop. The ticket is $323." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "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:40" + ], + "slot": "outbound_departure_time", + "values": [ + "3:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "337" + ], + "slot": "price", + "values": [ + "$337" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight with 1 stop that leaves at 3:40 pm. The ticket is $337." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight arrive and what airport does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:37" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:37 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 64, + "slot": "origin_airport", + "start": 24 + }, + { + "exclusive_end": 105, + "slot": "outbound_arrival_time", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Hartsfield-Jackson International Airport and the onward flight arrives at 1:37 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:40 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good. Can you find round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When did you want to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "return_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm returning on the 11th." + }, + { + "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": [ + "352" + ], + "slot": "price", + "values": [ + "$352" + ] + }, + { + "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-09", + "destination_city": "Paris", + "origin_city": "Atlanta", + "return_date": "2019-03-11" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "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": "352", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 99, + "slot": "outbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 139, + "slot": "inbound_departure_time", + "start": 132 + }, + { + "exclusive_end": 159, + "slot": "price", + "start": 155 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight that matches your request. There is a Delta Airlines flight that leaves at 3:40 pm and the return flight leaves at 5:35 pm. The ticket is $352." + }, + { + "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": [ + "9th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 11th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. It is a short trip. Can you buy tickets? There is 1 in my group." + }, + { + "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-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "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": 82, + "slot": "origin_city", + "start": 75 + }, + { + "exclusive_end": 91, + "slot": "destination_city", + "start": 86 + }, + { + "exclusive_end": 120, + "slot": "departure_date", + "start": 111 + }, + { + "exclusive_end": 143, + "slot": "return_date", + "start": 133 + }, + { + "exclusive_end": 180, + "slot": "outbound_departure_time", + "start": 173 + }, + { + "exclusive_end": 220, + "slot": "inbound_departure_time", + "start": 213 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: Delta Airlines flight for 1 person in economy seating from Atlanta to Paris. The flight leaves March 9th and returns March 11th. The onward flight leaves at 3:40 pm and the return flight leaves at 5:35 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, 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-09", + "destination_city": "Paris", + "inbound_departure_time": "17:35", + "origin_city": "Atlanta", + "outbound_departure_time": "15:40", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "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": "352", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been reserved." + }, + { + "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": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "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 great day." + } + ] + }, + { + "dialogue_id": "37_00060", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a plane ticket. One-way." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city or airport are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "SD" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "origin_city", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Departing from SD." + }, + { + "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 travelling and when wdo you wish to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "Thursday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "destination_city", + "start": 43 + }, + { + "exclusive_end": 76, + "slot": "departure_date", + "start": 58 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "SD" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm looking for an Economy class ticket to Phoenix, AZ on Thursday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:45" + ], + "slot": "outbound_departure_time", + "values": [ + "5:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "98" + ], + "slot": "price", + "values": [ + "$98" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Phoenix", + "origin_city": "San Diego", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "07:05", + "outbound_departure_time": "05:45", + "passengers": "1", + "price": "98", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "16:35", + "outbound_departure_time": "15:15", + "passengers": "1", + "price": "92", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "18:25", + "outbound_departure_time": "17:05", + "passengers": "1", + "price": "91", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "14:40", + "outbound_departure_time": "13:20", + "passengers": "1", + "price": "82", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "12:20", + "outbound_departure_time": "11:00", + "passengers": "1", + "price": "82", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 92, + "slot": "outbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 120 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 5 flights you might like. Alaska Airlines has a flight with 0 connections at 5:45 am. The economy class fare is $98." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "SD" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hmm. That's pretty early. What else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:15" + ], + "slot": "outbound_departure_time", + "values": [ + "3:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "92" + ], + "slot": "price", + "values": [ + "$92" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 91, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines has a flight with 0 connections at 3:15 pm. The economy class fare is $92." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok. That sounds better. How about round trip for two passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you be returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "return_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Returning on the 10th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:15" + ], + "slot": "outbound_departure_time", + "values": [ + "3:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:25" + ], + "slot": "inbound_departure_time", + "values": [ + "6:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "143" + ], + "slot": "price", + "values": [ + "$143" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Phoenix", + "origin_city": "San Diego", + "passengers": "2", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "inbound_arrival_time": "09:34", + "inbound_departure_time": "06:25", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "16:35", + "outbound_departure_time": "15:15", + "passengers": "2", + "price": "143", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 82, + "slot": "inbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 140, + "slot": "price", + "start": 136 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines has a flight with 0 connections at 3:15 pm, returning at 6:25 am on the 10th of this month. The economy class fare is $143." + }, + { + "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": [ + "Thursday next week" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "inbound_departure_time": [ + "6:25 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Excellent. That's just what I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I book this 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": [ + "Thursday next week" + ], + "destination_city": [ + "Phoenix, AZ" + ], + "inbound_departure_time": [ + "6:25 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes. I would like you to book this flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "San Diego" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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": [ + "15:15" + ], + "slot": "outbound_departure_time", + "values": [ + "3:15 PM" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:25" + ], + "slot": "inbound_departure_time", + "values": [ + "6:25 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": 77, + "slot": "origin_city", + "start": 68 + }, + { + "exclusive_end": 88, + "slot": "destination_city", + "start": 81 + }, + { + "exclusive_end": 113, + "slot": "departure_date", + "start": 100 + }, + { + "exclusive_end": 150, + "slot": "return_date", + "start": 140 + }, + { + "exclusive_end": 124, + "slot": "outbound_departure_time", + "start": 117 + }, + { + "exclusive_end": 161, + "slot": "inbound_departure_time", + "start": 154 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 2 Economy class seats on the American Airlines Flight from San Diego to Phoenix, departing next Thursday at 3:15 PM, and returning March 10th at 6:25 am. Is this 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": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "inbound_departure_time": [ + "6:25 am" + ], + "origin_city": [ + "SD", + "San Diego" + ], + "outbound_departure_time": [ + "3:15 PM", + "3:15 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "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": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Phoenix", + "inbound_departure_time": "06:25", + "origin_city": "San Diego", + "outbound_departure_time": "15:15", + "passengers": "2", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "inbound_arrival_time": "09:34", + "inbound_departure_time": "06:25", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "16:35", + "outbound_departure_time": "15:15", + "passengers": "2", + "price": "143", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is confirmed" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Thursday next week", + "next Thursday" + ], + "destination_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "inbound_departure_time": [ + "6:25 am" + ], + "origin_city": [ + "SD", + "San Diego" + ], + "outbound_departure_time": [ + "3:15 PM", + "3:15 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month", + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great. Thanks for all the help. That's all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Let me know if you require anything else." + } + ] + }, + { + "dialogue_id": "37_00061", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a one-way flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "Thursday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "departure_date", + "start": 36 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly on Alaska Airlines on Thursday next week." + }, + { + "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": 27, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "San Francisco" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to San Francisco." + }, + { + "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": [ + "San Diego" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "San Diego" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am flying out of San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:10" + ], + "slot": "outbound_departure_time", + "values": [ + "11:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "107" + ], + "slot": "price", + "values": [ + "$107" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-07", + "destination_city": "San Francisco", + "origin_city": "San Diego" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "12:50", + "outbound_departure_time": "11:10", + "passengers": "1", + "price": "107", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 82, + "slot": "price", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Alaska Airlines flight with 0 stops leaving at 11:10 am and costs $107." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "San Diego" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight leave from, and when does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "origin_airport", + "values": [ + "San International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:50" + ], + "slot": "outbound_arrival_time", + "values": [ + "12:50 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_airport", + "start": 15 + }, + { + "exclusive_end": 64, + "slot": "outbound_arrival_time", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It leaves from San International Airport and arrives at 12:50 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "11:10 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is a good flight. Can you find me a round trip flight in Economy class?" + }, + { + "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": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "return_date", + "start": 31 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "11:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are four of us flying on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:10" + ], + "slot": "outbound_departure_time", + "values": [ + "11:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "19:10" + ], + "slot": "inbound_departure_time", + "values": [ + "7:10 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "141" + ], + "slot": "price", + "values": [ + "$141" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-07", + "destination_city": "San Francisco", + "origin_city": "San Diego", + "passengers": "4", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "23:04", + "inbound_departure_time": "19:10", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "12:50", + "outbound_departure_time": "11:10", + "passengers": "4", + "price": "141", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 102, + "slot": "inbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 41, + "slot": "price", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 Alaska Airlines flight for $141, leaving at 11:10 am and the return flight leaves at 7:10 pm." + }, + { + "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": [ + "Thursday next week" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "11:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "11:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not at this time." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "May I further assist 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": [ + "Alaska Airlines" + ], + "departure_date": [ + "Thursday next week" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "11:10 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "See you soon!" + } + ] + }, + { + "dialogue_id": "37_00062", + "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 you to find me one-way flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where and when are you leaving and where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland, OR" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of march" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 20 + }, + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 35 + }, + { + "exclusive_end": 67, + "slot": "departure_date", + "start": 55 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of march" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling from Los Angeles to Portland, OR on the 1st of march." + }, + { + "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": [ + "133" + ], + "slot": "price", + "values": [ + "$133" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Portland", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "05:15", + "passengers": "1", + "price": "133", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:45", + "outbound_departure_time": "23:15", + "passengers": "1", + "price": "133", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "00:20", + "outbound_departure_time": "21:50", + "passengers": "1", + "price": "155", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "19:00", + "outbound_departure_time": "16:30", + "passengers": "1", + "price": "128", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "14:13", + "outbound_departure_time": "08:55", + "passengers": "1", + "price": "194", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "outbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Search revealed 5 results. One is Alaska Airlines that leaves at 5:15 am with 0 stops. The costs is $133." + }, + { + "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": [ + "1st of march" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport is the flight leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_airport", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It flies out of LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "1st of march" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is this trip refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, it is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of march" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other flights do you have?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "23:15" + ], + "slot": "outbound_departure_time", + "values": [ + "11:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "133" + ], + "slot": "price", + "values": [ + "$133" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight that leaves at 11:15 pm with 0 stops. It costs $133." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of march" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Los Angeles" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other flights are there for one person?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:50" + ], + "slot": "outbound_departure_time", + "values": [ + "9:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "155" + ], + "slot": "price", + "values": [ + "$155" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Portland", + "origin_city": "Los Angeles", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "05:15", + "passengers": "1", + "price": "133", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:45", + "outbound_departure_time": "23:15", + "passengers": "1", + "price": "133", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "00:20", + "outbound_departure_time": "21:50", + "passengers": "1", + "price": "155", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "19:00", + "outbound_departure_time": "16:30", + "passengers": "1", + "price": "128", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "14:13", + "outbound_departure_time": "08:55", + "passengers": "1", + "price": "194", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 54, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 82, + "slot": "price", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a Delta Airlines flight that leaves at 9:50 pm with 0 stops. It costs $155." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "Portland, OR" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "9:50 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me. What round trips flights can you find?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What date are you returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "the 3rd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "return_date", + "start": 18 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of march" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "9:50 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am returning on the 3rd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:50" + ], + "slot": "outbound_departure_time", + "values": [ + "9:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:20" + ], + "slot": "inbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "183" + ], + "slot": "price", + "values": [ + "$183" + ] + }, + { + "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": "Portland", + "origin_city": "Los Angeles", + "passengers": "1", + "return_date": "2019-03-03" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "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": "1", + "price": "183", + "refundable": "True", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 121, + "slot": "inbound_departure_time", + "start": 114 + }, + { + "exclusive_end": 149, + "slot": "price", + "start": 145 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Search revealed 1 flight. It is Delta Airlines and the first flight leaves at 9:50 pm. The send flight departs at 3:20 pm and the total price is $183." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of march" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "9:50 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it fly into and when does the second flight land?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "destination_airport", + "values": [ + "PDX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:24" + ], + "slot": "inbound_arrival_time", + "values": [ + "8:24 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "destination_airport", + "start": 27 + }, + { + "exclusive_end": 91, + "slot": "inbound_arrival_time", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It first flight flies into PDX International Airport and the second flight lands at 8:24 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "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": [ + "1st of march" + ], + "destination_city": [ + "Portland, OR" + ], + "inbound_departure_time": [ + "3:20 pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "9:50 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "the 3rd" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me. Can you get me a refundable ticket in Economy class for my short trip?" + }, + { + "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": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "21:50" + ], + "slot": "outbound_departure_time", + "values": [ + "9:50 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:20" + ], + "slot": "inbound_departure_time", + "values": [ + "3: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": 69, + "slot": "origin_city", + "start": 58 + }, + { + "exclusive_end": 81, + "slot": "destination_city", + "start": 73 + }, + { + "exclusive_end": 113, + "slot": "departure_date", + "start": 108 + }, + { + "exclusive_end": 188, + "slot": "return_date", + "start": 170 + }, + { + "exclusive_end": 124, + "slot": "outbound_departure_time", + "start": 117 + }, + { + "exclusive_end": 165, + "slot": "inbound_departure_time", + "start": 158 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 1 ticket in Economy class on Delta Airlines from Los Angeles to Portland. The first flight departs today at 9:50 pm and the second flight departs at 3:20 pm the day after tomorrow. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of march", + "today" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "inbound_departure_time": [ + "3:20 pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "9:50 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "day after tomorrow", + "the 3rd" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that works. What airport does the first flight depart from and when does that flight land?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "00:20" + ], + "slot": "outbound_arrival_time", + "values": [ + "0:20 am" + ] + }, + { + "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": "Portland", + "inbound_departure_time": "15:20", + "origin_city": "Los Angeles", + "outbound_departure_time": "21:50", + "passengers": "1", + "refundable": "True", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "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": "1", + "price": "183", + "refundable": "True", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 83, + "slot": "origin_airport", + "start": 58 + }, + { + "exclusive_end": 104, + "slot": "outbound_arrival_time", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking is successful. The first flight flies out of LAX International Airport and lands at 0:20 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": [ + "1st of march", + "today" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "inbound_departure_time": [ + "3:20 pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "9:50 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "day after tomorrow", + "the 3rd" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "1st of march", + "today" + ], + "destination_city": [ + "Portland", + "Portland, OR" + ], + "inbound_departure_time": [ + "3:20 pm" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "9:50 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "day after tomorrow", + "the 3rd" + ], + "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": "37_00063", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 81, + "slot": "departure_date", + "start": 63 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you search one-way flights for me? I am departing on the 14th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What location do you intend to travel to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Atlanta, GA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What location will your depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am departing from Chi-town." + }, + { + "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": [ + "129" + ], + "slot": "price", + "values": [ + "$129" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-14", + "destination_city": "Atlanta", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "129", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "109", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-14", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "00:51", + "outbound_departure_time": "21:50", + "passengers": "1", + "price": "118", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 129 + }, + { + "exclusive_end": 74, + "slot": "price", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 3 appropriate flights for you. There is a ticket costing $129 for an outbound American Airlines flight departing at 8:40 pm with 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "this Saturday" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 102, + "slot": "departure_date", + "start": 89 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chi-town" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have alternative flights? I prefer to travel in Premium Economy, and am departing this Saturday." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "191" + ], + "slot": "price", + "values": [ + "$191" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "origin_city": "Chicago", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "10:51", + "outbound_departure_time": "07:50", + "passengers": "1", + "price": "178", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "191", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 30, + "slot": "price", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a ticket costing $191 for an outbound Delta Airlines flight departing at 8:30 am with 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chi-town" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the onward flight come?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "11:31" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:31 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "outbound_arrival_time", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight will come at 11:31 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I assist you with something else?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you look up round trip flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day will you return at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "6th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "return_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to return at the 6th of March." + }, + { + "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": [ + "07:50" + ], + "slot": "inbound_departure_time", + "values": [ + "7:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "198" + ], + "slot": "price", + "values": [ + "$198" + ] + }, + { + "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": "Atlanta", + "origin_city": "Chicago", + "return_date": "2019-03-06", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "08:51", + "inbound_departure_time": "07:50", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "198", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 142, + "slot": "outbound_departure_time", + "start": 135 + }, + { + "exclusive_end": 187, + "slot": "inbound_departure_time", + "start": 180 + }, + { + "exclusive_end": 80, + "slot": "price", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 1 convenient flight for your travel. There is a ticket costing $198 for an outbound Delta Airlines flight that departs at 8:30 am, with the return flight departing at 7:50 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "7:50 am" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "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": "Do you want 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": [ + "Delta Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "7:50 am" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, I'd like to reserve the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "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-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:50" + ], + "slot": "inbound_departure_time", + "values": [ + "7:50 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": 120, + "slot": "origin_city", + "start": 113 + }, + { + "exclusive_end": 131, + "slot": "destination_city", + "start": 124 + }, + { + "exclusive_end": 185, + "slot": "departure_date", + "start": 177 + }, + { + "exclusive_end": 246, + "slot": "return_date", + "start": 232 + }, + { + "exclusive_end": 176, + "slot": "outbound_departure_time", + "start": 169 + }, + { + "exclusive_end": 228, + "slot": "inbound_departure_time", + "start": 221 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following information: A Premium Economy seat for 1 passenger for a Delta Airlines flight from Chicago to Atlanta, with the onward flight departing at 8:30 am tomorrow and the return flight departing at 7:50 am on next Wednesday." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "7:50 am" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. There's 3 people in my cohort." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "departure_date", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following information: 3 passengers for a flight departing tomorrow." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "7:50 am" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. There's four people in my cohort." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "destination_city", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following information: 4 passengers for a flight headed to Atlanta." + }, + { + "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": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "7:50 am" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, that's the one." + }, + { + "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": "Atlanta", + "inbound_departure_time": "07:50", + "origin_city": "Chicago", + "outbound_departure_time": "08:30", + "passengers": "4", + "return_date": "2019-03-06", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "08:51", + "inbound_departure_time": "07:50", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "08:30", + "passengers": "4", + "price": "198", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are verified." + }, + { + "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": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "7:50 am" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your assistance; that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a pleasant afternoon." + } + ] + }, + { + "dialogue_id": "37_00064", + "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 feel like going on a trip. Can you find me a one-way flight ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, where do you want to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to go to Las Vegas." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, and when do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "departure_date", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to leave next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, and where would you be flying out from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd be flying out from Chi-town. Any airline is fine." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "267" + ], + "slot": "price", + "values": [ + "$267" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Las Vegas", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "09:15", + "outbound_departure_time": "04:30", + "passengers": "1", + "price": "267", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "17:25", + "passengers": "1", + "price": "253", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "09:45", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "272", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "16:15", + "outbound_departure_time": "10:35", + "passengers": "1", + "price": "251", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 83, + "slot": "outbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 60, + "slot": "price", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, I found an American Airlines flight with 1 stop for $267 that leaves at 4:30 am that day." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SF" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "origin_city", + "start": 43 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you see what there is that leaves from SF?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:15" + ], + "slot": "outbound_departure_time", + "values": [ + "8:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "96" + ], + "slot": "price", + "values": [ + "$96" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Las Vegas", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "21:50", + "outbound_departure_time": "20:15", + "passengers": "1", + "price": "96", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "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": "100", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "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": "109", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "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": "169", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 109, + "slot": "outbound_departure_time", + "start": 102 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 options for that. There's a flight with Alaska Airlines with 0 stops for $96 that leaves at 8:15 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does that leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "origin_airport", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It would be flying out of SFO 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": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does it arrive at, and is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "McCarran International Airport" + ], + "slot": "destination_airport", + "values": [ + "McCarran International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 53, + "slot": "destination_airport", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It would be landing at McCarran International Airport, and it is 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": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "SF" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:50" + ], + "slot": "outbound_departure_time", + "values": [ + "10:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "109" + ], + "slot": "price", + "values": [ + "$109" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 74 + }, + { + "exclusive_end": 58, + "slot": "price", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's also a Delta Airlines flight with 0 stops for $109 that leaves at 10:50 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "10:50 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds perfect." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to buy you tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "March 7th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "return_date", + "start": 74 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "return_date": [ + "March 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not yet. Can you see what's available round trip that would return on March 7th?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:50" + ], + "slot": "outbound_departure_time", + "values": [ + "10:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:50" + ], + "slot": "inbound_departure_time", + "values": [ + "10:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "116" + ], + "slot": "price", + "values": [ + "$116" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_city": "Las Vegas", + "origin_city": "San Francisco", + "return_date": "2019-03-07" + } + }, + "service_results": [ + { + "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": "116", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 56 + }, + { + "exclusive_end": 97, + "slot": "inbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 40, + "slot": "price", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Delta Airlines flight for $116 that leaves at 10:50 am with a return flight at 10:50 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "return_date": [ + "March 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does it fly to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "McCarran International Airport" + ], + "slot": "destination_airport", + "values": [ + "McCarran International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_airport", + "start": 17 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It would land in McCarran International Airport." + }, + { + "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": "SearchRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "return_date": [ + "March 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable, and what time does the return flight land?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "00:25" + ], + "slot": "inbound_arrival_time", + "values": [ + "0:25 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "inbound_arrival_time", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately the ticket is not refundable. It would land at 0:25 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": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "return_date": [ + "March 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I buy 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": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "return_date": [ + "March 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, go ahead and book tickets for that flight." + }, + { + "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": [ + "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-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "10:50" + ], + "slot": "outbound_departure_time", + "values": [ + "10:50 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "22:50" + ], + "slot": "inbound_departure_time", + "values": [ + "10: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": 95, + "slot": "origin_city", + "start": 82 + }, + { + "exclusive_end": 108, + "slot": "destination_city", + "start": 99 + }, + { + "exclusive_end": 130, + "slot": "departure_date", + "start": 118 + }, + { + "exclusive_end": 170, + "slot": "return_date", + "start": 157 + }, + { + "exclusive_end": 142, + "slot": "outbound_departure_time", + "start": 134 + }, + { + "exclusive_end": 182, + "slot": "inbound_departure_time", + "start": 174 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, just to confirm, you'd like to buy 1 ticket in Economy on Delta Airlines from San Francisco to Las Vegas, leaving next Tuesday at 10:50 am and returning next Thursday at 10:50 pm. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "SF", + "San Francisco" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 7th", + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds fine. When do I land on the way there and which airport would I be flying out from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:25" + ], + "slot": "outbound_arrival_time", + "values": [ + "12:25 pm" + ] + }, + { + "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": "Las Vegas", + "inbound_departure_time": "22:50", + "origin_city": "San Francisco", + "outbound_departure_time": "10:50", + "passengers": "1", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "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": "116", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_airport", + "start": 23 + }, + { + "exclusive_end": 72, + "slot": "outbound_arrival_time", + "start": 64 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You'd be flying out of SFO International Airport and landing at 12:25 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": [ + "next Tuesday" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:50 pm" + ], + "origin_city": [ + "SF", + "San Francisco" + ], + "outbound_departure_time": [ + "10:50 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 7th", + "next Thursday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, thanks. That's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, have a good day." + } + ] + }, + { + "dialogue_id": "37_00065", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like you to find me some one-way flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I can do that. When did you want to leave and where from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "San Diego" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "Tuesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "origin_city", + "start": 51 + }, + { + "exclusive_end": 81, + "slot": "departure_date", + "start": 64 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Tuesday next week" + ], + "origin_city": [ + "San Diego" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd prefer to go Economy, and I'll be leaving from San Diego on Tuesday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What are you headed then?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, NSW" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "San Diego" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be flying to Sydney, NSW." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:45" + ], + "slot": "outbound_departure_time", + "values": [ + "6:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "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": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Sydney", + "origin_city": "San Diego", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "12:22", + "outbound_departure_time": "06:45", + "passengers": "1", + "price": "245", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "16:01", + "outbound_departure_time": "12:05", + "passengers": "1", + "price": "321", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "16:01", + "outbound_departure_time": "11:05", + "passengers": "1", + "price": "318", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "08:51", + "outbound_departure_time": "07:00", + "passengers": "1", + "price": "316", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 99, + "slot": "outbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 77, + "slot": "price", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, I've found 4 flights for you. There's an Alaska Airlines flight at $245. It leaves at 6:45 am and has 1 layover." + }, + { + "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": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "San Diego" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Actually, let's switch to Premium Economy. Are there any flights fitting that criteria?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "507" + ], + "slot": "price", + "values": [ + "$507" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Sydney", + "origin_city": "San Diego", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "397", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "13:06", + "outbound_departure_time": "11:05", + "passengers": "1", + "price": "507", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "13:06", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "522", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 44, + "slot": "price", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, there's a Delta Airlines flight at $507. It leaves at 11:05 am and also has 1 layover." + }, + { + "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": [ + "Tuesday next week" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "San Diego" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's keep looking. I've got four people that will be flying." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "522" + ], + "slot": "price", + "values": [ + "$522" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Sydney", + "origin_city": "San Diego", + "passengers": "4", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "08:00", + "passengers": "4", + "price": "397", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "13:06", + "outbound_departure_time": "11:05", + "passengers": "4", + "price": "507", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "13:06", + "outbound_departure_time": "07:20", + "passengers": "4", + "price": "522", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 42, + "slot": "price", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about a United Airlines flight at $522? This one leaves at 7:20 am and has 1 layover." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That will work for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you want to purchase tickets for it now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'll wait. Could you look at round trip flights for me now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When did you want to make the return trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "Thursday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "return_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Thursday next week" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd be returning on Thursday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:05" + ], + "slot": "inbound_departure_time", + "values": [ + "10:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "503" + ], + "slot": "price", + "values": [ + "$503" + ] + }, + { + "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-05", + "destination_city": "Sydney", + "origin_city": "San Diego", + "passengers": "4", + "return_date": "2019-03-07", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "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": "13:06", + "outbound_departure_time": "07:20", + "passengers": "4", + "price": "503", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 127, + "slot": "outbound_departure_time", + "start": 120 + }, + { + "exclusive_end": 168, + "slot": "inbound_departure_time", + "start": 160 + }, + { + "exclusive_end": 93, + "slot": "price", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, I've found 1 flight that'll work well for you. It's a United Airlines flight at $503. The flight out leaves at 7:20 am, and the trip back takes off at 10:05 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": [ + "United Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "Sydney, NSW" + ], + "inbound_departure_time": [ + "10:05 pm" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Thursday next week" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That'll work. This will be a short trip. Can you buy the tickets for me?" + }, + { + "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": [ + "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-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "22:05" + ], + "slot": "inbound_departure_time", + "values": [ + "10:05 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "origin_city", + "start": 58 + }, + { + "exclusive_end": 77, + "slot": "destination_city", + "start": 71 + }, + { + "exclusive_end": 134, + "slot": "departure_date", + "start": 122 + }, + { + "exclusive_end": 166, + "slot": "return_date", + "start": 153 + }, + { + "exclusive_end": 121, + "slot": "outbound_departure_time", + "start": 114 + }, + { + "exclusive_end": 178, + "slot": "inbound_departure_time", + "start": 170 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Before I buy them, let's review. The first flight is from San Diego to Sydney on United Airlines. It takes off at 7:20 am next Tuesday. The trip back is next Thursday at 10:05 pm. Both flights have 4 passengers at Premium Economy seating." + }, + { + "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": [ + "Tuesday next week", + "next Tuesday" + ], + "destination_city": [ + "Sydney", + "Sydney, NSW" + ], + "inbound_departure_time": [ + "10:05 pm" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Thursday next week", + "next Thursday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Right, that's perfect. When does the flight out arrive? Also, are these tickets refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:06" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:06 pm" + ] + }, + { + "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": "Sydney", + "inbound_departure_time": "22:05", + "origin_city": "San Diego", + "outbound_departure_time": "07:20", + "passengers": "4", + "return_date": "2019-03-07", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "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": "13:06", + "outbound_departure_time": "07:20", + "passengers": "4", + "price": "503", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_arrival_time", + "start": 58 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've confirmed the ticket purchase. The flight arrives at 1:06 pm, but unfortunately 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": [ + "United Airlines" + ], + "departure_date": [ + "Tuesday next week", + "next Tuesday" + ], + "destination_city": [ + "Sydney", + "Sydney, NSW" + ], + "inbound_departure_time": [ + "10:05 pm" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "7:20 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "Thursday next week", + "next Thursday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, that's all I need for now. 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": "37_00066", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one-way flight? I prefer Premium Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What destination did you have in mind? Did you want to leave from anywhere in particular, and if so when?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "Monday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "origin_city", + "start": 34 + }, + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 65, + "slot": "departure_date", + "start": 49 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Atlanta, GA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be flying to Los Angeles via Atlanta, GA on Monday next week. Try to get Economy seating." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:35" + ], + "slot": "outbound_departure_time", + "values": [ + "9:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "184" + ], + "slot": "price", + "values": [ + "$184" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Los Angeles", + "origin_city": "Atlanta", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "11:34", + "outbound_departure_time": "09:35", + "passengers": "1", + "price": "184", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "00:19", + "outbound_departure_time": "22:20", + "passengers": "1", + "price": "150", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:29", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "164", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "323", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 107, + "slot": "outbound_departure_time", + "start": 100 + }, + { + "exclusive_end": 85, + "slot": "price", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. I've found 4 flights that will fit. There's an American Airlines flight at $184. It leaves at 9:35 am and has 0 layovers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Atlanta, GA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights that'll do?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "22:20" + ], + "slot": "outbound_departure_time", + "values": [ + "10:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "150" + ], + "slot": "price", + "values": [ + "$150" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 44, + "slot": "price", + "start": 40 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, there's a Delta Airlines option at $150. It leaves at 10:20 pm and also has 0 layovers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Atlanta, GA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's keep looking. What else is there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:30" + ], + "slot": "outbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "164" + ], + "slot": "price", + "values": [ + "$164" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_departure_time", + "start": 61 + }, + { + "exclusive_end": 43, + "slot": "price", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Southwest Airlines flight at $164. It takes off at 1:30 pm and has 0 layovers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Atlanta, GA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it land in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "destination_airport", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It'll arrive at LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Atlanta, GA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "And which airport is is taking off from? Also, is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 88, + "slot": "origin_airport", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sadly it is not refundable, but it departs from Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like a good choice, but can you search for round trip flights now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you intend to fly back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "6th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "return_date", + "start": 27 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Monday next week" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "return_date": [ + "6th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be coming back on the 6th of this month." + }, + { + "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:00" + ], + "slot": "inbound_departure_time", + "values": [ + "1 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "239" + ], + "slot": "price", + "values": [ + "$239" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_city": "Los Angeles", + "origin_city": "Atlanta", + "return_date": "2019-03-06", + "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:21", + "inbound_departure_time": "13:00", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:29", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "239", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 87 + }, + { + "exclusive_end": 124, + "slot": "inbound_departure_time", + "start": 120 + }, + { + "exclusive_end": 69, + "slot": "price", + "start": 65 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Southwest Airlines flight that'll work. It's priced at $239 and takes off at 1:30 pm. The trip back leaves at 1 pm." + }, + { + "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": [ + "Monday next week" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "1 pm" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "return_date": [ + "6th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That option will work for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to buy tickets for it now?" + }, + { + "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": [ + "Monday next week" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "1 pm" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "return_date": [ + "6th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yea, go ahead and book the flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:30" + ], + "slot": "outbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:00" + ], + "slot": "inbound_departure_time", + "values": [ + "1 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "origin_city", + "start": 47 + }, + { + "exclusive_end": 69, + "slot": "destination_city", + "start": 58 + }, + { + "exclusive_end": 127, + "slot": "departure_date", + "start": 116 + }, + { + "exclusive_end": 177, + "slot": "return_date", + "start": 163 + }, + { + "exclusive_end": 138, + "slot": "outbound_departure_time", + "start": 131 + }, + { + "exclusive_end": 185, + "slot": "inbound_departure_time", + "start": 181 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Before I do, let's confirm. You're flying from Atlanta to Los Angeles on Southwest Airlines. The flight there is on next Monday at 1:30 pm, and the flight back is next Wednesday at 1 pm. You'll be getting 1 ticket in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Monday next week", + "next Monday" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "1 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "6th of this month", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are actually four people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 102, + "slot": "return_date", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, let's be sure then. The number of people flying is 4, and the return date will be next Wednesday?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Monday next week", + "next Monday" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "1 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "6th of this month", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I changed my mind. I just want a ticket for one person now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "13:30" + ], + "slot": "outbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "outbound_departure_time", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. So, you want 1 ticket for the flight which will head out of Atlanta at 1:30 pm?" + }, + { + "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": [ + "Monday next week", + "next Monday" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "1 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "6th of this month", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's what I need." + }, + { + "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:00", + "origin_city": "Atlanta", + "outbound_departure_time": "13:30", + "passengers": "1", + "return_date": "2019-03-06", + "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:21", + "inbound_departure_time": "13:00", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "15:29", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "239", + "refundable": "False", + "return_date": "2019-03-06", + "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": [ + "Monday next week", + "next Monday" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "1 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "6th of this month", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, thanks for the assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Monday next week", + "next Monday" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "1 pm" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "1:30 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "6th of this month", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm good for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "37_00067", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one-way flight for three people?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where will you be leaving from? when will you leave? and Where are you planning to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "origin_city", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "March 5th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 65, + "slot": "destination_city", + "start": 52 + }, + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 27 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Vegas" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Vegas on March 5th and heading to San Francisco." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "119" + ], + "slot": "price", + "values": [ + "$119" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "San Francisco", + "origin_city": "Las Vegas", + "passengers": "3" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "12:30", + "outbound_departure_time": "10:55", + "passengers": "3", + "price": "119", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "00:25", + "outbound_departure_time": "22:50", + "passengers": "3", + "price": "103", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "11:30", + "outbound_departure_time": "09:55", + "passengers": "3", + "price": "114", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "16:40", + "outbound_departure_time": "15:05", + "passengers": "3", + "price": "99", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 117, + "slot": "price", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 suitable flights. How about an American Airlines flight that leaves at 10:55 am, has 0 stops and costs $119 per ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Vegas" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight arrive and which airport does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "McCarran International Airport" + ], + "slot": "origin_airport", + "values": [ + "McCarran International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:30" + ], + "slot": "outbound_arrival_time", + "values": [ + "12:30 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "origin_airport", + "start": 48 + }, + { + "exclusive_end": 30, + "slot": "outbound_arrival_time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at 12:30 pm and departs from McCarran International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Vegas" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "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": [ + "22:50" + ], + "slot": "outbound_departure_time", + "values": [ + "10:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "103" + ], + "slot": "price", + "values": [ + "$103" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 84, + "slot": "price", + "start": 80 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight that leaves at 10:50 pm, has 0 stops and costs $103 per ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Vegas" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:55" + ], + "slot": "outbound_departure_time", + "values": [ + "9:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "114" + ], + "slot": "price", + "values": [ + "$114" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Southwest Airlines flight that leaves at 9:55 am, has 0 stops and costs $114 per ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "the 9th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 93, + "slot": "return_date", + "start": 86 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "9:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 9th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you search for round trip flights for me? I want to get back on the 9th and any class is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:55" + ], + "slot": "outbound_departure_time", + "values": [ + "9:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "12:50" + ], + "slot": "inbound_departure_time", + "values": [ + "12:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "153" + ], + "slot": "price", + "values": [ + "$153" + ] + }, + { + "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-05", + "destination_city": "San Francisco", + "origin_city": "Las Vegas", + "passengers": "3", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "16:15", + "inbound_departure_time": "12:50", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "11:30", + "outbound_departure_time": "09:55", + "passengers": "3", + "price": "153", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 98, + "slot": "inbound_departure_time", + "start": 90 + }, + { + "exclusive_end": 113, + "slot": "price", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight. There is a Southwest Airlines flight that leaves at 9:55 am, returns at 12:50 pm and costs $153 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": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "12:50 pm" + ], + "origin_city": [ + "Vegas" + ], + "outbound_departure_time": [ + "9:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 9th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. I plan to go on a short trip. can you help me buy tickets?" + }, + { + "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": [ + "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-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:55" + ], + "slot": "outbound_departure_time", + "values": [ + "9:55 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": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 85, + "slot": "origin_city", + "start": 76 + }, + { + "exclusive_end": 102, + "slot": "destination_city", + "start": 89 + }, + { + "exclusive_end": 123, + "slot": "departure_date", + "start": 111 + }, + { + "exclusive_end": 161, + "slot": "return_date", + "start": 152 + }, + { + "exclusive_end": 134, + "slot": "outbound_departure_time", + "start": 127 + }, + { + "exclusive_end": 173, + "slot": "inbound_departure_time", + "start": 165 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm 3 Economy class tickets for a Southwest Airlines flight from Las Vegas to San Francisco leaving next Tuesday at 9:55 am and returning on March 9th at 12:50 pm." + }, + { + "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 5th", + "next Tuesday" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "12:50 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "9:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 9th", + "the 9th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_city": "San Francisco", + "inbound_departure_time": "12:50", + "origin_city": "Las Vegas", + "outbound_departure_time": "09:55", + "passengers": "3", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "16:15", + "inbound_departure_time": "12:50", + "number_stops": "1", + "origin_airport": "McCarran International Airport", + "origin_city": "Las Vegas", + "outbound_arrival_time": "11:30", + "outbound_departure_time": "09:55", + "passengers": "3", + "price": "153", + "refundable": "False", + "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": [ + "March 5th", + "next Tuesday" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "12:50 pm" + ], + "origin_city": [ + "Las Vegas", + "Vegas" + ], + "outbound_departure_time": [ + "9:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 9th", + "the 9th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for the help. That's all I need." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00068", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Would you find me one way flights?" + }, + { + "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": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to Atlanta." + }, + { + "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-12" + ], + "slot": "departure_date", + "values": [ + "12th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "Atlanta" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will leave on 12th of March." + }, + { + "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": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:30" + ], + "slot": "outbound_departure_time", + "values": [ + "4:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "286" + ], + "slot": "price", + "values": [ + "$286" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Atlanta", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "14:56", + "outbound_departure_time": "04:30", + "passengers": "1", + "price": "286", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "01:27", + "outbound_departure_time": "14:15", + "passengers": "1", + "price": "305", + "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": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:31", + "outbound_departure_time": "10:05", + "passengers": "1", + "price": "179", + "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": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "17:04", + "outbound_departure_time": "07:10", + "passengers": "1", + "price": "249", + "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": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:41", + "outbound_departure_time": "10:15", + "passengers": "1", + "price": "194", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 99, + "slot": "outbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 129, + "slot": "price", + "start": 125 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 5 flights that should be good. What about this Alaska Airlines flight that leaves at 4:30 am and has 1 stop? It costs $286." + }, + { + "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 March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight leave from? When does the outbound flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:56" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:56 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "origin_airport", + "start": 19 + }, + { + "exclusive_end": 55, + "slot": "outbound_arrival_time", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight goes to SFO International Airport at 2:56 pm." + }, + { + "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 March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have any other flights available?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "305" + ], + "slot": "price", + "values": [ + "$305" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 105, + "slot": "price", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have this American Airlines flight. The outbound flight leaves at 2:15 pm and has 1 stop. It costs $305." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have anything else? My favorite airline is United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "194" + ], + "slot": "price", + "values": [ + "$194" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_city": "Atlanta", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:41", + "outbound_departure_time": "10:15", + "passengers": "1", + "price": "194", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a United Airlines flight that leaves at 10:15 am and has 0 stops. It costs $194." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds gret. Could you search for round trip flights for me? I have one person in my group." + }, + { + "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": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "return_date", + "start": 46 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like flying economy and want to get back on March 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:00" + ], + "slot": "inbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "192" + ], + "slot": "price", + "values": [ + "$192" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_city": "Atlanta", + "origin_city": "San Francisco", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "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": "192", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 87, + "slot": "inbound_departure_time", + "start": 83 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a United Airlines flight that leaves at 10:15 am and the return leaves at 3 pm. It costs $192." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "destination_airport", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will go to Hartsfield-Jackson 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": [ + "United Airlines" + ], + "departure_date": [ + "12th of March" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good. I want to go on a short trip. Could you help me buy flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United 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": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:00" + ], + "slot": "inbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_city", + "start": 43 + }, + { + "exclusive_end": 95, + "slot": "destination_city", + "start": 88 + }, + { + "exclusive_end": 70, + "slot": "departure_date", + "start": 60 + }, + { + "exclusive_end": 128, + "slot": "return_date", + "start": 118 + }, + { + "exclusive_end": 168, + "slot": "outbound_departure_time", + "start": 160 + }, + { + "exclusive_end": 194, + "slot": "inbound_departure_time", + "start": 190 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you want to leave from San Francisco on March 12th and are going to Atlanta on United Airlines at March 14th. The outbound flight leaves at 10:15 am and return leaves at 3 pm. You need 1 ticket and are traveling economy class. Does this sound 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": [ + "12th of March", + "March 12th" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "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-12", + "destination_city": "Atlanta", + "inbound_departure_time": "15:00", + "origin_city": "San Francisco", + "outbound_departure_time": "10:15", + "passengers": "1", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "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": "192", + "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": [ + "12th of March", + "March 12th" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "3 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for helping. 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": "37_00069", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "destination_city", + "start": 47 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please find me some one-way flights to LA?" + }, + { + "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-12" + ], + "slot": "departure_date", + "values": [ + "March 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving on March 12th." + }, + { + "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": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving 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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "96" + ], + "slot": "price", + "values": [ + "$96" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Los Angeles", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "09:03", + "outbound_departure_time": "07:35", + "passengers": "1", + "price": "96", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "15:45", + "outbound_departure_time": "12:15", + "passengers": "1", + "price": "150", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "08:33", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "118", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "00:08", + "outbound_departure_time": "22:40", + "passengers": "1", + "price": "86", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "outbound_departure_time", + "start": 79 + }, + { + "exclusive_end": 134, + "slot": "price", + "start": 131 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights for you. There us an American Airlines flight that leaves at 7:35 am and has 0 layovers. The price per ticket is $96." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "origin_city", + "start": 57 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other available flights? I am leaving from Seattle, WA and I need 1 ticket." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "123" + ], + "slot": "price", + "values": [ + "$123" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "123", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "126", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "10:27", + "outbound_departure_time": "07:40", + "passengers": "1", + "price": "145", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:12", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "147", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "109", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 99, + "slot": "price", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Alaska Airlines flight leaving at 3:45 pm and has 0 stops. The price per ticket is $123." + }, + { + "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": [ + "March 12th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it depart 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": 60, + "slot": "origin_airport", + "start": 24 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs 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": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I book the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you." + }, + { + "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": "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": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search round trip flights, in economy?" + }, + { + "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-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "return_date", + "start": 30 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to return on the 14th of this month. I want the tickets to be refundable." + }, + { + "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": [ + "137" + ], + "slot": "price", + "values": [ + "$137" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "passengers": "1", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "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": "137", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 84, + "slot": "inbound_departure_time", + "start": 77 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Alaska Airlines flight leaving at 3:45 pm and a return flight at 7:10 pm. The price per ticket is $137." + }, + { + "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 12th" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "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 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": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "14th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please." + }, + { + "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": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska 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": [ + "15:45" + ], + "slot": "outbound_departure_time", + "values": [ + "3:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "19:10" + ], + "slot": "inbound_departure_time", + "values": [ + "7: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": 70, + "slot": "origin_city", + "start": 63 + }, + { + "exclusive_end": 85, + "slot": "destination_city", + "start": 74 + }, + { + "exclusive_end": 118, + "slot": "departure_date", + "start": 108 + }, + { + "exclusive_end": 143, + "slot": "return_date", + "start": 133 + }, + { + "exclusive_end": 170, + "slot": "outbound_departure_time", + "start": 163 + }, + { + "exclusive_end": 193, + "slot": "inbound_departure_time", + "start": 186 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: Booking 1 ticket in economy from Seattle to Los Angeles on Alaska Airlines on March 12th and returning March 14th. The flight leaves 3:45 pm and returns at 7:10 pm." + }, + { + "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": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct. What airport does it arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_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-12", + "destination_city": "Los Angeles", + "inbound_departure_time": "19:10", + "origin_city": "Seattle", + "outbound_departure_time": "15:45", + "passengers": "1", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "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": "137", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "destination_airport", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is confirmed. The destination is LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "14th of this month", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help, that is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00070", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London, England" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 111, + "slot": "origin_city", + "start": 96 + }, + { + "exclusive_end": 143, + "slot": "destination_city", + "start": 140 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "SFO" + ], + "origin_city": [ + "London, England" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be taking a flight so I need you to help me find a one-way flight. I will be flying from London, England, and my destination will be SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you know the time of your departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 80, + "slot": "departure_date", + "start": 62 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "London, England" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I usually take the Premium Economy class. I will be flying on 12th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:05" + ], + "slot": "outbound_departure_time", + "values": [ + "3:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "534" + ], + "slot": "price", + "values": [ + "$534" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "San Francisco", + "origin_city": "London", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "23:45", + "outbound_departure_time": "15:05", + "passengers": "1", + "price": "534", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "21:12", + "outbound_departure_time": "08:00", + "passengers": "1", + "price": "690", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "09:31", + "outbound_departure_time": "00:25", + "passengers": "1", + "price": "673", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 133, + "slot": "price", + "start": 129 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see that an American Airlines flight has a flight leaving at 3:05 pm and the flight has 1 stop. The ticket will be costing you $534." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 115, + "slot": "origin_city", + "start": 107 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Portland" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you see if there are other options available. I want to travel in Economy class. I will be flying from Portland." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "102" + ], + "slot": "price", + "values": [ + "$102" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "San Francisco", + "origin_city": "Portland", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "09:13", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "112", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "10:38", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "102", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "17:08", + "outbound_departure_time": "15:15", + "passengers": "1", + "price": "114", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "16:40", + "outbound_departure_time": "12:05", + "passengers": "1", + "price": "212", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I can see that a Delta Airlines flight departs at 8:45 am, and it has 0 stops. The ticket will be costing you $102." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Portland" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you see if there are other flight which I can take? I will be flying with 3 other people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:15" + ], + "slot": "outbound_departure_time", + "values": [ + "3:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "114" + ], + "slot": "price", + "values": [ + "$114" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "San Francisco", + "origin_city": "Portland", + "passengers": "3", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "09:13", + "outbound_departure_time": "07:20", + "passengers": "3", + "price": "112", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "10:38", + "outbound_departure_time": "08:45", + "passengers": "3", + "price": "102", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "17:08", + "outbound_departure_time": "15:15", + "passengers": "3", + "price": "114", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "16:40", + "outbound_departure_time": "12:05", + "passengers": "3", + "price": "212", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 115, + "slot": "price", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see that a Southwest Airlines flight will be leaving at 3:15 pm with 0 stops. The ticket will be costing you $114." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This flight suits me well. Would you be able to see for a round trip flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "return_date", + "start": 36 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be returning from my trip on 14th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:15" + ], + "slot": "outbound_departure_time", + "values": [ + "3:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "23:30" + ], + "slot": "inbound_departure_time", + "values": [ + "11:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "126" + ], + "slot": "price", + "values": [ + "$126" + ] + }, + { + "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-12", + "destination_city": "San Francisco", + "origin_city": "Portland", + "passengers": "3", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "01:23", + "inbound_departure_time": "23:30", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "17:08", + "outbound_departure_time": "15:15", + "passengers": "3", + "price": "126", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 103, + "slot": "outbound_departure_time", + "start": 96 + }, + { + "exclusive_end": 137, + "slot": "inbound_departure_time", + "start": 129 + }, + { + "exclusive_end": 180, + "slot": "price", + "start": 176 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I see that 1 flight suits to your request and it is a Southwest Airlines flight which leaves at 3:15 pm and will be returning at 11:30 pm. The total cost of the ticket will be $126." + }, + { + "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": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which is the arrival time of my return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "01:23" + ], + "slot": "inbound_arrival_time", + "values": [ + "1:23 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "inbound_arrival_time", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your return flight will arrive at destination at 1:23 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Will I be able to refund the ticket? From which airport will the flight leave?" + }, + { + "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" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 81, + "slot": "origin_airport", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket can not be refunded. The flight leaves from PDX 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": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "11:30 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This flight seems good. I will be having a short trip so help me to buy flight 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": [ + "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": [ + "15:15" + ], + "slot": "outbound_departure_time", + "values": [ + "3:15 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "23:30" + ], + "slot": "inbound_departure_time", + "values": [ + "11:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 132, + "slot": "origin_city", + "start": 124 + }, + { + "exclusive_end": 149, + "slot": "destination_city", + "start": 136 + }, + { + "exclusive_end": 181, + "slot": "departure_date", + "start": 171 + }, + { + "exclusive_end": 221, + "slot": "return_date", + "start": 211 + }, + { + "exclusive_end": 192, + "slot": "outbound_departure_time", + "start": 185 + }, + { + "exclusive_end": 233, + "slot": "inbound_departure_time", + "start": 225 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you please confirm that you want to have tickets for 3 people in the economy class for a Southwest Airlines flight from Portland to San Francisco with departure being March 12th at 3:15 pm and the return on March 14th at 11:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "11:30 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of March", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That seems nice. When the departure flight arrives." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "17:08" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:08 pm" + ] + }, + { + "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": "San Francisco", + "inbound_departure_time": "23:30", + "origin_city": "Portland", + "outbound_departure_time": "15:15", + "passengers": "3", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "01:23", + "inbound_departure_time": "23:30", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "17:08", + "outbound_departure_time": "15:15", + "passengers": "3", + "price": "126", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_arrival_time", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been bought your departure flight arrives at 5: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": [ + "Southwest Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "11:30 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:15 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of March", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I appreciate it. That would be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good time!" + } + ] + }, + { + "dialogue_id": "37_00071", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "March 1st" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 95, + "slot": "departure_date", + "start": 86 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me some one-way flights? Preferably Delta Airlines. I will be leaving on March 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to visit and where will you be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 23 + }, + { + "exclusive_end": 63, + "slot": "destination_city", + "start": 52 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Seattle, WA and traveling to Mexico City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "279" + ], + "slot": "price", + "values": [ + "$279" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Mexico City", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "279", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 117, + "slot": "price", + "start": 113 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight that has an outbound flight at 8:45 am with 1 stop. The price of this ticket is $279." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the onward flight arrive and to which airport does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "destination_airport", + "values": [ + "Benito Juarez International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "20:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:05 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 61, + "slot": "destination_airport", + "start": 26 + }, + { + "exclusive_end": 103, + "slot": "outbound_arrival_time", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will arrive at Benito Juarez International Airport. The onward flight will arrive at 8:05 pm" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me. Can you find some round trip flights for me as well?" + }, + { + "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": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "March 3rd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "return_date", + "start": 50 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have 2 people in my group. I want to be back on March 3rd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "13:45" + ], + "slot": "inbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "301" + ], + "slot": "price", + "values": [ + "$301" + ] + }, + { + "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": "Mexico City", + "origin_city": "Seattle", + "passengers": "2", + "return_date": "2019-03-03" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "22:56", + "inbound_departure_time": "13:45", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "08:45", + "passengers": "2", + "price": "301", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 112, + "slot": "outbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 155, + "slot": "inbound_departure_time", + "start": 148 + }, + { + "exclusive_end": 188, + "slot": "price", + "start": 184 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 convenient flight for your trip. It is a Delta Airlines flight that has an outbound flight at 8:45 am and a return flight that leaves at 1:45 pm. The price of the ticket is $301." + }, + { + "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 1st" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This sounds good to me. It will be a short trip. Can you help with purchasing tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "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-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "13:45" + ], + "slot": "inbound_departure_time", + "values": [ + "1:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "origin_city", + "start": 56 + }, + { + "exclusive_end": 78, + "slot": "destination_city", + "start": 67 + }, + { + "exclusive_end": 118, + "slot": "departure_date", + "start": 113 + }, + { + "exclusive_end": 169, + "slot": "return_date", + "start": 151 + }, + { + "exclusive_end": 206, + "slot": "outbound_departure_time", + "start": 199 + }, + { + "exclusive_end": 250, + "slot": "inbound_departure_time", + "start": 243 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please doublecheck the details: The flight will be from Seattle to Mexico City on Delta Airlines. It will depart today and the return date will be the day after tomorrow. The onward flight leaves at 8:45 am and the return flight will leave at 1:45 pm. The seating is Economy and it will be for 2 people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 3rd", + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds pretty 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-01", + "destination_city": "Mexico City", + "inbound_departure_time": "13:45", + "origin_city": "Seattle", + "outbound_departure_time": "08:45", + "passengers": "2", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "22:56", + "inbound_departure_time": "13:45", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "20:05", + "outbound_departure_time": "08:45", + "passengers": "2", + "price": "301", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have confirmed and purchased 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": [ + "March 1st", + "today" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 3rd", + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I 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 1st", + "today" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "1:45 pm" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 3rd", + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you very much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "37_00072", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Las Vegas" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "destination_city", + "start": 39 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Las Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to purchase a one-way flight to Las Vegas." + }, + { + "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": [ + "2019-03-06" + ], + "slot": "departure_date", + "values": [ + "the 6th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "origin_city", + "start": 19 + }, + { + "exclusive_end": 33, + "slot": "departure_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 6th" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "LAX" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am flying out of LAX on the 6th. I don't care which class you book me a seat in." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:25" + ], + "slot": "outbound_departure_time", + "values": [ + "8:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "96" + ], + "slot": "price", + "values": [ + "$96" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-06", + "destination_city": "Las Vegas", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "20:25", + "passengers": "1", + "price": "96", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "23:25", + "outbound_departure_time": "22:15", + "passengers": "1", + "price": "83", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:04", + "outbound_departure_time": "22:10", + "passengers": "1", + "price": "139", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "09:15", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "134", + "refundable": "False", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 105, + "slot": "outbound_departure_time", + "start": 98 + }, + { + "exclusive_end": 150, + "slot": "price", + "start": 147 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The search has returned 4 possible flights. I've found an American Airlines flight that leaves at 8:25 pm with 0 layovers. The cost of a ticket is $96." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "the 6th" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "LAX" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "At what time does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "21:35" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:35 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "outbound_arrival_time", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight touches down at 9:35 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "the 6th" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "LAX" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Am I able to refund the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am sorry, but you are not able to refund the ticket." + }, + { + "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 6th" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "8:25 pm" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to book that flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you please confirm that you would like to book the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 92, + "slot": "return_date", + "start": 83 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 6th" + ], + "destination_city": [ + "Las Vegas" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "8:25 pm" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I've changed my mind. I would like to purchase a round trip flight, coming home on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:25" + ], + "slot": "outbound_departure_time", + "values": [ + "8:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:55" + ], + "slot": "inbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "91" + ], + "slot": "price", + "values": [ + "$91" + ] + }, + { + "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": "Las Vegas", + "origin_city": "Los Angeles", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "inbound_arrival_time": "12:05", + "inbound_departure_time": "10:55", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "20:25", + "passengers": "1", + "price": "91", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 100, + "slot": "outbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 124, + "slot": "inbound_departure_time", + "start": 116 + }, + { + "exclusive_end": 148, + "slot": "price", + "start": 145 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight that meets your criteria. It is an American Airlines flight that leaves at 8:25 pm and returns at 10:55 am. A ticket will cost $91." + }, + { + "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 6th" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:55 am" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "8:25 pm" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to book that trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "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-06" + ], + "slot": "departure_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "20:25" + ], + "slot": "outbound_departure_time", + "values": [ + "8:25 pm" + ] + }, + { + "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": 54 + }, + { + "exclusive_end": 78, + "slot": "destination_city", + "start": 69 + }, + { + "exclusive_end": 126, + "slot": "departure_date", + "start": 112 + }, + { + "exclusive_end": 153, + "slot": "return_date", + "start": 144 + }, + { + "exclusive_end": 184, + "slot": "outbound_departure_time", + "start": 177 + }, + { + "exclusive_end": 208, + "slot": "inbound_departure_time", + "start": 200 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following is correct. 1 ticket from Los Angeles to Las Vegas on American Airlines. Leaving on next Wednesday and returning on March 9th. The flight departs at 8:25 pm and returns at 10:55 am. Your class is Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Wednesday", + "the 6th" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:55 am" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:25 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that is correct. Remind me again, from where does the flight depart?" + }, + { + "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": "American Airlines", + "departure_date": "2019-03-06", + "destination_city": "Las Vegas", + "inbound_departure_time": "10:55", + "origin_city": "Los Angeles", + "outbound_departure_time": "20:25", + "passengers": "1", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-06", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "inbound_arrival_time": "12:05", + "inbound_departure_time": "10:55", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "20:25", + "passengers": "1", + "price": "91", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "origin_airport", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Verification processed. The flight leaves from LAX international Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Wednesday", + "the 6th" + ], + "destination_city": [ + "Las Vegas" + ], + "inbound_departure_time": [ + "10:55 am" + ], + "origin_city": [ + "LAX", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:25 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "37_00073", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "destination_city", + "start": 32 + }, + { + "exclusive_end": 66, + "slot": "departure_date", + "start": 48 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find one-way flights to New York on the 10th 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": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from Seattle. I want to travel United Airlines." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "324" + ], + "slot": "price", + "values": [ + "$324" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_city": "New York", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "23:20", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "324", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 122, + "slot": "price", + "start": 118 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight that matches your request. There is a United Airlines flight that leaves at 10:10 am with 1 stop for $324." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:10 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to purchase tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:10 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can do for you?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:10 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find round trip flights?" + }, + { + "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": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "return_date", + "start": 53 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "There are 3 people in the group. We are returning on March 12th." + }, + { + "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": [ + "05:10" + ], + "slot": "inbound_departure_time", + "values": [ + "5:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "313" + ], + "slot": "price", + "values": [ + "$313" + ] + }, + { + "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-10", + "destination_city": "New York", + "origin_city": "Seattle", + "passengers": "3", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "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": "3", + "price": "313", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 141, + "slot": "inbound_departure_time", + "start": 134 + }, + { + "exclusive_end": 161, + "slot": "price", + "start": 157 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight that matches your request. There is a United Airlines flight that leaves at 10:10 am and the return flight leaves at 5:10 am. the ticket is $313." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight come in and what airport does the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "23:20" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:20 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "origin_airport", + "start": 23 + }, + { + "exclusive_end": 98, + "slot": "outbound_arrival_time", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves from Seattle-Tacoma International Airport. The onward flight gets in at 11:20 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": [ + "United Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:10 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. It is a short trip. Can you help me buy tickets, please?" + }, + { + "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": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "10:10" + ], + "slot": "outbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "05:10" + ], + "slot": "inbound_departure_time", + "values": [ + "5:10 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": 64, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 76, + "slot": "destination_city", + "start": 68 + }, + { + "exclusive_end": 107, + "slot": "departure_date", + "start": 97 + }, + { + "exclusive_end": 130, + "slot": "return_date", + "start": 120 + }, + { + "exclusive_end": 168, + "slot": "outbound_departure_time", + "start": 160 + }, + { + "exclusive_end": 208, + "slot": "inbound_departure_time", + "start": 201 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: 3 economy seats via United Airlines from Seattle to New York. The flight departs March 10th and returns March 12th. The onward flight leaves at 10:10 am and the return flight leaves at 5:10 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "10th of this month", + "March 10th" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:10 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_city": "New York", + "inbound_departure_time": "05:10", + "origin_city": "Seattle", + "outbound_departure_time": "10:10", + "passengers": "3", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "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": "3", + "price": "313", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket was 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": [ + "10th of this month", + "March 10th" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:10 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks so much." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "United Airlines" + ], + "departure_date": [ + "10th of this month", + "March 10th" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:10 am" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "10:10 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00074", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you locate one-way flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you wanting to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your point of departure and when do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NYC" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "March 7th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 37, + "slot": "departure_date", + "start": 28 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave from NYC on March 7th." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "289" + ], + "slot": "price", + "values": [ + "$289" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Seattle", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "289", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "11:45", + "outbound_departure_time": "06:00", + "passengers": "1", + "price": "295", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "19:35", + "outbound_departure_time": "15:10", + "passengers": "1", + "price": "259", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "10:48", + "outbound_departure_time": "05:10", + "passengers": "1", + "price": "250", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 122, + "slot": "outbound_departure_time", + "start": 115 + }, + { + "exclusive_end": 173, + "slot": "price", + "start": 169 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have located 4 suitable flights for you, one of which is an American Airlines flight. This flight will depart at 3:40 pm and it has 1 stop. You can buy the ticket for $289." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the flight get there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "20:45" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:45 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "outbound_arrival_time", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight will get there at 8:45 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "NYC" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can the ticket be refunded? What is the airport the flight will arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "destination_airport", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight lands at Seattle-Tacoma International Airport. Sorry, but the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "3:40 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase tickets for 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": [ + "March 7th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "3:40 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to purchase a ticket." + }, + { + "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": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "9th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 93, + "slot": "return_date", + "start": 76 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "return_date": [ + "9th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you look up round trip flights for me? I would like to come back on the 9th of this month." + }, + { + "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": [ + "16:00" + ], + "slot": "inbound_departure_time", + "values": [ + "4 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "301" + ], + "slot": "price", + "values": [ + "$301" + ] + }, + { + "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-07", + "destination_city": "Seattle", + "origin_city": "New York", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "02:14", + "inbound_departure_time": "16:00", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "301", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 95, + "slot": "outbound_departure_time", + "start": 88 + }, + { + "exclusive_end": 137, + "slot": "inbound_departure_time", + "start": 133 + }, + { + "exclusive_end": 162, + "slot": "price", + "start": 158 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have located 1 convenient flight for your trip. It is on American Airlines leaving at 3:40 pm and the return flight will depart at 4 pm. The ticket cost is $301." + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "March 7th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "return_date": [ + "9th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does the flight go to? Can the ticket be refunded?" + }, + { + "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. Sorry, but the ticket cannot be refunded." + }, + { + "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": [ + "March 7th" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "4 pm" + ], + "origin_city": [ + "NYC" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "return_date": [ + "9th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This flight sounds fine to me. I want to go on a short trip. Will you help me buy flight tickets for Economy class?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:40" + ], + "slot": "outbound_departure_time", + "values": [ + "3:40 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": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 72, + "slot": "origin_city", + "start": 64 + }, + { + "exclusive_end": 89, + "slot": "destination_city", + "start": 82 + }, + { + "exclusive_end": 135, + "slot": "departure_date", + "start": 122 + }, + { + "exclusive_end": 168, + "slot": "return_date", + "start": 159 + }, + { + "exclusive_end": 209, + "slot": "outbound_departure_time", + "start": 202 + }, + { + "exclusive_end": 244, + "slot": "inbound_departure_time", + "start": 240 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you confirm the following details for me? The flight leaves New York, goes to Seattle on American Airlines and leaves next Thursday. The flight comes back March 9th and the onward flight departs at 3:40 pm. The return flight departs at 4 pm. It's an economy class ticket 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": [ + "American Airlines" + ], + "departure_date": [ + "March 7th", + "next Thursday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "4 pm" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of this month", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds fine with me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Seattle", + "inbound_departure_time": "16:00", + "origin_city": "New York", + "outbound_departure_time": "15:40", + "passengers": "1", + "return_date": "2019-03-09", + "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": "02:14", + "inbound_departure_time": "16:00", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "301", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket has been confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 7th", + "next Thursday" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "4 pm" + ], + "origin_city": [ + "NYC", + "New York" + ], + "outbound_departure_time": [ + "3:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "9th of this month", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for all your help, that's all I was needing." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00075", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 44 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need help finding a one way flight out of LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you plan on leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 25 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to leave on the 2nd of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you headed?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "destination_city", + "start": 29 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to be traveling to Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:20" + ], + "slot": "outbound_departure_time", + "values": [ + "4:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "165" + ], + "slot": "price", + "values": [ + "$165" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Chicago", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-02", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "22:52", + "outbound_departure_time": "16:20", + "passengers": "1", + "price": "165", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "15:02", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "163", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:47", + "outbound_departure_time": "19:15", + "passengers": "1", + "price": "142", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "13:52", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "156", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 110, + "slot": "outbound_departure_time", + "start": 103 + }, + { + "exclusive_end": 136, + "slot": "price", + "start": 132 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 4 flights that could work for you. Theres an Alaska Airlines flight with 0 stops leaving at 4:20 pm, the ticket price is $165." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you tell me about other flights, I'd like to travel economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "163" + ], + "slot": "price", + "values": [ + "$163" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Chicago", + "origin_city": "Los Angeles", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-02", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "22:52", + "outbound_departure_time": "16:20", + "passengers": "1", + "price": "165", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "15:02", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "163", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:47", + "outbound_departure_time": "19:15", + "passengers": "1", + "price": "142", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "outbound_departure_time", + "start": 83 + }, + { + "exclusive_end": 112, + "slot": "price", + "start": 108 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No problem, there are 3 matching flights. How about American Airlines departing at 8:30 am with 0 stops for $163 per ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does that flight arrive at, and would it be possible to get the ticket refunded?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "destination_airport", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will be arriving at O'Hare International Airport, and no the ticket is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "Chicago" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, sounds good to me. Can you do a search for a round trip flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you be returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "next monday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "return_date", + "start": 30 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "next monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to get a flight back next monday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:30" + ], + "slot": "inbound_departure_time", + "values": [ + "4:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "188" + ], + "slot": "price", + "values": [ + "$188" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Chicago", + "origin_city": "Los Angeles", + "return_date": "2019-03-04", + "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": "07:02", + "inbound_departure_time": "04:30", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "15:02", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "188", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 88, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 129, + "slot": "inbound_departure_time", + "start": 122 + }, + { + "exclusive_end": 155, + "slot": "price", + "start": 151 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an American Airlines flight available. The outbound flight will leave at 8:30 am, and the return flight leaves at 4:30 am. the ticket price is $188." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "next monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will that flight arrive at, and when will the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:02" + ], + "slot": "inbound_arrival_time", + "values": [ + "7:02 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_airport", + "start": 19 + }, + { + "exclusive_end": 93, + "slot": "inbound_arrival_time", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is O'Hare International Airport, and the return flight will arrive at 7:02 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": [ + "2nd of this month" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "next monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase a 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": [ + "2nd of this month" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "next monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah I'd like to buy a ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "04:30" + ], + "slot": "inbound_departure_time", + "values": [ + "4:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 100, + "slot": "origin_city", + "start": 89 + }, + { + "exclusive_end": 137, + "slot": "destination_city", + "start": 130 + }, + { + "exclusive_end": 109, + "slot": "departure_date", + "start": 101 + }, + { + "exclusive_end": 171, + "slot": "return_date", + "start": 160 + }, + { + "exclusive_end": 120, + "slot": "outbound_departure_time", + "start": 113 + }, + { + "exclusive_end": 192, + "slot": "inbound_departure_time", + "start": 185 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay booking an economy class ticket for 1 passenger on American Airlines departing from Los Angeles tomorrow at 8:30 am going to Chicago, with a return flight next monday departing at 4:30 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds correct to me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Chicago", + "inbound_departure_time": "04:30", + "origin_city": "Los Angeles", + "outbound_departure_time": "08:30", + "passengers": "1", + "return_date": "2019-03-04", + "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": "07:02", + "inbound_departure_time": "04:30", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "15:02", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "188", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket has been purchased" + }, + { + "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": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport is the flight leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX international airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "origin_airport", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight is leaving from LAX 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": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can the ticket be refunded?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No." + }, + { + "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": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next monday" + ], + "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": "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": [ + "2nd of this month", + "tomorrow" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Youre welcome, have a nice day." + } + ] + }, + { + "dialogue_id": "37_00076", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm looking to find one way flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Leaving from where and what time? And where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 45, + "slot": "destination_city", + "start": 38 + }, + { + "exclusive_end": 66, + "slot": "departure_date", + "start": 53 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving from ATL and going to Chicago on the 10th 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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "122" + ], + "slot": "price", + "values": [ + "$122" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Chicago", + "origin_city": "Atlanta" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "22:16", + "outbound_departure_time": "21:15", + "passengers": "1", + "price": "122", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "21:38", + "outbound_departure_time": "17:45", + "passengers": "1", + "price": "206", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "05:36", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "99", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "07:16", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "135", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 77, + "slot": "price", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a flight on American Airlines leaving at 9:15 PM with 0 stops for $122." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arrival time of the onward flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "22:16" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:16 PM" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "outbound_arrival_time", + "start": 8 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "That is 10:16 PM." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arrival destination and is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "destination_airport", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It flies into O'Hare International Airport and it is a refundable ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 68, + "slot": "destination_city", + "start": 61 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is available? It's for one person and I'm going to Toronto." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:40" + ], + "slot": "outbound_departure_time", + "values": [ + "3:40 PM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "229" + ], + "slot": "price", + "values": [ + "$229" + ] + }, + { + "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": "Toronto", + "origin_city": "Atlanta", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "15:25", + "passengers": "1", + "price": "224", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "229", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "12:33", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "190", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 89, + "slot": "outbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 110, + "slot": "price", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 3 possibilities for you, one of them is a Delta airlines flight leaving at 3:40 PM with 1 stop for $229." + }, + { + "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": [ + "10th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3:40 PM" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like it will work." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to book that now?" + }, + { + "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": [ + "10th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3:40 PM" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not yet, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What else can I do for you?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3:40 PM" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you look for round trip flights please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Returning when please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "return_date", + "start": 13 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3:40 PM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Returning on the 12th." + }, + { + "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": [ + "07:15" + ], + "slot": "inbound_departure_time", + "values": [ + "7:15 AM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "243" + ], + "slot": "price", + "values": [ + "$243" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_city": "Toronto", + "origin_city": "Atlanta", + "passengers": "1", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "inbound_arrival_time": "11:31", + "inbound_departure_time": "07:15", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "243", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 79, + "slot": "inbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 88, + "slot": "price", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 flight on Delta airlines leaving at 3:40 PM and coming back at 7:15 AM for $243." + }, + { + "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": [ + "10th of March" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3:40 PM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Flying into which airport and departing from where?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto Pearson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Toronto Pearson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "destination_airport", + "start": 14 + }, + { + "exclusive_end": 108, + "slot": "origin_airport", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at Toronto Pearson International Airport and leaves from 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": [ + "10th of March" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "7:15 AM" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3:40 PM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like the sound of that one." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to book that flight now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "10th of March" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "7:15 AM" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3:40 PM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're welcome, goodbye." + } + ] + }, + { + "dialogue_id": "37_00077", + "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": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Leaving from where and heading to where?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "destination_city", + "values": [ + "Phoenix" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "origin_city", + "start": 13 + }, + { + "exclusive_end": 38, + "slot": "destination_city", + "start": 31 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving from Chicago, going to Phoenix." + }, + { + "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-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "departure_date", + "start": 10 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's on March 10th." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "271" + ], + "slot": "price", + "values": [ + "$271" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Phoenix", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "10:13", + "outbound_departure_time": "04:30", + "passengers": "1", + "price": "271", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "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": "270", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "20:22", + "outbound_departure_time": "14:10", + "passengers": "1", + "price": "285", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Sky Harbor International Airport", + "destination_city": "Phoenix", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "01:17", + "outbound_departure_time": "18:25", + "passengers": "1", + "price": "271", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 46 + }, + { + "exclusive_end": 74, + "slot": "price", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have an American Airlines flight leaving at 4:30 AM with 1 stop for $271." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 AM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "270" + ], + "slot": "price", + "values": [ + "$270" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "outbound_departure_time", + "start": 44 + }, + { + "exclusive_end": 72, + "slot": "price", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight leaving at 8:30 AM with 1 stop for $270." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:30 AM" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like the Delta flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to book tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:30 AM" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not yet. Could you search round trips for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Returning when please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "return_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:30 AM" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to return on the 12th of March." + }, + { + "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": [ + "288" + ], + "slot": "price", + "values": [ + "$288" + ] + }, + { + "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-10", + "destination_city": "Phoenix", + "origin_city": "Chicago", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "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": "288", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 92, + "slot": "inbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 101, + "slot": "price", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 possibility, a Delta Airlines flight leaving at 8:30 AM and coming back at 11:55 AM for $288." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:30 AM" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does it fly into?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "destination_airport", + "values": [ + "Sky Harbor International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_airport", + "start": 12 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It lands 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": "SearchRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Phoenix" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:30 AM" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arrival time of the return flight and the arrival time of the onward flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "22:07" + ], + "slot": "inbound_arrival_time", + "values": [ + "10:07 PM" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:17" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:17 PM" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "inbound_arrival_time", + "start": 24 + }, + { + "exclusive_end": 68, + "slot": "outbound_arrival_time", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight is at 10:07 PM and the onward flight is at 1:17 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": [ + "March 10th" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "11:55 AM" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:30 AM" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one 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 reserve that?" + }, + { + "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 10th" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "11:55 AM" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:30 AM" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes I would." + }, + { + "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-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "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": 45, + "slot": "origin_city", + "start": 38 + }, + { + "exclusive_end": 56, + "slot": "destination_city", + "start": 49 + }, + { + "exclusive_end": 88, + "slot": "departure_date", + "start": 78 + }, + { + "exclusive_end": 112, + "slot": "return_date", + "start": 102 + }, + { + "exclusive_end": 132, + "slot": "outbound_departure_time", + "start": 125 + }, + { + "exclusive_end": 158, + "slot": "inbound_departure_time", + "start": 150 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirming the following, flying from Chicago to Phoenix on Delta airlines on March 10th, coming back March 12th. Leaving at 8:30 AM and returning at 11:55 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": [ + "March 10th" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "11:55 AM" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:30 AM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "12th of March", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds 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-10", + "destination_city": "Phoenix", + "inbound_departure_time": "11:55", + "origin_city": "Chicago", + "outbound_departure_time": "08:30", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "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": "288", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Everything is confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Phoenix" + ], + "inbound_departure_time": [ + "11:55 AM" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:30 AM" + ], + "passengers": [ + "1" + ], + "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": "It was my pleasure." + } + ] + }, + { + "dialogue_id": "37_00078", + "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 search a one-way ticket for me" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "where are you going and when?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "Tuesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "destination_city", + "start": 16 + }, + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to NY on Tuesday next week" + }, + { + "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": 26, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will leave from San Fran" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:35" + ], + "slot": "outbound_departure_time", + "values": [ + "8:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "174" + ], + "slot": "price", + "values": [ + "$174" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "New York", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "08:35", + "passengers": "1", + "price": "174", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "05:56", + "outbound_departure_time": "20:30", + "passengers": "1", + "price": "197", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "06:46", + "outbound_departure_time": "21:20", + "passengers": "1", + "price": "246", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "15:16", + "outbound_departure_time": "05:50", + "passengers": "1", + "price": "188", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 78, + "slot": "outbound_departure_time", + "start": 71 + }, + { + "exclusive_end": 87, + "slot": "price", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights for you that is 0 stop with Alaska Airlines leave at 8:35 am for $174" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport will this arrive at and where is this depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International AIrport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "destination_airport", + "start": 62 + }, + { + "exclusive_end": 47, + "slot": "origin_airport", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This will depart from SFO International Airport and arrive at JFK International AIrport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "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": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "San Fran" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other flights available? i want to travel on Economy with 4 in my group" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "197" + ], + "slot": "price", + "values": [ + "$197" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "New York", + "origin_city": "San Francisco", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "08:35", + "passengers": "4", + "price": "174", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "05:56", + "outbound_departure_time": "20:30", + "passengers": "4", + "price": "197", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "06:46", + "outbound_departure_time": "21:20", + "passengers": "4", + "price": "246", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "15:16", + "outbound_departure_time": "05:50", + "passengers": "4", + "price": "188", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 42, + "slot": "outbound_departure_time", + "start": 35 + }, + { + "exclusive_end": 51, + "slot": "price", + "start": 47 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines 0 stop leaves at 8:30 pm for $197" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "airlines", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "dontcare" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "San Fran" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Any other flights available with particular airline?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:20" + ], + "slot": "outbound_departure_time", + "values": [ + "9:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "246" + ], + "slot": "price", + "values": [ + "$246" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "New York", + "origin_city": "San Francisco", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:01", + "outbound_departure_time": "08:35", + "passengers": "4", + "price": "174", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "05:56", + "outbound_departure_time": "20:30", + "passengers": "4", + "price": "197", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 92, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I got 2 flights for you with Southwest Airlines leaves at 9:20 pm with 0 stop that cost $246" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "9:20 pm" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This is good 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 to book the ticket" + }, + { + "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" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "return_date", + "start": 67 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "9:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "7th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No not yet, can you search a round trip for me with return date on 7th of this month" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:20" + ], + "slot": "outbound_departure_time", + "values": [ + "9:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:55" + ], + "slot": "inbound_departure_time", + "values": [ + "5:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "242" + ], + "slot": "price", + "values": [ + "$242" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_city": "New York", + "origin_city": "San Francisco", + "passengers": "4", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "21:21", + "inbound_departure_time": "17:55", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "06:46", + "outbound_departure_time": "21:20", + "passengers": "4", + "price": "242", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 36, + "slot": "outbound_departure_time", + "start": 29 + }, + { + "exclusive_end": 58, + "slot": "inbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 67, + "slot": "price", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Southwest Airlines depart at 9:20 pm and return at 5:55 pm for $242" + }, + { + "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": [ + "Southwest Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "9:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "7th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does this arrive and depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International AIrport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "destination_airport", + "start": 20 + }, + { + "exclusive_end": 87, + "slot": "origin_airport", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "This will arrive at JFK International Airport and depart 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": [ + "Southwest Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ], + "inbound_departure_time": [ + "5:55 pm" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "9:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "7th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "this 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": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ], + "inbound_departure_time": [ + "5:55 pm" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "9:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "7th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No i am not ready yet" + }, + { + "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": [ + "Tuesday next week" + ], + "destination_city": [ + "NY" + ], + "inbound_departure_time": [ + "5:55 pm" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "9:20 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "7th of this month" + ], + "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": "37_00079", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search for 2 flight tickets in a one-way flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can you tell me the departure location, destination and the date of departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "8th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_city", + "start": 36 + }, + { + "exclusive_end": 30, + "slot": "destination_city", + "start": 19 + }, + { + "exclusive_end": 64, + "slot": "departure_date", + "start": 47 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chicago" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be going to Atlanta, GA from Chicago on 8th 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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "124" + ], + "slot": "price", + "values": [ + "$124" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "origin_city": "Chicago", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "20:40", + "passengers": "2", + "price": "124", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "08:30", + "passengers": "2", + "price": "124", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-08", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "00:51", + "outbound_departure_time": "21:50", + "passengers": "2", + "price": "94", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight which leaves at 8:40 pm with 0 stop and the ticket is priced at $124." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chicago" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the destination of the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "destination_airport", + "start": 17 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight is to Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "2" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, That sounds nice to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like me to buy tickets for the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "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": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Don't buy the tickets. Can you find a round trip flight with any class?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will be you returning date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "return_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "8th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will get back on March 10th." + }, + { + "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": [ + "21:15" + ], + "slot": "inbound_departure_time", + "values": [ + "9:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "137" + ], + "slot": "price", + "values": [ + "$137" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "origin_city": "Chicago", + "passengers": "2", + "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": "22:16", + "inbound_departure_time": "21:15", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "20:40", + "passengers": "2", + "price": "137", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 116, + "slot": "inbound_departure_time", + "start": 109 + }, + { + "exclusive_end": 147, + "slot": "price", + "start": 143 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an American Airlines flight whose timing for the onward journey is 8:40 pm and for return journey is 9:15 pm. The thicket is priced at $137." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "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": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search for any other available flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "Atlanta", + "origin_city": "Chicago", + "passengers": "2", + "return_date": "2019-03-10" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, I could not find any flight. Do you want 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": [ + "8th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. That will be all. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I am glad I could help. Have a nice day." + } + ] + }, + { + "dialogue_id": "37_00080", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "ATL" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to travel to ATL please help me to find one-way flights" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You will be leaving from where?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto, Canada" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Toronto, Canada" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave from Toronto, Canada" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When you leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "the 7th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "departure_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Toronto, Canada" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 7th I plan" + }, + { + "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": [ + "217" + ], + "slot": "price", + "values": [ + "$217" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Atlanta", + "origin_city": "Toronto" + } + }, + "service_results": [ + { + "airlines": "Air Canada", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "23:41", + "outbound_departure_time": "16:40", + "passengers": "1", + "price": "217", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "05:55", + "passengers": "1", + "price": "192", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "192", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 99, + "slot": "price", + "start": 95 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have for you 3 option.First is with Air Canada.Outbound leave at 4:40 pm with 1 stop.Cost is $217" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Toronto, Canada" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "You can find something else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:55" + ], + "slot": "outbound_departure_time", + "values": [ + "5:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "192" + ], + "slot": "price", + "values": [ + "$192" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 77, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found for you with American Airlines .The outbound flight leaves at 5:55 am with 1 stop.That cost $192" + }, + { + "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 7th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Toronto, Canada" + ], + "outbound_departure_time": [ + "5:55 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You want to buy ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "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": [ + "ATL" + ], + "origin_city": [ + "Toronto, Canada" + ], + "outbound_departure_time": [ + "5:55 am" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I do not want.Search for round flight for three people" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "In what date you plan to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "9th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "return_date", + "start": 3 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Toronto, Canada" + ], + "outbound_departure_time": [ + "5:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "9th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "In 9th of March I would like." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:55" + ], + "slot": "outbound_departure_time", + "values": [ + "5:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:25" + ], + "slot": "inbound_departure_time", + "values": [ + "3:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "211" + ], + "slot": "price", + "values": [ + "$211" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_city": "Atlanta", + "origin_city": "Toronto", + "passengers": "3", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "19:58", + "inbound_departure_time": "15:25", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "05:55", + "passengers": "3", + "price": "211", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 45, + "slot": "outbound_departure_time", + "start": 38 + }, + { + "exclusive_end": 74, + "slot": "inbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 92, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "With American Airlines that leaves at 5:55 am and return leaves at 3:25 pm.Cost will be $211" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "ATL" + ], + "origin_city": [ + "Toronto, Canada" + ], + "outbound_departure_time": [ + "5:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "9th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Tell me please at what airport will arrive." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "destination_airport", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Will arrive at Hartsfield-Jackson International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "ATL" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Toronto, Canada" + ], + "outbound_departure_time": [ + "5:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "9th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "ATL" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Toronto, Canada" + ], + "outbound_departure_time": [ + "5:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like to go in a short trip and I need flight tickets at Economy class" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "origin_city", + "values": [ + "Toronto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "05:55" + ], + "slot": "outbound_departure_time", + "values": [ + "5:55 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:25" + ], + "slot": "inbound_departure_time", + "values": [ + "3:25 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": 12, + "slot": "origin_city", + "start": 5 + }, + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 16 + }, + { + "exclusive_end": 78, + "slot": "departure_date", + "start": 65 + }, + { + "exclusive_end": 99, + "slot": "return_date", + "start": 90 + }, + { + "exclusive_end": 124, + "slot": "outbound_departure_time", + "start": 117 + }, + { + "exclusive_end": 146, + "slot": "inbound_departure_time", + "start": 139 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "From Toronto to Atlanta with American Airlines.Departure will be next Thursday and return March 9th,onward leaves at 5:55 am and return at 3:25 pm with class 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": [ + "next Thursday", + "the 7th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Toronto", + "Toronto, Canada" + ], + "outbound_departure_time": [ + "5:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "9th of March", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes 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-07", + "destination_city": "Atlanta", + "inbound_departure_time": "15:25", + "origin_city": "Toronto", + "outbound_departure_time": "05:55", + "passengers": "3", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "19:58", + "inbound_departure_time": "15:25", + "number_stops": "1", + "origin_airport": "Toronto Pearson International Airport", + "origin_city": "Toronto", + "outbound_arrival_time": "11:31", + "outbound_departure_time": "05:55", + "passengers": "3", + "price": "211", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your 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": [ + "American Airlines" + ], + "departure_date": [ + "next Thursday", + "the 7th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Toronto", + "Toronto, Canada" + ], + "outbound_departure_time": [ + "5:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "9th of March", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for help" + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "next Thursday", + "the 7th" + ], + "destination_city": [ + "ATL", + "Atlanta" + ], + "inbound_departure_time": [ + "3:25 pm" + ], + "origin_city": [ + "Toronto", + "Toronto, Canada" + ], + "outbound_departure_time": [ + "5:55 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "9th of March", + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No is Ok.Thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "37_00081", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me one-way flights? There is one people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you plan to leave? And where do you want to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "March 2nd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "destination_city", + "start": 19 + }, + { + "exclusive_end": 44, + "slot": "departure_date", + "start": 35 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am travelling to Atlanta, GA, on March 2nd." + }, + { + "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": 32, + "slot": "origin_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving from Phoenix, AZ." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "23:25" + ], + "slot": "outbound_departure_time", + "values": [ + "11:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "153" + ], + "slot": "price", + "values": [ + "$153" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "origin_city": "Phoenix", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "06:37", + "outbound_departure_time": "23:25", + "passengers": "1", + "price": "153", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "00:21", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "280", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "06:07", + "outbound_departure_time": "22:55", + "passengers": "1", + "price": "170", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "03:52", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "164", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 102, + "slot": "outbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 152, + "slot": "price", + "start": 148 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights which might suit you. There is an American Airlines flight, which leaves at 11:25 pm, and has 0 stops. The prize of the ticket is $153." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive? Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:37" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:37 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_arrival_time", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately, it is not refundable. The flight arrives at 6:37 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:25 pm" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me. Can you search round trip flights for me?" + }, + { + "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-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "return_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:25 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wanna get back next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "23:25" + ], + "slot": "outbound_departure_time", + "values": [ + "11:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:40" + ], + "slot": "inbound_departure_time", + "values": [ + "11:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "243" + ], + "slot": "price", + "values": [ + "$243" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "origin_city": "Phoenix", + "passengers": "1", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "16:22", + "inbound_departure_time": "11:40", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "06:37", + "outbound_departure_time": "23:25", + "passengers": "1", + "price": "243", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 118, + "slot": "inbound_departure_time", + "start": 110 + }, + { + "exclusive_end": 151, + "slot": "price", + "start": 147 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight. The outbound flight leaves at 11:25 pm, and the return flight leaves at 11:40 am. The price of the ticket is $243." + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:25 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_airport", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It departs from Sky Harbor 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": [ + "March 2nd" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:25 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds good to me. Can you help me buy flight tickets? I plan to go on a short trip." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "23:25" + ], + "slot": "outbound_departure_time", + "values": [ + "11:25 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": 64, + "slot": "origin_city", + "start": 57 + }, + { + "exclusive_end": 85, + "slot": "destination_city", + "start": 78 + }, + { + "exclusive_end": 151, + "slot": "departure_date", + "start": 143 + }, + { + "exclusive_end": 188, + "slot": "return_date", + "start": 176 + }, + { + "exclusive_end": 226, + "slot": "outbound_departure_time", + "start": 218 + }, + { + "exclusive_end": 268, + "slot": "inbound_departure_time", + "start": 260 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: the flight is from Phoenix, and goes to Atlanta. The airline is American Airlines. The departure date is tomorrow, and the return date is next Tuesday. The onward flight leaves at 11:25 pm, and the return flight leaves at 11:40 am. The seating class is economy, and the number of tickets 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": [ + "March 2nd", + "tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:25 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday" + ], + "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": "American Airlines", + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "inbound_departure_time": "11:40", + "origin_city": "Phoenix", + "outbound_departure_time": "23:25", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "16:22", + "inbound_departure_time": "11:40", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "06:37", + "outbound_departure_time": "23:25", + "passengers": "1", + "price": "243", + "refundable": "False", + "return_date": "2019-03-05", + "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": [ + "March 2nd", + "tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:25 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I assist you any 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": [ + "American Airlines" + ], + "departure_date": [ + "March 2nd", + "tomorrow" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "Phoenix", + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "11:25 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "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 one!" + } + ] + }, + { + "dialogue_id": "37_00082", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one-way flight?" + }, + { + "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-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "departure_date", + "start": 4 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "For March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going from Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Vancouver." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska 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": [ + "156" + ], + "slot": "price", + "values": [ + "$156" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Vancouver", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-10", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "23:44", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "156", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "15:05", + "passengers": "1", + "price": "202", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "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": "135", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "22:19", + "outbound_departure_time": "19:15", + "passengers": "1", + "price": "157", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 89, + "slot": "price", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an Alaska Airlines flight leaving at 8:40 pm. It has 0 stops and the cost is $156." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any others?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:05" + ], + "slot": "outbound_departure_time", + "values": [ + "3:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "202" + ], + "slot": "price", + "values": [ + "$202" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 75, + "slot": "price", + "start": 71 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "American Airlines has one with 1 stop that leaves at 3:05 pm. It costs $202." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any more?" + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "135" + ], + "slot": "price", + "values": [ + "$135" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 47 + }, + { + "exclusive_end": 64, + "slot": "price", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Delta Airlines has one with 0 stops leaving at 10:55 am for $135." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the onward flight leave from and when does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:59" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:59 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "origin_airport", + "start": 8 + }, + { + "exclusive_end": 56, + "slot": "outbound_arrival_time", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's at LAX International Airport and arrives at 1:59 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "10:55 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, but could you also check round trip flights?" + }, + { + "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-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "return_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back March 12th." + }, + { + "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": [ + "03:20" + ], + "slot": "inbound_departure_time", + "values": [ + "3:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "148" + ], + "slot": "price", + "values": [ + "$148" + ] + }, + { + "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-10", + "destination_city": "Vancouver", + "origin_city": "Los Angeles", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "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": "148", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 112, + "slot": "inbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 130, + "slot": "price", + "start": 126 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight for you. It's Delta Airlines flight leaving at 10:55 am and the return flight leaves at 3:20 am. The cost is $148." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "return_date": [ + "March 12th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does the onward flight leave from and when does it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:59" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:59 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_airport", + "start": 15 + }, + { + "exclusive_end": 63, + "slot": "outbound_arrival_time", + "start": 56 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It leaves from LAX International Airport and arrives at 1:59 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": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "3:20 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. I'd like to get economy class tickets, can you find that for me?" + }, + { + "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": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "10:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "03:20" + ], + "slot": "inbound_departure_time", + "values": [ + "3: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": 66, + "slot": "origin_city", + "start": 55 + }, + { + "exclusive_end": 79, + "slot": "destination_city", + "start": 70 + }, + { + "exclusive_end": 109, + "slot": "departure_date", + "start": 99 + }, + { + "exclusive_end": 145, + "slot": "return_date", + "start": 135 + }, + { + "exclusive_end": 121, + "slot": "outbound_departure_time", + "start": 113 + }, + { + "exclusive_end": 176, + "slot": "inbound_departure_time", + "start": 169 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "To verify: You want 1 economy class ticket to fly from Los Angeles to Vancouver on Delta Airlines, March 10th at 10:55 am. Then return March 12th on a flight leaving at 3:20 am." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "3:20 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I need tickets for four people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, that's 4 tickets to leave March 10th." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "3:20 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's right. What time will my return flight arrive and to which airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "YVR International Airport" + ], + "slot": "destination_airport", + "values": [ + "YVR International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "06:24" + ], + "slot": "inbound_arrival_time", + "values": [ + "6:24 am" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_city": "Vancouver", + "inbound_departure_time": "03:20", + "origin_city": "Los Angeles", + "outbound_departure_time": "10:55", + "passengers": "4", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "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": "4", + "price": "148", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 28, + "slot": "destination_airport", + "start": 3 + }, + { + "exclusive_end": 53, + "slot": "inbound_arrival_time", + "start": 46 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At YVR International Airport you'll arrive at 6:24 am. Your tickets are confirmed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "3:20 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 12th" + ], + "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": "37_00083", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need to go out of town for a work conference. Can you find some one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What dates and cities were you looking for?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "CDMX" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "7th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "destination_city", + "start": 20 + }, + { + "exclusive_end": 49, + "slot": "departure_date", + "start": 32 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "CDMX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to travel to CDMX on the 7th of this month. Can you check United Airlines?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Which city are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "NY" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from NY. Can you look for Economy seating?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:00" + ], + "slot": "outbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "152" + ], + "slot": "price", + "values": [ + "$152" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_city": "Mexico City", + "origin_city": "New York", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "17:00", + "passengers": "1", + "price": "152", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "outbound_departure_time", + "start": 57 + }, + { + "exclusive_end": 41, + "slot": "price", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 United Airlines flight for $152 that leaves at 5 pm and has 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "5 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to book the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "5 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, 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?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "5 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What return date would you like?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "CDMX" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "5 pm" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back on March 9th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:00" + ], + "slot": "outbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:25" + ], + "slot": "inbound_departure_time", + "values": [ + "8:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "163" + ], + "slot": "price", + "values": [ + "$163" + ] + }, + { + "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-07", + "destination_city": "Mexico City", + "origin_city": "New York", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "12:56", + "inbound_departure_time": "08:25", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "17:00", + "passengers": "1", + "price": "163", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 66 + }, + { + "exclusive_end": 102, + "slot": "inbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 41, + "slot": "price", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 United Airlines flight for $163 that leaves New York at 5 pm, returning from CDMX at 8:25 am." + }, + { + "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": [ + "7th of this month" + ], + "destination_city": [ + "CDMX" + ], + "inbound_departure_time": [ + "8:25 am" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "5 pm" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month" + ], + "destination_city": [ + "CDMX" + ], + "inbound_departure_time": [ + "8:25 am" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "5 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sure, can you help me get the ticket? It's just for one person." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:00" + ], + "slot": "outbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:25" + ], + "slot": "inbound_departure_time", + "values": [ + "8: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": 68, + "slot": "origin_city", + "start": 60 + }, + { + "exclusive_end": 83, + "slot": "destination_city", + "start": 72 + }, + { + "exclusive_end": 97, + "slot": "departure_date", + "start": 84 + }, + { + "exclusive_end": 169, + "slot": "return_date", + "start": 160 + }, + { + "exclusive_end": 114, + "slot": "outbound_departure_time", + "start": 110 + }, + { + "exclusive_end": 156, + "slot": "inbound_departure_time", + "start": 149 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: United Airlines flight for 1 passenger from New York to Mexico City next Thursday, leaving at 5 pm, in Economy seating. Return is at 8:25 am on March 9th." + }, + { + "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": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:25 am" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "5 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's good. Which airport will I be taking off from? Is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_city": "Mexico City", + "inbound_departure_time": "08:25", + "origin_city": "New York", + "outbound_departure_time": "17:00", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "12:56", + "inbound_departure_time": "08:25", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "19:31", + "outbound_departure_time": "17:00", + "passengers": "1", + "price": "163", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 75, + "slot": "origin_airport", + "start": 50 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been purchased. Departure is from JFK 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": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:25 am" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "5 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "7th of this month", + "next Thursday" + ], + "destination_city": [ + "CDMX", + "Mexico City" + ], + "inbound_departure_time": [ + "8:25 am" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "5 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "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": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00084", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I am looking for one-way flights, can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What is your point of departure and when will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "SD" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 46, + "slot": "departure_date", + "start": 28 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "origin_city": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will leave from SD on the 12th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "destination_city", + "start": 20 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to go to Los Angeles." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:20" + ], + "slot": "outbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "64" + ], + "slot": "price", + "values": [ + "$64" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Los Angeles", + "origin_city": "San Diego" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "16:14", + "outbound_departure_time": "15:20", + "passengers": "1", + "price": "64", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "64", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 83, + "slot": "outbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 119, + "slot": "price", + "start": 116 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have located 2 good flights for you. One is on Alaska Airlines leaving at 3:20 pm and there are 0 stops. It costs $64." + }, + { + "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": [ + "Los Angeles" + ], + "origin_city": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are any additional flights available?" + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "64" + ], + "slot": "price", + "values": [ + "$64" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 92, + "slot": "price", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is also a flight on American Airlines. It leaves at 9:50 am, has 0 stops and costs $64." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SD" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What times does the onward flight get there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "10:44" + ], + "slot": "outbound_arrival_time", + "values": [ + "10:44 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "outbound_arrival_time", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight will get there at 10:44 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "9:50 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This flight sounds fine with me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you wish to purchase any tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "9:50 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I don't wish to buy any tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 86, + "slot": "return_date", + "start": 73 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "9:50 am" + ], + "return_date": [ + "14th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Would you do a search for round trip flights for me? I want to return on 14th of March." + }, + { + "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": [ + "70" + ], + "slot": "price", + "values": [ + "$70" + ] + }, + { + "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-12", + "destination_city": "Los Angeles", + "origin_city": "San Diego", + "return_date": "2019-03-14" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "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": "70", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 98, + "slot": "outbound_departure_time", + "start": 91 + }, + { + "exclusive_end": 122, + "slot": "inbound_departure_time", + "start": 115 + }, + { + "exclusive_end": 146, + "slot": "price", + "start": 143 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have located 1 convenient flight for you. This flight is on American Airlines leaving at 9:50 am, coming back at 7:20 am and it is priced at $70." + }, + { + "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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "9:50 am" + ], + "return_date": [ + "14th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time does the return flight get there and what airport does it fly out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "origin_airport", + "values": [ + "SAN International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "08:14" + ], + "slot": "inbound_arrival_time", + "values": [ + "8:14 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "origin_airport", + "start": 50 + }, + { + "exclusive_end": 33, + "slot": "inbound_arrival_time", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will arrive at 8:14 am and leaves from SAN International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "9:50 am" + ], + "return_date": [ + "14th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds fine 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 it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of this month" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "9:50 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "14th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please book the ticket for me. I have four people included in my group." + }, + { + "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-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: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": 62, + "slot": "origin_city", + "start": 53 + }, + { + "exclusive_end": 86, + "slot": "destination_city", + "start": 75 + }, + { + "exclusive_end": 140, + "slot": "departure_date", + "start": 130 + }, + { + "exclusive_end": 168, + "slot": "return_date", + "start": 158 + }, + { + "exclusive_end": 206, + "slot": "outbound_departure_time", + "start": 199 + }, + { + "exclusive_end": 250, + "slot": "inbound_departure_time", + "start": 243 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirm these details for me: the flight leaves from San Diego and goes to Los Angeles on American Airlines. The flight leaves on March 12th and gets back on March 14th. The onward flight departs at 9:50 am and the return flight will leave at 7:20 am. The tickets are for 4 passengers in Economy class." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "SD", + "San Diego" + ], + "outbound_departure_time": [ + "9:50 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of March", + "March 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. I actually only have three people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, can you confirm these details for me? The flight will be on American Airlines and you have 3 passengers." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "SD", + "San Diego" + ], + "outbound_departure_time": [ + "9:50 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of March", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's fine. Can the ticket be refunded? And what airport does the flight land at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_city": "Los Angeles", + "inbound_departure_time": "07:20", + "origin_city": "San Diego", + "outbound_departure_time": "09:50", + "passengers": "3", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "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": "3", + "price": "70", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "destination_airport", + "start": 42 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket has been confirmed, heading to LAX International Airport. 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": [ + "American Airlines" + ], + "departure_date": [ + "12th of this month", + "March 12th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "SD", + "San Diego" + ], + "outbound_departure_time": [ + "9:50 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "14th of March", + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks very much. That's all I was needing." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00085", + "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": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 90, + "slot": "departure_date", + "start": 72 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Saturday this week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a oneway flight for a trip I have coming up? I leave on Saturday this week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From where will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Fran" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from San Fran and would prefer United Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to Atlanta." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "191" + ], + "slot": "price", + "values": [ + "$191" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "18:41", + "outbound_departure_time": "10:15", + "passengers": "1", + "price": "191", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 84, + "slot": "outbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 flight for you. It's a United Airlines flight that leaves at 10:15 am and has 0 stops. The ticket costs $191." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, it is not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "San Fran" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does it leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_airport", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves from SFO International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "4th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 107, + "slot": "return_date", + "start": 90 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Saturday this week" + ], + "destination_city": [ + "Atlanta" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "return_date": [ + "4th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. Could you search other flights for me? I would like to get back on the 4th of this month. I like to travel in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:40" + ], + "slot": "inbound_departure_time", + "values": [ + "9:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "196" + ], + "slot": "price", + "values": [ + "$196" + ] + }, + { + "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": "Atlanta", + "origin_city": "San Francisco", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "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": "196", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "outbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 134, + "slot": "inbound_departure_time", + "start": 127 + }, + { + "exclusive_end": 157, + "slot": "price", + "start": 153 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 flight for your trip. There is a United Airlines flight that leaves at 10:15 am and the return flight leaves at 9:40 am. The ticket costs $196." + }, + { + "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": [ + "Saturday this week" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "San Fran" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "4th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great to me. I plan to go on a short trip. Could you help me buy the tickets? There are four people coming with 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": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "return_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "10:15" + ], + "slot": "outbound_departure_time", + "values": [ + "10:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:40" + ], + "slot": "inbound_departure_time", + "values": [ + "9:40 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": 62, + "slot": "origin_city", + "start": 49 + }, + { + "exclusive_end": 86, + "slot": "destination_city", + "start": 79 + }, + { + "exclusive_end": 148, + "slot": "departure_date", + "start": 140 + }, + { + "exclusive_end": 172, + "slot": "return_date", + "start": 161 + }, + { + "exclusive_end": 210, + "slot": "outbound_departure_time", + "start": 202 + }, + { + "exclusive_end": 250, + "slot": "inbound_departure_time", + "start": 243 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: the flight is from San Francisco and is going to Atlanta. The preferred airline is United Airlines. It leaves tomorrow and returns next Monday. The onward flight leaves at 10:15 am and the return flight leaves at 9:40 am. It's in economy and the number of people is 4." + }, + { + "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": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "4th of this month", + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds great. Where does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_city": "Atlanta", + "inbound_departure_time": "09:40", + "origin_city": "San Francisco", + "outbound_departure_time": "10:15", + "passengers": "4", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "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": "4", + "price": "196", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 94, + "slot": "destination_airport", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been purchased. The destination is at Hartsfield-Jackson 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": [ + "United Airlines" + ], + "departure_date": [ + "Saturday this week", + "tomorrow" + ], + "destination_city": [ + "Atlanta" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "San Fran", + "San Francisco" + ], + "outbound_departure_time": [ + "10:15 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "4th of this month", + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, thanks for all your help. That'll be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "37_00086", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'd like to find a one-way flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you departing from, and what is your destination? When would you like to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland, OR" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "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": 12 + }, + { + "exclusive_end": 75, + "slot": "destination_city", + "start": 67 + }, + { + "exclusive_end": 49, + "slot": "departure_date", + "start": 32 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving Portland, OR on the 9th of this month and traveling to New York." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:55" + ], + "slot": "outbound_departure_time", + "values": [ + "7:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "304" + ], + "slot": "price", + "values": [ + "$304" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "New York", + "origin_city": "Portland" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:21", + "outbound_departure_time": "07:55", + "passengers": "1", + "price": "304", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:21", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "290", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "05:25", + "outbound_departure_time": "16:55", + "passengers": "1", + "price": "320", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 80 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, I have 3 flights for you. One is an Alaska Airlines flight that leaves at 7:55 am. The flight has 1 stop and costs $304." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland, OR" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other options? Any seating class is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:20" + ], + "slot": "outbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "290" + ], + "slot": "price", + "values": [ + "$290" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "New York", + "origin_city": "Portland" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "23:20", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "513", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:21", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "290", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "05:25", + "outbound_departure_time": "16:55", + "passengers": "1", + "price": "320", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 97, + "slot": "price", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight that leaves at 7:20 am. The flight has 1 stop and costs $290." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland, OR" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other options? I need 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:55" + ], + "slot": "outbound_departure_time", + "values": [ + "4:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "320" + ], + "slot": "price", + "values": [ + "$320" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "New York", + "origin_city": "Portland", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "23:20", + "outbound_departure_time": "10:10", + "passengers": "2", + "price": "513", + "refundable": "False", + "seating_class": "Premium Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "20:21", + "outbound_departure_time": "07:20", + "passengers": "2", + "price": "290", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "05:25", + "outbound_departure_time": "16:55", + "passengers": "2", + "price": "320", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 97, + "slot": "price", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Southwest Airlines flight that leaves at 4:55 pm. The flight has 1 stop and costs $320." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland, OR" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are the tickets refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, they are unfortunately not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland, OR" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "05:25" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:25 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "outbound_arrival_time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at 5:25 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland, OR" + ], + "outbound_departure_time": [ + "4:55 pm" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. Can you help me find a round trip flight?" + }, + { + "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-12" + ], + "slot": "return_date", + "values": [ + "12th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "return_date", + "start": 4 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland, OR" + ], + "outbound_departure_time": [ + "4:55 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The 12th of March, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:55" + ], + "slot": "outbound_departure_time", + "values": [ + "4:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:55" + ], + "slot": "inbound_departure_time", + "values": [ + "5:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "335" + ], + "slot": "price", + "values": [ + "$335" + ] + }, + { + "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-09", + "destination_city": "New York", + "origin_city": "Portland", + "passengers": "2", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "23:53", + "inbound_departure_time": "17:55", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "05:25", + "outbound_departure_time": "16:55", + "passengers": "2", + "price": "335", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 88, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 127, + "slot": "inbound_departure_time", + "start": 120 + }, + { + "exclusive_end": 150, + "slot": "price", + "start": 146 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 flight for you, a Southwest Airlines flight. The departing flight is at 4:55 pm and the returning flight is at 5:55 pm. The ticket costs $335." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "New York" + ], + "origin_city": [ + "Portland, OR" + ], + "outbound_departure_time": [ + "4:55 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart at, and where does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "origin_airport", + "values": [ + "PDX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "destination_airport", + "start": 50 + }, + { + "exclusive_end": 46, + "slot": "origin_airport", + "start": 21 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight goes from PDX International Airport to JFK 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": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:55 pm" + ], + "origin_city": [ + "Portland, OR" + ], + "outbound_departure_time": [ + "4:55 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, I just want a short trip. Please help me reserve tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "March 12th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:55" + ], + "slot": "outbound_departure_time", + "values": [ + "4:55 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:55" + ], + "slot": "inbound_departure_time", + "values": [ + "5: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": 73, + "slot": "origin_city", + "start": 65 + }, + { + "exclusive_end": 85, + "slot": "destination_city", + "start": 77 + }, + { + "exclusive_end": 155, + "slot": "departure_date", + "start": 146 + }, + { + "exclusive_end": 199, + "slot": "return_date", + "start": 189 + }, + { + "exclusive_end": 166, + "slot": "outbound_departure_time", + "start": 159 + }, + { + "exclusive_end": 210, + "slot": "inbound_departure_time", + "start": 203 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So you want 2 Economy class tickets for a round trip flight from Portland to New York? The flight is with Southwest Airlines. The departure is on March 9th at 4:55 pm, and the return is on March 12th at 5:55 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": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:55 pm" + ], + "origin_city": [ + "Portland", + "Portland, OR" + ], + "outbound_departure_time": [ + "4:55 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March", + "March 12th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good. Are these tickets 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": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_city": "New York", + "inbound_departure_time": "17:55", + "origin_city": "Portland", + "outbound_departure_time": "16:55", + "passengers": "2", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "23:53", + "inbound_departure_time": "17:55", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "05:25", + "outbound_departure_time": "16:55", + "passengers": "2", + "price": "335", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your reservation is successful. Unfortunately, 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": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "New York" + ], + "inbound_departure_time": [ + "5:55 pm" + ], + "origin_city": [ + "Portland", + "Portland, OR" + ], + "outbound_departure_time": [ + "4:55 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "12th of March", + "March 12th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "37_00087", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a one-way flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Chicago." + }, + { + "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-08" + ], + "slot": "departure_date", + "values": [ + "March 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "departure_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly on March 8th." + }, + { + "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": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "origin_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving LA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:20" + ], + "slot": "outbound_departure_time", + "values": [ + "4:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "161" + ], + "slot": "price", + "values": [ + "$161" + ] + }, + { + "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": "Chicago", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-08", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "22:52", + "outbound_departure_time": "16:20", + "passengers": "1", + "price": "161", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "15:02", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "155", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-08", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "20:12", + "outbound_departure_time": "13:40", + "passengers": "1", + "price": "164", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-08", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "13:52", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "156", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 113, + "slot": "price", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 4 flights including an Alaska Airlines flight with 0 stops leaving at 4:20 pm with a ticket price of $161." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport does it 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": 43, + "slot": "destination_airport", + "start": 15 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It is going to O'Hare International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "155" + ], + "slot": "price", + "values": [ + "$155" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 93, + "slot": "outbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 65, + "slot": "price", + "start": 61 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight with 0 stops that costs $155 which will leave at 8:30 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "Chicago" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "8:30 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is a good flight. Can you find a round trip flight?" + }, + { + "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-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to come back on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:30" + ], + "slot": "inbound_departure_time", + "values": [ + "4:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "180" + ], + "slot": "price", + "values": [ + "$180" + ] + }, + { + "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-08", + "destination_city": "Chicago", + "origin_city": "Los Angeles", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "07:02", + "inbound_departure_time": "04:30", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "15:02", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "180", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 81, + "slot": "outbound_departure_time", + "start": 74 + }, + { + "exclusive_end": 114, + "slot": "inbound_departure_time", + "start": 107 + }, + { + "exclusive_end": 48, + "slot": "price", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 American Airlines flight costing $180. The departure leaves at 8:30 am and the return leaves at 4:30 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": [ + "March 8th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "15:02" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:02 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "outbound_arrival_time", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The outbound flight arrives at 3:02 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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "07:02" + ], + "slot": "inbound_arrival_time", + "values": [ + "7:02 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "inbound_arrival_time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return arrives at 7:02 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": [ + "March 8th" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect. Can you buy the tickets please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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": [ + "08:30" + ], + "slot": "outbound_departure_time", + "values": [ + "8:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "04:30" + ], + "slot": "inbound_departure_time", + "values": [ + "4:30 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "origin_city", + "start": 45 + }, + { + "exclusive_end": 67, + "slot": "destination_city", + "start": 60 + }, + { + "exclusive_end": 129, + "slot": "departure_date", + "start": 118 + }, + { + "exclusive_end": 169, + "slot": "return_date", + "start": 159 + }, + { + "exclusive_end": 140, + "slot": "outbound_departure_time", + "start": 133 + }, + { + "exclusive_end": 180, + "slot": "inbound_departure_time", + "start": 173 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm you want 1 ticket to fly from Los Angeles to Chicago on American Airlines in economy. The departure is next Friday at 8:30 am and the return is March 10th at 4:30 am." + }, + { + "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": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That is perfect. Which airport does the flight leave 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": "American Airlines", + "departure_date": "2019-03-08", + "destination_city": "Chicago", + "inbound_departure_time": "04:30", + "origin_city": "Los Angeles", + "outbound_departure_time": "08:30", + "passengers": "1", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-08", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "07:02", + "inbound_departure_time": "04:30", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "15:02", + "outbound_departure_time": "08:30", + "passengers": "1", + "price": "180", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "origin_airport", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation is successful. The flight leaves LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 8th", + "next Friday" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "4:30 am" + ], + "origin_city": [ + "LA", + "Los Angeles" + ], + "outbound_departure_time": [ + "8:30 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 10th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "See you soon!" + } + ] + }, + { + "dialogue_id": "37_00088", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you book me a one-way economy flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "origin_city", + "values": [ + "London, England" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 15, + "slot": "origin_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "London, England" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "London, England" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What would you like to go?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chicago" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "destination_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "London, England" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day would you like to leave on?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "Next Monday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "departure_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "London, England" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Next Monday, please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:05" + ], + "slot": "outbound_departure_time", + "values": [ + "3:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "427" + ], + "slot": "price", + "values": [ + "$427" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Chicago", + "origin_city": "London", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "04:17", + "outbound_departure_time": "15:05", + "passengers": "1", + "price": "427", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "British Airways", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "03:29", + "outbound_departure_time": "23:00", + "passengers": "1", + "price": "211", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "01:09", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "224", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 97, + "slot": "outbound_departure_time", + "start": 90 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights that I've found. How about an American Airlines flight that leaves at 3:05 pm with 1 stop that costs $427?" + }, + { + "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": [ + "Next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "London, England" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Perfect, I'll take it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I buy tickets and book it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "London, England" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, but please search for a round trip flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When would you like to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "6th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "return_date", + "start": 7 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Monday" + ], + "destination_city": [ + "Chicago" + ], + "origin_city": [ + "London, England" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 6th of March and there are 2 people." + }, + { + "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": [ + "12:30" + ], + "slot": "inbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "413" + ], + "slot": "price", + "values": [ + "$413" + ] + }, + { + "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-04", + "destination_city": "Chicago", + "origin_city": "London", + "passengers": "2", + "return_date": "2019-03-06", + "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": "06:37", + "inbound_departure_time": "12:30", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "04:17", + "outbound_departure_time": "15:05", + "passengers": "2", + "price": "413", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 81, + "slot": "inbound_departure_time", + "start": 73 + }, + { + "exclusive_end": 90, + "slot": "price", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1 American Airlines flight that leaves at 3:05 pm and returns at 12:30 pm for $413." + }, + { + "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 Monday" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "12:30 pm" + ], + "origin_city": [ + "London, England" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "6th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, can you please book the flight?" + }, + { + "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-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:05" + ], + "slot": "outbound_departure_time", + "values": [ + "3:05 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "12:30" + ], + "slot": "inbound_departure_time", + "values": [ + "12:30 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 102, + "slot": "origin_city", + "start": 96 + }, + { + "exclusive_end": 113, + "slot": "destination_city", + "start": 106 + }, + { + "exclusive_end": 125, + "slot": "departure_date", + "start": 114 + }, + { + "exclusive_end": 165, + "slot": "return_date", + "start": 151 + }, + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 129 + }, + { + "exclusive_end": 177, + "slot": "inbound_departure_time", + "start": 169 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, please confirm the flight details: 2 economy tickets for an American Airlines flight from London to Chicago next Monday at 3:05 pm and returning next Wednesday at 12:30 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_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": [ + "destination_airport", + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Monday", + "next Monday" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "12:30 pm" + ], + "origin_city": [ + "London", + "London, England" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Correct, which airport and what time will my return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "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-04", + "destination_city": "Chicago", + "inbound_departure_time": "12:30", + "origin_city": "London", + "outbound_departure_time": "15:05", + "passengers": "2", + "return_date": "2019-03-06", + "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": "06:37", + "inbound_departure_time": "12:30", + "number_stops": "1", + "origin_airport": "Heathrow International Airport", + "origin_city": "London", + "outbound_arrival_time": "04:17", + "outbound_departure_time": "15:05", + "passengers": "2", + "price": "413", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 77, + "slot": "destination_airport", + "start": 49 + }, + { + "exclusive_end": 88, + "slot": "inbound_arrival_time", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirmation is complete and you will leave from O'Hare International Airport at 6:37 am." + }, + { + "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 Monday", + "next Monday" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "12:30 pm" + ], + "origin_city": [ + "London", + "London, England" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "Next Monday", + "next Monday" + ], + "destination_city": [ + "Chicago" + ], + "inbound_departure_time": [ + "12:30 pm" + ], + "origin_city": [ + "London", + "London, England" + ], + "outbound_departure_time": [ + "3:05 pm" + ], + "passengers": [ + "2" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00089", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chicago" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "the 7th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 29 + }, + { + "exclusive_end": 55, + "slot": "departure_date", + "start": 48 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need a one way flight from Chicago leaving on the 7th." + }, + { + "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": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SFO" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 14, + "slot": "destination_city", + "start": 11 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Heading to SFO." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 AM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "153" + ], + "slot": "price", + "values": [ + "$153" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "San Francisco", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "09:52", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "153", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "21:07", + "outbound_departure_time": "18:20", + "passengers": "1", + "price": "183", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "07:22", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "159", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "06:47", + "outbound_departure_time": "04:00", + "passengers": "1", + "price": "192", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 93, + "slot": "price", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 4 flights for you, an American Airlines flight leaves at 7:05 AM with 0 stops for $153." + }, + { + "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 7th" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 AM" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I think that one 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 make reservations?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "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": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 AM" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No comment not yet. Could you look for round trip flights please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Returning when please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "the 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "return_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 AM" + ], + "return_date": [ + "the 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That would be on the 9th." + }, + { + "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": [ + "16:25" + ], + "slot": "inbound_departure_time", + "values": [ + "4:25 PM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "212" + ], + "slot": "price", + "values": [ + "$212" + ] + }, + { + "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-07", + "destination_city": "San Francisco", + "origin_city": "Chicago", + "return_date": "2019-03-09" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "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": "09:52", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "212", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "outbound_departure_time", + "start": 56 + }, + { + "exclusive_end": 88, + "slot": "inbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 97, + "slot": "price", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 flight for you on American Airlines leaving at 7:05 AM and returning at 4:25 PM for $212." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 AM" + ], + "return_date": [ + "the 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does it fly into?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "destination_airport", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It flies into SFO International Airport." + }, + { + "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": [ + "the 7th" + ], + "destination_city": [ + "SFO" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 AM" + ], + "return_date": [ + "the 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is that a refundable ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, I'm sorry." + }, + { + "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": [ + "SFO" + ], + "inbound_departure_time": [ + "4:25 PM" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 AM" + ], + "return_date": [ + "the 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No problem, I'll take that one." + }, + { + "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 now?" + }, + { + "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 7th" + ], + "destination_city": [ + "SFO" + ], + "inbound_departure_time": [ + "4:25 PM" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 AM" + ], + "return_date": [ + "the 9th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I would." + }, + { + "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-07" + ], + "slot": "departure_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 AM" + ] + }, + { + "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": 49, + "slot": "origin_city", + "start": 42 + }, + { + "exclusive_end": 66, + "slot": "destination_city", + "start": 53 + }, + { + "exclusive_end": 101, + "slot": "departure_date", + "start": 88 + }, + { + "exclusive_end": 111, + "slot": "return_date", + "start": 102 + }, + { + "exclusive_end": 122, + "slot": "outbound_departure_time", + "start": 115 + }, + { + "exclusive_end": 147, + "slot": "inbound_departure_time", + "start": 140 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following, flying from Chicago to San Francisco on American Airlines next Thursday March 9th at 7:05 AM and returning at 4:25 PM 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": [ + "American Airlines" + ], + "departure_date": [ + "next Thursday", + "the 7th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "4:25 PM" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 AM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th", + "the 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's 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-07", + "destination_city": "San Francisco", + "inbound_departure_time": "16:25", + "origin_city": "Chicago", + "outbound_departure_time": "07:05", + "passengers": "1", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "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": "09:52", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "212", + "refundable": "False", + "return_date": "2019-03-09", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "The 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": [ + "next Thursday", + "the 7th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "4:25 PM" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 AM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th", + "the 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for your help today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "next Thursday", + "the 7th" + ], + "destination_city": [ + "SFO", + "San Francisco" + ], + "inbound_departure_time": [ + "4:25 PM" + ], + "origin_city": [ + "Chicago" + ], + "outbound_departure_time": [ + "7:05 AM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 9th", + "the 9th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Thank you for calling, have a nice day." + } + ] + }, + { + "dialogue_id": "37_00090", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I want to search for some one-way flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, UK" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "London, UK" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to London, UK." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When and from where will you be departing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "this Saturday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "origin_city", + "start": 5 + }, + { + "exclusive_end": 34, + "slot": "departure_date", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From Atlanta, GA, on this Saturday." + }, + { + "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" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "London", + "origin_city": "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": 77, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 111, + "slot": "price", + "start": 107 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 4 options- there is an American Airlines flight leaving at 8:40 pm, with 0 stops, for a cost of $228." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "8:40 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like the sound of that." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Shall I buy tickets now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "8:40 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not yet." + }, + { + "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": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "8:40 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Please search for round trip flights." + }, + { + "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-04" + ], + "slot": "return_date", + "values": [ + "4th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "return_date", + "start": 7 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "return_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 4th 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": [ + "341" + ], + "slot": "price", + "values": [ + "$341" + ] + }, + { + "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": "Atlanta", + "return_date": "2019-03-04" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "inbound_arrival_time": "17:19", + "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": "341", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 79, + "slot": "outbound_departure_time", + "start": 72 + }, + { + "exclusive_end": 112, + "slot": "inbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 131, + "slot": "price", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 convenient flight- an American Airlines flight that leaves at 8:40 pm, with a return flight at 0:10 am, at a cost of $341." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "return_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does it fly to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "destination_airport", + "values": [ + "Heathrow International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "destination_airport", + "start": 12 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It flies to 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": [ + "this Saturday" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "0:10 am" + ], + "origin_city": [ + "Atlanta, GA" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "return_date": [ + "4th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, can you help me buy tickets?" + }, + { + "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-04" + ], + "slot": "return_date", + "values": [ + "next Monday" + ] + }, + { + "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": 85, + "slot": "origin_city", + "start": 78 + }, + { + "exclusive_end": 95, + "slot": "destination_city", + "start": 89 + }, + { + "exclusive_end": 115, + "slot": "departure_date", + "start": 107 + }, + { + "exclusive_end": 153, + "slot": "return_date", + "start": 142 + }, + { + "exclusive_end": 126, + "slot": "outbound_departure_time", + "start": 119 + }, + { + "exclusive_end": 164, + "slot": "inbound_departure_time", + "start": 157 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "So I'll buy 1 Economy ticket for the American Airlines round trip flight from Atlanta to London, departing tomorrow at 8:40 pm, and returning next Monday at 0:10 am. Is this okay?" + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "London", + "London, UK" + ], + "inbound_departure_time": [ + "0:10 am" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "4th of this month", + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes it is. But is the ticket refundable? Where does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "origin_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "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-04", + "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:19", + "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": "341", + "refundable": "False", + "return_date": "2019-03-04", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 122, + "slot": "origin_airport", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The reservation was successful, but it is not refundable. The flight departs from Hartsfield-Jackson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "this Saturday", + "tomorrow" + ], + "destination_city": [ + "London", + "London, UK" + ], + "inbound_departure_time": [ + "0:10 am" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "4th of this month", + "next Monday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks a lot for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want any further help with anything?" + }, + { + "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": [ + "London", + "London, UK" + ], + "inbound_departure_time": [ + "0:10 am" + ], + "origin_city": [ + "Atlanta", + "Atlanta, GA" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "4th of this month", + "next Monday" + ], + "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": "37_00091", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one-way flight." + }, + { + "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": [ + "3rd of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "departure_date", + "start": 7 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the 3rd of March 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": "Where are you going to and from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Ciudad de Mexico" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 16 + }, + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 31 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going from Los Angeles to Ciudad de Mexico." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "151" + ], + "slot": "price", + "values": [ + "$151" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Mexico City", + "origin_city": "Los Angeles" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "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": "151", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "274", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "02:05", + "outbound_departure_time": "20:45", + "passengers": "1", + "price": "139", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "09:45", + "outbound_departure_time": "04:25", + "passengers": "1", + "price": "144", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 106, + "slot": "price", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 4 flights, the first is American Airlines, leaving at 2:45 pm with 0 stops. It will cost $151" + }, + { + "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": [ + "3rd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "2:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "2:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No but can you search for round trips please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you travelling back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "Tuesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "return_date", + "start": 14 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "return_date": [ + "Tuesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "It will be on Tuesday next week." + }, + { + "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": [ + "02:35" + ], + "slot": "inbound_departure_time", + "values": [ + "2:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "156" + ], + "slot": "price", + "values": [ + "$156" + ] + }, + { + "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": "Mexico City", + "origin_city": "Los Angeles", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "03:55", + "inbound_departure_time": "02:35", + "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": "156", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 83, + "slot": "outbound_departure_time", + "start": 76 + }, + { + "exclusive_end": 119, + "slot": "inbound_departure_time", + "start": 112 + }, + { + "exclusive_end": 138, + "slot": "price", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 convenient flight, the first is American Airlines leaving at 2:45 pm and the return flight is at 2:35 am. It will cost $156" + }, + { + "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": [ + "3rd of March" + ], + "destination_city": [ + "Ciudad de Mexico" + ], + "inbound_departure_time": [ + "2:35 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "return_date": [ + "Tuesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, can you help me buy tickets for a short trip?" + }, + { + "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-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": [ + "14:45" + ], + "slot": "outbound_departure_time", + "values": [ + "2:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "02:35" + ], + "slot": "inbound_departure_time", + "values": [ + "2: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": 46, + "slot": "origin_city", + "start": 35 + }, + { + "exclusive_end": 61, + "slot": "destination_city", + "start": 50 + }, + { + "exclusive_end": 105, + "slot": "departure_date", + "start": 87 + }, + { + "exclusive_end": 132, + "slot": "return_date", + "start": 120 + }, + { + "exclusive_end": 169, + "slot": "outbound_departure_time", + "start": 162 + }, + { + "exclusive_end": 202, + "slot": "inbound_departure_time", + "start": 195 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm: the flight is from Los Angeles to Mexico City on American Airlines the day after tomorrow and returning next Tuesday. The onward flight leaves at 2:45 pm and the return leaves at 2:35 am. It is an economy flight for 1." + }, + { + "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": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "Ciudad de Mexico", + "Mexico City" + ], + "inbound_departure_time": [ + "2:35 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Tuesday next week", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, when does the onward get in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "20:05" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:05 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": "Mexico City", + "inbound_departure_time": "02:35", + "origin_city": "Los Angeles", + "outbound_departure_time": "14:45", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "03:55", + "inbound_departure_time": "02:35", + "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": "156", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_arrival_time", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirmed tickets and the onward will arrive at 8:05 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": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "Ciudad de Mexico", + "Mexico City" + ], + "inbound_departure_time": [ + "2:35 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Tuesday next week", + "next Tuesday" + ], + "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": "Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "Ciudad de Mexico", + "Mexico City" + ], + "inbound_departure_time": [ + "2:35 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "2:45 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "Tuesday next week", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "37_00092", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "origin_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "origin_city", + "start": 62 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Could you look up one-way flights for me? I am departing from Chi-town." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What location do you intend to go to, and when do you intend to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "destination_city", + "start": 14 + }, + { + "exclusive_end": 47, + "slot": "departure_date", + "start": 37 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to SF, and will depart on March 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "173" + ], + "slot": "price", + "values": [ + "$173" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "San Francisco", + "origin_city": "Chicago" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "09:52", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "173", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "17:32", + "outbound_departure_time": "14:45", + "passengers": "1", + "price": "170", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "184", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "188", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 136, + "slot": "outbound_departure_time", + "start": 129 + }, + { + "exclusive_end": 74, + "slot": "price", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 4 appropriate flights for you. There is a ticket costing $173 for an outbound American Airlines flight departing at 7:05 am with 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time will the onward flight come at? Can I get my money back for the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "09:52" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:52 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "outbound_arrival_time", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight will come at 9:52 am. Sadly, you cannot get your money back for the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Chi-town" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have other flight alternatives? I prefer to travel in Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:45" + ], + "slot": "outbound_departure_time", + "values": [ + "2:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "170" + ], + "slot": "price", + "values": [ + "$170" + ] + }, + { + "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": "San Francisco", + "origin_city": "Chicago", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "09:52", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "173", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "17:32", + "outbound_departure_time": "14:45", + "passengers": "1", + "price": "170", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "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": "184", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 133, + "slot": "outbound_departure_time", + "start": 126 + }, + { + "exclusive_end": 74, + "slot": "price", + "start": 70 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 3 appropriate flights for you. There is a ticket costing $170 for an outbound Delta Airlines flight departing at 2:45 pm 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": [ + "March 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Chi-town" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Do you have other flight alternatives?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:35" + ], + "slot": "outbound_departure_time", + "values": [ + "4:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "184" + ], + "slot": "price", + "values": [ + "$184" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 96, + "slot": "outbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 30, + "slot": "price", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a ticket costing $184 for an outbound Southwest Airlines flight that departs at 4:35 am with 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "4:35 am" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight is perfect 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 tickets for the flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 131, + "slot": "return_date", + "start": 113 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "4:35 am" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I do not wish to purchase a ticket. Could you look up round trip flights for me? I'd prefer to return on the 12th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:35" + ], + "slot": "outbound_departure_time", + "values": [ + "4:35 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:45" + ], + "slot": "inbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "234" + ], + "slot": "price", + "values": [ + "$234" + ] + }, + { + "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-10", + "destination_city": "San Francisco", + "origin_city": "Chicago", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "06:20", + "inbound_departure_time": "20:45", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "07:22", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "234", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 146, + "slot": "outbound_departure_time", + "start": 139 + }, + { + "exclusive_end": 181, + "slot": "inbound_departure_time", + "start": 174 + }, + { + "exclusive_end": 80, + "slot": "price", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I discovered 1 convenient flight for your travel. There is a ticket costing $234 for an outbound Southwest Airlines flight that departs on 4:35 am and has a return flight at 8: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": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "4:35 am" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport will the flight leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "origin_airport", + "values": [ + "O'Hare International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "origin_airport", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will leave from O'Hare International Airport." + }, + { + "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": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "4:35 am" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What time will the onward flight come at, and which airport will it come to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "07:22" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:22 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "destination_airport", + "start": 14 + }, + { + "exclusive_end": 83, + "slot": "outbound_arrival_time", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The target is SFO International Airport, and the onward flight will come at 7:22 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": [ + "March 10th" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "Chi-town" + ], + "outbound_departure_time": [ + "4:35 am" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight is perfect for me. I intend to go on a short travel; could you assist me in purchasing flight 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": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest 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": [ + "04:35" + ], + "slot": "outbound_departure_time", + "values": [ + "4:35 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "20:45" + ], + "slot": "inbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 117, + "slot": "origin_city", + "start": 110 + }, + { + "exclusive_end": 134, + "slot": "destination_city", + "start": 121 + }, + { + "exclusive_end": 182, + "slot": "departure_date", + "start": 172 + }, + { + "exclusive_end": 234, + "slot": "return_date", + "start": 224 + }, + { + "exclusive_end": 168, + "slot": "outbound_departure_time", + "start": 161 + }, + { + "exclusive_end": 220, + "slot": "inbound_departure_time", + "start": 213 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following information: an economy seat for 1 passenger for a Southwest Airlines flight from Chicago to san Francisco. The departure date is on 4:35 am of March 10th, and the returning date is on 8:45 pm on March 12th." + }, + { + "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": [ + "March 10th" + ], + "destination_city": [ + "SF", + "san Francisco" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "4:35 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. There's three people in my cohort." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 90, + "slot": "destination_city", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following information: 3 passengers for a flight headed to San Francisco." + }, + { + "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": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 10th" + ], + "destination_city": [ + "SF", + "San Francisco", + "san Francisco" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "4:35 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope. There is one person in my cohort." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 89, + "slot": "destination_city", + "start": 76 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please verify the following information: 1 passenger for a flight headed to San Francisco." + }, + { + "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 10th" + ], + "destination_city": [ + "SF", + "San Francisco", + "san Francisco" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "4:35 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's perfect for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_city": "San Francisco", + "inbound_departure_time": "20:45", + "origin_city": "Chicago", + "outbound_departure_time": "04:35", + "passengers": "1", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "06:20", + "inbound_departure_time": "20:45", + "number_stops": "1", + "origin_airport": "O'Hare International Airport", + "origin_city": "Chicago", + "outbound_arrival_time": "07:22", + "outbound_departure_time": "04:35", + "passengers": "1", + "price": "234", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is verified." + }, + { + "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 10th" + ], + "destination_city": [ + "SF", + "San Francisco", + "san Francisco" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "Chi-town", + "Chicago" + ], + "outbound_departure_time": [ + "4:35 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "12th of this month", + "March 12th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you for you assistance. that is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a pleasant afternoon." + } + ] + }, + { + "dialogue_id": "37_00093", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you get me a one-way flight, please?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From which location will you be departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "origin_city", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going from Philadelphia." + }, + { + "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": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris, France" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to go to Paris, France." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When do you choose to leave your current location?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Philadelphia" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave on the 10th of this month." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "273" + ], + "slot": "price", + "values": [ + "$273" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "4" + ], + "slot": "count", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Paris", + "origin_city": "Philadelphia" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "06:17", + "outbound_departure_time": "09:45", + "passengers": "1", + "price": "273", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "13:41", + "outbound_departure_time": "14:20", + "passengers": "1", + "price": "365", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "14:46", + "outbound_departure_time": "20:35", + "passengers": "1", + "price": "358", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "22:22", + "outbound_departure_time": "04:45", + "passengers": "1", + "price": "267", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 132, + "slot": "outbound_departure_time", + "start": 125 + }, + { + "exclusive_end": 180, + "slot": "price", + "start": 176 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 4 flights which match your request. This one is an American Airlines flight. The outbound flight will depart at 9:45 AM and has 1 stop. The price of the ticket is $273." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "9:45 AM" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds great then!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else that I may help with?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "9:45 AM" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me one round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "the 13th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "10th of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "9:45 AM" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back by the 13th." + }, + { + "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": [ + "04:05" + ], + "slot": "inbound_departure_time", + "values": [ + "4:05 AM" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "268" + ], + "slot": "price", + "values": [ + "$268" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_city": "Paris", + "origin_city": "Philadelphia", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "10:56", + "inbound_departure_time": "04:05", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "06:17", + "outbound_departure_time": "09:45", + "passengers": "1", + "price": "268", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 114, + "slot": "outbound_departure_time", + "start": 107 + }, + { + "exclusive_end": 156, + "slot": "inbound_departure_time", + "start": 149 + }, + { + "exclusive_end": 189, + "slot": "price", + "start": 185 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 flight for you. This one is an American Airlines flight. The outbound flight will depart at 9:45 AM. The return flight will depart at 4:05 AM. The price of the ticket is $268." + }, + { + "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": [ + "Paris, France" + ], + "inbound_departure_time": [ + "4:05 AM" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "9:45 AM" + ], + "return_date": [ + "the 13th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, I want that flight then. I want to go on a short vacation. Can you get these tickets for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "March 10th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "March 13th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:45" + ], + "slot": "outbound_departure_time", + "values": [ + "9:45 AM" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "04:05" + ], + "slot": "inbound_departure_time", + "values": [ + "4: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": 82, + "slot": "origin_city", + "start": 70 + }, + { + "exclusive_end": 91, + "slot": "destination_city", + "start": 86 + }, + { + "exclusive_end": 156, + "slot": "departure_date", + "start": 146 + }, + { + "exclusive_end": 189, + "slot": "return_date", + "start": 179 + }, + { + "exclusive_end": 231, + "slot": "outbound_departure_time", + "start": 224 + }, + { + "exclusive_end": 273, + "slot": "inbound_departure_time", + "start": 266 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following information: the flight will depart from Philadelphia to Paris. The airlines is American Airlines and will depart on March 10th. The return flight is March 13th. The onward flight will depart at 9:45 AM. The return flight will depart at 4:05 AM. The seating class of this ticket is Economy and the number of people in your party 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": [ + "10th of this month", + "March 10th" + ], + "destination_city": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "4:05 AM" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "9:45 AM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, get that please." + }, + { + "frames": [ + { + "actions": [ + { + "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": "Paris", + "inbound_departure_time": "04:05", + "origin_city": "Philadelphia", + "outbound_departure_time": "09:45", + "passengers": "1", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "10:56", + "inbound_departure_time": "04:05", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "06:17", + "outbound_departure_time": "09:45", + "passengers": "1", + "price": "268", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket reservation has been booked successfully." + }, + { + "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": [ + "Paris", + "Paris, France" + ], + "inbound_departure_time": [ + "4:05 AM" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "9:45 AM" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 13th", + "the 13th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you! That's what I wanted." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00094", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you search me one way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "from where will you be leaving and to where do you visit? When do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 16 + }, + { + "exclusive_end": 38, + "slot": "destination_city", + "start": 27 + }, + { + "exclusive_end": 59, + "slot": "departure_date", + "start": 42 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Im leaving from Phoenix to Atlanta, GA on 9th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:55" + ], + "slot": "outbound_departure_time", + "values": [ + "3:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "155" + ], + "slot": "price", + "values": [ + "$155" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "23:07", + "outbound_departure_time": "15:55", + "passengers": "1", + "price": "155", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "00:21", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "292", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "06:07", + "outbound_departure_time": "22:55", + "passengers": "1", + "price": "146", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "03:52", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "136", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 52, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 79, + "slot": "price", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a American Airlines which leaves at 3:55 pm and has 0 stops costs $155" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is there any ticket refundable? Which airport does it arrive?" + }, + { + "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": 59, + "slot": "destination_airport", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is Hartsfield-Jackson International Airport. Sorry there is no refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats great to me. Can you find round trip flights for me? I want Economy" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you come 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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "i want to back on the 11th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:55" + ], + "slot": "outbound_departure_time", + "values": [ + "3:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:40" + ], + "slot": "inbound_departure_time", + "values": [ + "11:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "242" + ], + "slot": "price", + "values": [ + "$242" + ] + }, + { + "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": "Atlanta", + "origin_city": "Phoenix", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "16:22", + "inbound_departure_time": "11:40", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "23:07", + "outbound_departure_time": "15:55", + "passengers": "1", + "price": "242", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 97, + "slot": "outbound_departure_time", + "start": 90 + }, + { + "exclusive_end": 134, + "slot": "inbound_departure_time", + "start": 126 + }, + { + "exclusive_end": 145, + "slot": "price", + "start": 141 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have 1 convenient flight which is an American Airlines flight, onbound flight leaves at 3:55 pm and return flight leaves at 11:40 am costs $242." + }, + { + "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": [ + "9th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the onward flight arrives?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "23:07" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:07 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 11:07 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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the return flight arrives?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "16:22" + ], + "slot": "inbound_arrival_time", + "values": [ + "4:22 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "inbound_arrival_time", + "start": 38 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight will be arriving at 4:22 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": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thats great to me. I plan to go on a short trip. Can you help me to get the flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "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-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:55" + ], + "slot": "outbound_departure_time", + "values": [ + "3:55 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": 80, + "slot": "origin_city", + "start": 73 + }, + { + "exclusive_end": 91, + "slot": "destination_city", + "start": 84 + }, + { + "exclusive_end": 124, + "slot": "departure_date", + "start": 115 + }, + { + "exclusive_end": 152, + "slot": "return_date", + "start": 142 + }, + { + "exclusive_end": 189, + "slot": "outbound_departure_time", + "start": 182 + }, + { + "exclusive_end": 226, + "slot": "inbound_departure_time", + "start": 218 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm this : The flight name is American Airlines which is from Phoenix to Atlanta. The departure date is March 9th and return is on March 11th. The onward flight leaves at 3:55 pm and return flight leaves at 11:40 am which is Economy class for 1 passenger." + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "yes thats correct and perfect.From which airport does the flight depart? Is there any ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_city": "Atlanta", + "inbound_departure_time": "11:40", + "origin_city": "Phoenix", + "outbound_departure_time": "15:55", + "passengers": "1", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "16:22", + "inbound_departure_time": "11:40", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "23:07", + "outbound_departure_time": "15:55", + "passengers": "1", + "price": "242", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 116, + "slot": "origin_airport", + "start": 84 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket is booked. Sorry there is no ticket refundable. The flight departs from Sky Harbor International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Atlanta", + "Atlanta, GA" + ], + "inbound_departure_time": [ + "11:40 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "3:55 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks alot for the help. Thats all for now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00095", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you help me find some one way flights please" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going? And where are you coming from and when do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "the 3rd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "origin_city", + "start": 28 + }, + { + "exclusive_end": 60, + "slot": "destination_city", + "start": 49 + }, + { + "exclusive_end": 22, + "slot": "departure_date", + "start": 15 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Phoenix" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving on the 3rd from Phoenix and going to Seattle, WA." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "224" + ], + "slot": "price", + "values": [ + "$224" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Seattle", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:40", + "passengers": "1", + "price": "224", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "17:06", + "outbound_departure_time": "11:55", + "passengers": "1", + "price": "222", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "11:42", + "outbound_departure_time": "07:25", + "passengers": "1", + "price": "232", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "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": "183", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 17, + "slot": "outbound_departure_time", + "start": 10 + }, + { + "exclusive_end": 52, + "slot": "price", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a 8:40 am flight with 1 stop that costs $224 from American Airlines" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, what about round trip flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you returning then?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "5th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "return_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "return_date": [ + "5th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be back on the 5th of this month" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:15" + ], + "slot": "inbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "238" + ], + "slot": "price", + "values": [ + "$238" + ] + }, + { + "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": "Seattle", + "origin_city": "Phoenix", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "13:38", + "inbound_departure_time": "08:15", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:40", + "passengers": "1", + "price": "238", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 100, + "slot": "inbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 131, + "slot": "price", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 that'll work for you. An American Airlines flight that leaves at 8:40 am and has a 8:15 am return flight that totals $238" + }, + { + "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": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 3rd" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "return_date": [ + "5th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the departing flight arrive? And is that ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "14:47" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:47 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_arrival_time", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's not refundable, I'm sorry about that. The departing flight arrives 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": [ + "the 3rd" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "return_date": [ + "5th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good actually." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I get 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": [ + "the 3rd" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "return_date": [ + "5th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please book me tickets." + }, + { + "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-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:15" + ], + "slot": "inbound_departure_time", + "values": [ + "8:15 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 54, + "slot": "origin_city", + "start": 47 + }, + { + "exclusive_end": 65, + "slot": "destination_city", + "start": 58 + }, + { + "exclusive_end": 123, + "slot": "departure_date", + "start": 105 + }, + { + "exclusive_end": 159, + "slot": "return_date", + "start": 147 + }, + { + "exclusive_end": 134, + "slot": "outbound_departure_time", + "start": 127 + }, + { + "exclusive_end": 170, + "slot": "inbound_departure_time", + "start": 163 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Confirming that you need 1 economy ticket from Phoenix to Seattle via American Airlines that departs the day after tomorrow at 8:40 am and returns next Tuesday at 8:15 am" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "5th of this month", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's 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-03", + "destination_city": "Seattle", + "inbound_departure_time": "08:15", + "origin_city": "Phoenix", + "outbound_departure_time": "08:40", + "passengers": "1", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "13:38", + "inbound_departure_time": "08:15", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "08:40", + "passengers": "1", + "price": "238", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I have confirmed your tickets" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "inbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [ + "destination_airport", + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "5th of this month", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the return flight arrive at and what time?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "destination_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "13:38" + ], + "slot": "inbound_arrival_time", + "values": [ + "1:38 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "destination_airport", + "start": 14 + }, + { + "exclusive_end": 61, + "slot": "inbound_arrival_time", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at Seattle-Tacoma International Airport at 1:38 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": [ + "day after tomorrow", + "the 3rd" + ], + "destination_city": [ + "Seattle", + "Seattle, WA" + ], + "inbound_departure_time": [ + "8:15 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "5th of this month", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, that's all I need" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "OK have a good one" + } + ] + }, + { + "dialogue_id": "37_00096", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "departure_date", + "start": 32 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Monday" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me one-way flights next Monday?" + }, + { + "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 from and where to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sydney" + ], + "slot": "destination_city", + "values": [ + "Sydney, NSW" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "origin_city", + "start": 32 + }, + { + "exclusive_end": 25, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to Sydney, NSW, from Seattle, WA" + }, + { + "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": [ + "324" + ], + "slot": "price", + "values": [ + "$324" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Sydney", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "08:15", + "passengers": "1", + "price": "324", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "326", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "326", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:51", + "outbound_departure_time": "06:15", + "passengers": "1", + "price": "282", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "outbound_departure_time", + "start": 43 + }, + { + "exclusive_end": 77, + "slot": "price", + "start": 73 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found an American Airlines flightat 8:15 am with 1 stop. It costs $324." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Seattle, WA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "13:32" + ], + "slot": "outbound_arrival_time", + "values": [ + "1:32 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "outbound_arrival_time", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight gets in at 1:32 pm" + }, + { + "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": [ + "next Monday" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights, I have 4 people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "326" + ], + "slot": "price", + "values": [ + "$326" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Sydney", + "origin_city": "Seattle", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "08:15", + "passengers": "4", + "price": "324", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "08:45", + "passengers": "4", + "price": "326", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "05:25", + "passengers": "4", + "price": "326", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 101, + "slot": "price", + "start": 97 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 3 flights, the first is Delta Airlines leaving at 8:45 am with 1 stop. It will cost $326" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good, can you find me a round trip?" + }, + { + "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": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "7th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "return_date", + "start": 31 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "7th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to fly economy, and the 7th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:45" + ], + "slot": "outbound_departure_time", + "values": [ + "8:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:50" + ], + "slot": "inbound_departure_time", + "values": [ + "5:50 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "344" + ], + "slot": "price", + "values": [ + "$344" + ] + }, + { + "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": "Sydney", + "origin_city": "Seattle", + "passengers": "4", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Kingsford Smith International Airport", + "destination_city": "Sydney", + "inbound_arrival_time": "14:47", + "inbound_departure_time": "17:50", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "13:32", + "outbound_departure_time": "08:45", + "passengers": "4", + "price": "344", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 96, + "slot": "inbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 flight on Delta Airlines that leaves around 8:45 am, the return leaves at 5:50 pm and it costs $344" + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Sydney, NSW" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "7th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does the flight leave from and is it refundable?" + }, + { + "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": 49, + "slot": "origin_airport", + "start": 13 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It goes from Seattle-Tacoma International Airport but 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": [ + "next Monday" + ], + "destination_city": [ + "Sydney, NSW" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "7th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's good for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I reserve 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": [ + "next Monday" + ], + "destination_city": [ + "Sydney, NSW" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "7th 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": "Do you need any other help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "Sydney, NSW" + ], + "inbound_departure_time": [ + "5:50 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "8:45 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "7th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No I'm good thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00097", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you please find oneway flights for a short trip I have coming up soon? There's only one person in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you traveling to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "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": { + "destination_city": [ + "Portland" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm visiting Portland to see a friend." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you plan on departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "San Diego" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "origin_city", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Portland" + ], + "origin_city": [ + "San Diego" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving from San Diego." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be leaving for your trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "departure_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "San Diego" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving on the 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:20" + ], + "slot": "outbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "186" + ], + "slot": "price", + "values": [ + "$186" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Portland", + "origin_city": "San Diego", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "19:00", + "outbound_departure_time": "15:20", + "passengers": "1", + "price": "186", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "12:04", + "outbound_departure_time": "09:20", + "passengers": "1", + "price": "157", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "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": "154", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 103, + "slot": "price", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an Alaska Airlines outbound flight that leaves at 3:20 pm and has 1 stop. The ticket costs $186." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "14th of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 106, + "slot": "return_date", + "start": 88 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Could you look for other flights for me? I'd like to come back by the 14th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:20" + ], + "slot": "outbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:40" + ], + "slot": "inbound_departure_time", + "values": [ + "5:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "169" + ], + "slot": "price", + "values": [ + "$169" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_city": "Portland", + "origin_city": "San Diego", + "passengers": "1", + "return_date": "2019-03-14" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "20:24", + "inbound_departure_time": "17:40", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "19:00", + "outbound_departure_time": "15:20", + "passengers": "1", + "price": "169", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 91, + "slot": "outbound_departure_time", + "start": 84 + }, + { + "exclusive_end": 131, + "slot": "inbound_departure_time", + "start": 124 + }, + { + "exclusive_end": 170, + "slot": "price", + "start": 166 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 convenient Alaska Airlines flight for you. The outbound flight departs at 3:20 pm and the return flight leaves at 5:40 pm. The ticket for this flight costs $169." + }, + { + "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": [ + "the 12th" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "5:40 pm" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight is exactly what I'm looking for." + }, + { + "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?" + }, + { + "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": [ + "the 12th" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "5:40 pm" + ], + "origin_city": [ + "San Diego" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "14th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks. That's everything I needed help with." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day!" + } + ] + }, + { + "dialogue_id": "37_00098", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one way flight for a trip I have coming up? I'd like to get an Economy ticket with American Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Certainly. From where will you be leaving from, and when would you like to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris, France" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "3rd of march" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 54, + "slot": "departure_date", + "start": 42 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of march" + ], + "origin_city": [ + "Paris, France" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be leaving from Paris, France on the 3rd of march. As well, there are two people in my group so I will need two tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like the destination to be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "destination_city", + "start": 8 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of march" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Paris, France" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Make it LA please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:05" + ], + "slot": "outbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "444" + ], + "slot": "price", + "values": [ + "$444" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "origin_city": "Paris", + "passengers": "2", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "11:50", + "outbound_departure_time": "04:05", + "passengers": "2", + "price": "444", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 104, + "slot": "outbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 138, + "slot": "price", + "start": 134 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 flight that matches your criteria. It is an American Airlines flight that leaves at 4:05 am. It has 1 stop and will cost $444." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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 march" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "2" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds alright, but I need a return flight as well." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "I need to know when you would like to return." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "5th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "return_date", + "start": 26 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of march" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back on the 5th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:05" + ], + "slot": "outbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:40" + ], + "slot": "inbound_departure_time", + "values": [ + "9:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "373" + ], + "slot": "price", + "values": [ + "$373" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "origin_city": "Paris", + "passengers": "2", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "07:58", + "inbound_departure_time": "09:40", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "11:50", + "outbound_departure_time": "04:05", + "passengers": "2", + "price": "373", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 120, + "slot": "outbound_departure_time", + "start": 113 + }, + { + "exclusive_end": 160, + "slot": "inbound_departure_time", + "start": 153 + }, + { + "exclusive_end": 191, + "slot": "price", + "start": 187 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 flight that matches your criteria. It is an American Airlines flight. The outbound flight leaves at 4:05 am and the return flight leaves at 9:40 am. The price of a ticket is $373." + }, + { + "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": [ + "3rd of march" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "5th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Paris" + ], + "slot": "origin_city", + "values": [ + "Paris" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-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": [ + "04:05" + ], + "slot": "outbound_departure_time", + "values": [ + "4:05 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:40" + ], + "slot": "inbound_departure_time", + "values": [ + "9:40 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": 86, + "slot": "origin_city", + "start": 81 + }, + { + "exclusive_end": 101, + "slot": "destination_city", + "start": 90 + }, + { + "exclusive_end": 147, + "slot": "departure_date", + "start": 129 + }, + { + "exclusive_end": 198, + "slot": "return_date", + "start": 186 + }, + { + "exclusive_end": 158, + "slot": "outbound_departure_time", + "start": 151 + }, + { + "exclusive_end": 209, + "slot": "inbound_departure_time", + "start": 202 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 2 Economy tickets on American Airlines flight from Paris to Los Angeles. The departure date is the day after tomorrow at 4:05 am, and the return date at is next Tuesday at 9:40 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of march", + "day after tomorrow" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Confirmed." + }, + { + "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": "Los Angeles", + "inbound_departure_time": "09:40", + "origin_city": "Paris", + "outbound_departure_time": "04:05", + "passengers": "2", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "07:58", + "inbound_departure_time": "09:40", + "number_stops": "1", + "origin_airport": "Charles de Gaulle International Airport", + "origin_city": "Paris", + "outbound_arrival_time": "11:50", + "outbound_departure_time": "04:05", + "passengers": "2", + "price": "373", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been successfully 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": [ + "3rd of march", + "day after tomorrow" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, 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": [ + "3rd of march", + "day after tomorrow" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Paris", + "Paris, France" + ], + "outbound_departure_time": [ + "4:05 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "5th of March", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, enjoy your day." + } + ] + }, + { + "dialogue_id": "37_00099", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "destination_city", + "start": 36 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "LA" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a trip and need to travel to LA on a oneway ticket/" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where and when will you be leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix, AZ" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "departure_date", + "values": [ + "the 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 19, + "slot": "origin_city", + "start": 8 + }, + { + "exclusive_end": 31, + "slot": "departure_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Phoenix, AZ" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving Phoenix, AZ on the 10th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:25" + ], + "slot": "outbound_departure_time", + "values": [ + "6:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "168" + ], + "slot": "price", + "values": [ + "$168" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-10", + "destination_city": "Los Angeles", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "09:25", + "outbound_departure_time": "06:25", + "passengers": "1", + "price": "168", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "15:45", + "outbound_departure_time": "12:15", + "passengers": "1", + "price": "158", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "08:33", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "94", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "08:43", + "outbound_departure_time": "07:15", + "passengers": "1", + "price": "83", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "outbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 83, + "slot": "price", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a 1 stop American Airlines flight leaving at 6:25 am in the amount if $168." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:25 am" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to purchase the ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:25 am" + ], + "passengers": [ + "3" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not now. I want to travel in Economy and there are 3 people in the group." + }, + { + "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-13" + ], + "slot": "return_date", + "values": [ + "13th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 17, + "slot": "return_date", + "start": 4 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:25 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The 13th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:25" + ], + "slot": "outbound_departure_time", + "values": [ + "6:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:50" + ], + "slot": "inbound_departure_time", + "values": [ + "7:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "135" + ], + "slot": "price", + "values": [ + "$135" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_city": "Los Angeles", + "origin_city": "Phoenix", + "passengers": "3", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "09:18", + "inbound_departure_time": "07:50", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "09:25", + "outbound_departure_time": "06:25", + "passengers": "3", + "price": "135", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 84, + "slot": "inbound_departure_time", + "start": 77 + }, + { + "exclusive_end": 110, + "slot": "price", + "start": 106 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, there is an American Airlines flight leaving at 6:25 am and returning at 7:50 am. The ticket price is $135." + }, + { + "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": [ + "the 10th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:25 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "09:18" + ], + "slot": "inbound_arrival_time", + "values": [ + "9:18 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 10, + "slot": "inbound_arrival_time", + "start": 3 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "At 9:18 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:25 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will it arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "destination_airport", + "start": 16 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The location is LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "the 10th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:25 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_FAILURE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-10", + "destination_city": "Los Angeles", + "origin_city": "Phoenix", + "passengers": "3", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + }, + "service_results": [], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No, sorry. 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": [ + "the 10th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Phoenix, AZ" + ], + "outbound_departure_time": [ + "6:25 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "13th of March" + ], + "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 good day." + } + ] + }, + { + "dialogue_id": "37_00100", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me one way flights for my upcoming trip?" + }, + { + "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 do you plan to go? Where will you be leaving from and at what location to you plan to visit?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "SD" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "destination_city", + "start": 23 + }, + { + "exclusive_end": 50, + "slot": "origin_city", + "start": 48 + }, + { + "exclusive_end": 89, + "slot": "departure_date", + "start": 77 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SD" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be traveling to Seattle and leaving from SD. I will be heading out on 9th of March. I prefer Economy. In case my plans change, I would only like refundable tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:00" + ], + "slot": "outbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "189" + ], + "slot": "price", + "values": [ + "$189" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Seattle", + "origin_city": "San Diego", + "refundable": "True", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "21:57", + "outbound_departure_time": "17:00", + "passengers": "1", + "price": "189", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 87, + "slot": "outbound_departure_time", + "start": 83 + }, + { + "exclusive_end": 156, + "slot": "price", + "start": 152 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have located 1 flight that is suitable for you. The outbound flight takes off at 5 pm, with 1 stop. It is a Delta Airlines flight. The ticket cost is $189." + }, + { + "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": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SD" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the airport of the departing flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "origin_airport", + "values": [ + "SAN International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 52, + "slot": "origin_airport", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The departing flight is at SAN International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "5 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like a good flight. Can you find me some flights for a group party of three?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will be your returning date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "11th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "return_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "5 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "return_date": [ + "11th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will return on 11th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:00" + ], + "slot": "outbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:45" + ], + "slot": "inbound_departure_time", + "values": [ + "7:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "207" + ], + "slot": "price", + "values": [ + "$207" + ] + }, + { + "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-09", + "destination_city": "Seattle", + "origin_city": "San Diego", + "passengers": "3", + "refundable": "True", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "12:25", + "inbound_departure_time": "07:45", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "21:57", + "outbound_departure_time": "17:00", + "passengers": "3", + "price": "207", + "refundable": "True", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 123, + "slot": "outbound_departure_time", + "start": 119 + }, + { + "exclusive_end": 167, + "slot": "inbound_departure_time", + "start": 160 + }, + { + "exclusive_end": 192, + "slot": "price", + "start": 188 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I located 1 flight that is convenient for your trip. It is with Delta Airlines and will leave on an outbound flight at 5 pm. The return flight will take off at 7:45 am. The ticket cost is $207." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "5 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "return_date": [ + "11th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What will be the airport of flight departure?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SAN International Airport" + ], + "slot": "origin_airport", + "values": [ + "SAN International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "SAN International Airport is the location of flight departure." + }, + { + "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": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "7:45 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "5 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "return_date": [ + "11th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds like a great flight for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like for me to purchase 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": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "7:45 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "5 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "return_date": [ + "11th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks, I'm good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need any more additional help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "9th of March" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "7:45 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "5 pm" + ], + "passengers": [ + "3" + ], + "refundable": [ + "True" + ], + "return_date": [ + "11th of March" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, thank you for your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy your day." + } + ] + }, + { + "dialogue_id": "37_00101", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_city", + "start": 35 + }, + { + "exclusive_end": 93, + "slot": "origin_city", + "start": 83 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be travelling with my wife to Vancouver. Could you find a one way ticket from Washington for us?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you leave exactly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "departure_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "today" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We want to leave today." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:00" + ], + "slot": "outbound_departure_time", + "values": [ + "10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "281" + ], + "slot": "price", + "values": [ + "$281" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "origin_city": "Washington" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "10:00", + "passengers": "1", + "price": "281", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "22:19", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "319", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "22:56", + "outbound_departure_time": "13:30", + "passengers": "1", + "price": "289", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 77 + }, + { + "exclusive_end": 105, + "slot": "price", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Out of the 3 flights I found the cheapest is from Delta Airlines, leaving at 10 am. It will cost you $281 but there is 1 stop before arrival." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "return_date", + "start": 69 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "return_date": [ + "day after tomorrow" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's great, would you be able to get flights for us to be back the day after tomorrow?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:00" + ], + "slot": "outbound_departure_time", + "values": [ + "10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "02:50" + ], + "slot": "inbound_departure_time", + "values": [ + "2:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "297" + ], + "slot": "price", + "values": [ + "$297" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "origin_city": "Washington", + "return_date": "2019-03-03" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "12:48", + "inbound_departure_time": "02:50", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "10:00", + "passengers": "1", + "price": "297", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 100, + "slot": "inbound_departure_time", + "start": 93 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "With the same company, you can take Delta Airlines. It will leave at 10 am and it returns at 2:50 am. It will cost you $297." + }, + { + "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": [ + "Delta Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "Vancouver" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "return_date": [ + "day after tomorrow" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the departure flight arrive? And what about the return flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:49" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:49 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:48" + ], + "slot": "inbound_arrival_time", + "values": [ + "12:48 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 43, + "slot": "outbound_arrival_time", + "start": 36 + }, + { + "exclusive_end": 86, + "slot": "inbound_arrival_time", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The departure flight will arrive at 7:49 pm. The return flight will arrive at 12:48 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": [ + "today" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "2:50 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "return_date": [ + "day after tomorrow" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This flight is perfect for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you wish for me to purchase the tickets for this flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "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": [ + "today" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "2:50 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I wish to book this flight.I prefer traveling in Economy. We will be two people." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Vancouver" + ], + "slot": "destination_city", + "values": [ + "Vancouver" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "10:00" + ], + "slot": "outbound_departure_time", + "values": [ + "10 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": 84, + "slot": "origin_city", + "start": 74 + }, + { + "exclusive_end": 109, + "slot": "destination_city", + "start": 100 + }, + { + "exclusive_end": 162, + "slot": "departure_date", + "start": 157 + }, + { + "exclusive_end": 197, + "slot": "return_date", + "start": 179 + }, + { + "exclusive_end": 226, + "slot": "outbound_departure_time", + "start": 221 + }, + { + "exclusive_end": 259, + "slot": "inbound_departure_time", + "start": 252 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I need you to confirm these details for me : The flight is departing from Washington. It will go to Vancouver. The company is Delta Airlines. Is will depart today, and return the day after tomorrow. Onward trip leaves at 10 am. Return flight leaves at 2:50 am. You will travel in Economy class in seat number 2." + }, + { + "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": [ + "today" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "2:50 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great/ When will the return flight be arriving? What airport will it be departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12:48" + ], + "slot": "inbound_arrival_time", + "values": [ + "12:48 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "origin_airport", + "values": [ + "Dulles International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_city": "Vancouver", + "inbound_departure_time": "02:50", + "origin_city": "Washington", + "outbound_departure_time": "10:00", + "passengers": "2", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-01", + "destination_airport": "YVR International Airport", + "destination_city": "Vancouver", + "inbound_arrival_time": "12:48", + "inbound_departure_time": "02:50", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "19:49", + "outbound_departure_time": "10:00", + "passengers": "2", + "price": "297", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "inbound_arrival_time", + "start": 62 + }, + { + "exclusive_end": 122, + "slot": "origin_airport", + "start": 94 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket has been confirmed. The flight back will arrive at 12:48 pm. It will take-off from Dulles International Airport" + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "today" + ], + "destination_city": [ + "Vancouver" + ], + "inbound_departure_time": [ + "2:50 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "10 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you 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 nice day." + } + ] + }, + { + "dialogue_id": "37_00102", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up. I need to find one way flights for three people traveling as a group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you planning to travel to? Where will you be departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "destination_city", + "start": 37 + }, + { + "exclusive_end": 33, + "slot": "origin_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Mexico City" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We are traveling from Mexico City to Portland." + }, + { + "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": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "3rd of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 34, + "slot": "departure_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Mexico City" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "We are leaving on the 3rd of March." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "264" + ], + "slot": "price", + "values": [ + "$264" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Portland", + "origin_city": "Mexico City", + "passengers": "3" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "02:35", + "passengers": "3", + "price": "264", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 97, + "slot": "outbound_departure_time", + "start": 90 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight for you. American Airlines has an outbound flight with 1 stop leaving at 2:35 am. The ticket price is $264." + }, + { + "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": [ + "3rd of March" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveOnewayFlight" + ], + "slot": "intent", + "values": [ + "ReserveOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "March 5th" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 120, + "slot": "return_date", + "start": 111 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I don't want to buy the tickets right now. Can you search for a return flight? I would like to get back on March 5th." + }, + { + "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:20" + ], + "slot": "inbound_departure_time", + "values": [ + "7:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "283" + ], + "slot": "price", + "values": [ + "$283" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Portland", + "origin_city": "Mexico City", + "passengers": "3", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "18:53", + "inbound_departure_time": "07:20", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "02:35", + "passengers": "3", + "price": "283", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "outbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 101, + "slot": "inbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight. American Airlines has an outbound flight at 2:35 am, and a return flight at 7:20 am, and the ticket is $283." + }, + { + "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 March" + ], + "destination_city": [ + "Portland" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 5th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:53" + ], + "slot": "inbound_arrival_time", + "values": [ + "6:53 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "inbound_arrival_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight arrives at 6:53 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": [ + "3rd of March" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 5th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good. I intend it to be a short trip. Can you help me buy flight tickets? I prefer Economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "Mexico City" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "02:35" + ], + "slot": "outbound_departure_time", + "values": [ + "2:35 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": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 76, + "slot": "origin_city", + "start": 65 + }, + { + "exclusive_end": 88, + "slot": "destination_city", + "start": 80 + }, + { + "exclusive_end": 120, + "slot": "departure_date", + "start": 102 + }, + { + "exclusive_end": 159, + "slot": "return_date", + "start": 147 + }, + { + "exclusive_end": 131, + "slot": "outbound_departure_time", + "start": 124 + }, + { + "exclusive_end": 170, + "slot": "inbound_departure_time", + "start": 163 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You would like to book 3 Economy seats on American Airlines from Mexico City to Portland, leaving the day after tomorrow at 2:35 am, and returning next Tuesday at 7:20 am, 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": [ + "American Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that's right. Which airport does the flight depart from." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "origin_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-03", + "destination_city": "Portland", + "inbound_departure_time": "07:20", + "origin_city": "Mexico City", + "outbound_departure_time": "02:35", + "passengers": "3", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "18:53", + "inbound_departure_time": "07:20", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "02:35", + "passengers": "3", + "price": "283", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 84, + "slot": "origin_airport", + "start": 49 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are booked. The flight departs from Benito Juarez International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "Portland" + ], + "inbound_departure_time": [ + "7:20 am" + ], + "origin_city": [ + "Mexico City" + ], + "outbound_departure_time": [ + "2:35 am" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 5th", + "next Tuesday" + ], + "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": "Have a great day!" + } + ] + }, + { + "dialogue_id": "37_00103", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "next Monday" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "origin_city", + "start": 31 + }, + { + "exclusive_end": 51, + "slot": "departure_date", + "start": 40 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Monday" + ], + "origin_city": [ + "Portland" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving for a trip out of Portland next Monday. Can you find me some oneway flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "SD" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "destination_city", + "start": 38 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Portland" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to travel on Delta Airlines to SD and am looking for refundable tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:20" + ], + "slot": "outbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "107" + ], + "slot": "price", + "values": [ + "$107" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_city": "San Diego", + "origin_city": "Portland", + "refundable": "True" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "number_stops": "0", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:04", + "outbound_departure_time": "15:20", + "passengers": "1", + "price": "107", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "outbound_departure_time", + "start": 60 + }, + { + "exclusive_end": 82, + "slot": "price", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found a Delta Airlines flight with 0 stops that leaves at 3:20 pm and costs $107." + }, + { + "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 Monday" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for 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 now?" + }, + { + "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": [ + "next Monday" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with something else?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "refundable": [ + "True" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need you to search flights." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day are you coming back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "6th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "return_date", + "start": 29 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "SD" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "6th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need a ticket for 1 on the 6th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:20" + ], + "slot": "outbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "165" + ], + "slot": "price", + "values": [ + "$165" + ] + }, + { + "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 Diego", + "origin_city": "Portland", + "passengers": "1", + "refundable": "True", + "return_date": "2019-03-06" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "inbound_arrival_time": "21:40", + "inbound_departure_time": "17:00", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:04", + "outbound_departure_time": "15:20", + "passengers": "1", + "price": "165", + "refundable": "True", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 69, + "slot": "outbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 103, + "slot": "inbound_departure_time", + "start": 99 + }, + { + "exclusive_end": 118, + "slot": "price", + "start": 114 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Search found 1 flight for you on Delta Airlines. It leaves at 3:20 pm, the return flight leaves at 5 pm and costs $165." + }, + { + "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": [ + "next Monday" + ], + "destination_city": [ + "SD" + ], + "inbound_departure_time": [ + "5 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "6th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for a short trip. Can you buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Portland" + ], + "slot": "origin_city", + "values": [ + "Portland" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "San Diego" + ], + "slot": "destination_city", + "values": [ + "San Diego" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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-06" + ], + "slot": "return_date", + "values": [ + "next Wednesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "15:20" + ], + "slot": "outbound_departure_time", + "values": [ + "3:20 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "17:00" + ], + "slot": "inbound_departure_time", + "values": [ + "5 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "origin_city", + "start": 43 + }, + { + "exclusive_end": 64, + "slot": "destination_city", + "start": 55 + }, + { + "exclusive_end": 94, + "slot": "departure_date", + "start": 83 + }, + { + "exclusive_end": 132, + "slot": "return_date", + "start": 118 + }, + { + "exclusive_end": 105, + "slot": "outbound_departure_time", + "start": 98 + }, + { + "exclusive_end": 164, + "slot": "inbound_departure_time", + "start": 160 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "You want 1 ticket in Economy to fly out of Portland to San Diego on Delta Airlines next Monday at 3:20 pm, and return next Wednesday on a flight that leaves at 5 pm. Is that right?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "next Monday" + ], + "destination_city": [ + "SD", + "San Diego" + ], + "inbound_departure_time": [ + "5 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that is right." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_city": "San Diego", + "inbound_departure_time": "17:00", + "origin_city": "Portland", + "outbound_departure_time": "15:20", + "passengers": "1", + "refundable": "True", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "SAN International Airport", + "destination_city": "San Diego", + "inbound_arrival_time": "21:40", + "inbound_departure_time": "17:00", + "number_stops": "1", + "origin_airport": "PDX International Airport", + "origin_city": "Portland", + "outbound_arrival_time": "18:04", + "outbound_departure_time": "15:20", + "passengers": "1", + "price": "165", + "refundable": "True", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your booking is complete." + }, + { + "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 Monday" + ], + "destination_city": [ + "SD", + "San Diego" + ], + "inbound_departure_time": [ + "5 pm" + ], + "origin_city": [ + "Portland" + ], + "outbound_departure_time": [ + "3:20 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "6th of March", + "next Wednesday" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thanks for everything. That is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00104", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I have a trip coming up. Can you find me one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you visiting? Where will you be departing from and when do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "3rd of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 28, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 34 + }, + { + "exclusive_end": 56, + "slot": "departure_date", + "start": 44 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to Washington from NY on the 3rd of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "82" + ], + "slot": "price", + "values": [ + "$82" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "Washington", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "12:05", + "outbound_departure_time": "10:55", + "passengers": "1", + "price": "82", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "19:05", + "outbound_departure_time": "17:55", + "passengers": "1", + "price": "86", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "06:20", + "outbound_departure_time": "05:10", + "passengers": "1", + "price": "83", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 49 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 99 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an American Airlines flight outbound at 10:55 am with 0 stops. The price of the ticket is $82." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable? Which airport will the flight arrive in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "destination_airport", + "values": [ + "Dulles International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_airport", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is Dulles International Airport. Unfortunately, the ticket is non-refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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 March" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "1" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good to me. Can you search for more flights? There is one person in my group. Either business or economy class is fine." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "return_date", + "values": [ + "the 5th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "return_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 5th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to return on the 5th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:05" + ], + "slot": "inbound_departure_time", + "values": [ + "6:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "88" + ], + "slot": "price", + "values": [ + "$88" + ] + }, + { + "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": "Washington", + "origin_city": "New York", + "passengers": "1", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "inbound_arrival_time": "07:15", + "inbound_departure_time": "06:05", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "12:05", + "outbound_departure_time": "10:55", + "passengers": "1", + "price": "88", + "refundable": "False", + "return_date": "2019-03-05", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 86, + "slot": "outbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 123, + "slot": "inbound_departure_time", + "start": 116 + }, + { + "exclusive_end": 145, + "slot": "price", + "start": 142 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 convenient flight. There is an American Airlines flight outbound at 10:55 am. The return flight leaves at 6:05 am. The ticket costs $88." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "3rd of March" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 5th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "destination_airport", + "values": [ + "Dulles International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_airport", + "start": 19 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is Dulles 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": [ + "3rd of March" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "6:05 am" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 5th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good. I am planning a short trip. Can you helpme find flight tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-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": [ + "10:55" + ], + "slot": "outbound_departure_time", + "values": [ + "10:55 am" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "06:05" + ], + "slot": "inbound_departure_time", + "values": [ + "6: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": 57, + "slot": "origin_city", + "start": 49 + }, + { + "exclusive_end": 71, + "slot": "destination_city", + "start": 61 + }, + { + "exclusive_end": 106, + "slot": "departure_date", + "start": 88 + }, + { + "exclusive_end": 153, + "slot": "return_date", + "start": 141 + }, + { + "exclusive_end": 118, + "slot": "outbound_departure_time", + "start": 110 + }, + { + "exclusive_end": 164, + "slot": "inbound_departure_time", + "start": 157 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: The flight is from New York to Washington and departs the day after tomorrow at 10:55 am. The return flight is next Tuesday at 6:05 am. American Airlines is the airline, you are sitting economy class, and the total 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": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "6:05 am" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday", + "the 5th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Washington", + "inbound_departure_time": "06:05", + "origin_city": "New York", + "outbound_departure_time": "10:55", + "passengers": "1", + "return_date": "2019-03-05" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "inbound_arrival_time": "07:15", + "inbound_departure_time": "06:05", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "12:05", + "outbound_departure_time": "10:55", + "passengers": "1", + "price": "88", + "refundable": "False", + "return_date": "2019-03-05", + "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": [ + "American Airlines" + ], + "departure_date": [ + "3rd of March", + "day after tomorrow" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "6:05 am" + ], + "origin_city": [ + "NY", + "New York" + ], + "outbound_departure_time": [ + "10:55 am" + ], + "passengers": [ + "1" + ], + "return_date": [ + "next Tuesday", + "the 5th" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that is all I needed." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a nice day." + } + ] + }, + { + "dialogue_id": "37_00105", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I'm going on a trip soon; can you find me a one-way flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "destination_city", + "values": [ + "Atlanta, GA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "dontcare" + ], + "slot": "seating_class", + "values": [ + "dontcare" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 32, + "slot": "destination_city", + "start": 21 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Atlanta, GA" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be traveling to Atlanta, GA either via business or economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When and where will you be departing?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Phoenix" + ], + "slot": "origin_city", + "values": [ + "Phoenix" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "March 1st" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 65, + "slot": "origin_city", + "start": 58 + }, + { + "exclusive_end": 78, + "slot": "departure_date", + "start": 69 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I prefer to travel with United Airlines. I'm leaving from Phoenix on March 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United 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": [ + "177" + ], + "slot": "price", + "values": [ + "$177" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "Atlanta", + "origin_city": "Phoenix" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "number_stops": "0", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "03:52", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "177", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 88, + "slot": "outbound_departure_time", + "start": 81 + }, + { + "exclusive_end": 136, + "slot": "price", + "start": 132 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 great flight for you. There is a United Airlines flight that leaves at 8:40 pm and it has 0 layovers. The ticket price is $177." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport will it depart from, and which airport does it arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Hartsfield-Jackson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Hartsfield-Jackson International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Sky Harbor International Airport" + ], + "slot": "origin_airport", + "values": [ + "Sky Harbor International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 56, + "slot": "destination_airport", + "start": 16 + }, + { + "exclusive_end": 110, + "slot": "origin_airport", + "start": 78 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It will land at Hartsfield-Jackson International Airport. It will depart from Sky Harbor International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great. Can you search more flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be returning." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "the 3rd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 3rd" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to get back on the 3rd, and there will be 1 person with me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:40" + ], + "slot": "outbound_departure_time", + "values": [ + "8:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:40" + ], + "slot": "inbound_departure_time", + "values": [ + "9:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "251" + ], + "slot": "price", + "values": [ + "$251" + ] + }, + { + "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-01", + "destination_city": "Atlanta", + "origin_city": "Phoenix", + "passengers": "1", + "return_date": "2019-03-03" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Hartsfield-Jackson International Airport", + "destination_city": "Atlanta", + "inbound_arrival_time": "15:47", + "inbound_departure_time": "09:40", + "number_stops": "1", + "origin_airport": "Sky Harbor International Airport", + "origin_city": "Phoenix", + "outbound_arrival_time": "03:52", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "251", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 93, + "slot": "outbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 134, + "slot": "inbound_departure_time", + "start": 127 + }, + { + "exclusive_end": 160, + "slot": "price", + "start": 156 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 good flight for your trip. There is a United Airlines flight that leaves at 8:40 pm. The return flight will leave at 9:40 am. The ticket price is $251." + }, + { + "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": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Atlanta, GA" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 3rd" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the return and outward flights arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "15:47" + ], + "slot": "inbound_arrival_time", + "values": [ + "3:47 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "03:52" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:52 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "inbound_arrival_time", + "start": 33 + }, + { + "exclusive_end": 82, + "slot": "outbound_arrival_time", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight will arrive at 3:47 pm. The onward flight will arrive at 3:52 am." + }, + { + "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 1st" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 3rd" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "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 you tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Atlanta, GA" + ], + "inbound_departure_time": [ + "9:40 am" + ], + "origin_city": [ + "Phoenix" + ], + "outbound_departure_time": [ + "8:40 pm" + ], + "passengers": [ + "1" + ], + "return_date": [ + "the 3rd" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you, I'm good. That'll be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "37_00106", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have an upcoming trip. Can you find a me a oneway flight? Preferably American Airlines." + }, + { + "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 planning to visit and when are you leaving? Also, where are you departing from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NY" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "destination_city", + "start": 14 + }, + { + "exclusive_end": 76, + "slot": "origin_city", + "start": 66 + }, + { + "exclusive_end": 44, + "slot": "departure_date", + "start": 35 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Washington" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am visiting NY and am leaving on March 9th. I am departing from Washington and four people are in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:05" + ], + "slot": "outbound_departure_time", + "values": [ + "6:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "100" + ], + "slot": "price", + "values": [ + "$100" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_city": "New York", + "origin_city": "Washington", + "passengers": "4" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-09", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "07:15", + "outbound_departure_time": "06:05", + "passengers": "4", + "price": "100", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "outbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight for you on American Airlines. This flight leaves at 6:05 am, has 0 stops and costs $100." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Washington" + ], + "passengers": [ + "4" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the flight refundable? Also, what airport is it at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "origin_airport", + "values": [ + "Dulles International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 73, + "slot": "origin_airport", + "start": 45 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight is nonrefundable and departs from Dulles International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "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" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "4" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nice. Can you search flights for me. I prefer Economy ones." + }, + { + "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-11" + ], + "slot": "return_date", + "values": [ + "11th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "return_date", + "start": 19 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 9th" + ], + "destination_city": [ + "NY" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want fly back on 11th of this month." + }, + { + "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" + ] + }, + { + "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": "New York", + "origin_city": "Washington", + "passengers": "4", + "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": "4", + "price": "92", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 117, + "slot": "outbound_departure_time", + "start": 110 + }, + { + "exclusive_end": 70, + "slot": "inbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 140, + "slot": "price", + "start": 137 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 returning flight on American Airlines. It leaves at 10:55 am whereas your outbound flight leaves at 6:05 am. This ticket costs $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" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Works for me." + }, + { + "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": "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": [ + "March 9th" + ], + "destination_city": [ + "NY" + ], + "inbound_departure_time": [ + "10:55 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This will be a short trip. Can you buy both flight tickets?" + }, + { + "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": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 93, + "slot": "origin_city", + "start": 83 + }, + { + "exclusive_end": 125, + "slot": "destination_city", + "start": 117 + }, + { + "exclusive_end": 47, + "slot": "departure_date", + "start": 38 + }, + { + "exclusive_end": 173, + "slot": "return_date", + "start": 163 + }, + { + "exclusive_end": 104, + "slot": "outbound_departure_time", + "start": 97 + }, + { + "exclusive_end": 185, + "slot": "inbound_departure_time", + "start": 177 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following details: March 9th, your departing flight leaves from Washington at 6:05 am and goes to New York. Your return flight is scheduled for March 11th at 10:55 am. Both flights are through American Airlines. Seating class is Economy and the number of passengers is 4." + }, + { + "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": [ + "4" + ], + "return_date": [ + "11th of this month", + "March 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works. What time and place does my return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "12:05" + ], + "slot": "inbound_arrival_time", + "values": [ + "12:05 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "destination_airport", + "values": [ + "JFK International Airport" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "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": "4", + "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": "4", + "price": "92", + "refundable": "False", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 63, + "slot": "inbound_arrival_time", + "start": 55 + }, + { + "exclusive_end": 92, + "slot": "destination_airport", + "start": 67 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets are booked. Your return flight arrives at 12:05 pm 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": [ + "March 9th" + ], + "destination_city": [ + "NY", + "New York" + ], + "inbound_departure_time": [ + "10:55 am" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "6:05 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "11th of this month", + "March 11th" + ], + "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 marvelous day!" + } + ] + }, + { + "dialogue_id": "37_00107", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SFO" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 100, + "slot": "origin_city", + "start": 97 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I have an upcoming trip, and I'd like a one way flight with United Airlines. I am departing from SFO." + }, + { + "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 traveling, and when would you like to depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "March 1st" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 26, + "slot": "destination_city", + "start": 19 + }, + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 30 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to fly to Toronto on March 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "265" + ], + "slot": "price", + "values": [ + "$265" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "Toronto", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:19", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "265", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 82, + "slot": "outbound_departure_time", + "start": 75 + }, + { + "exclusive_end": 131, + "slot": "price", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 flight for you. It is a United Airlines flight and departs at 9:15 am. The flight has 1 stop and the ticket costs $265." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto Pearson International Airport" + ], + "slot": "destination_airport", + "values": [ + "Toronto Pearson International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "destination_airport", + "start": 26 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will arrive at Toronto Pearson International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "SFO" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from, and when will the flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "19:19" + ], + "slot": "outbound_arrival_time", + "values": [ + "7:19 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_arrival_time", + "start": 68 + }, + { + "exclusive_end": 53, + "slot": "origin_airport", + "start": 28 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight will depart from SFO International Airport and arrive at 7:19 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "the 3rd" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "return_date", + "start": 68 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "return_date": [ + "the 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sound good. Can you find another flight for me? I want to return on the 3rd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:35" + ], + "slot": "inbound_departure_time", + "values": [ + "5:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "286" + ], + "slot": "price", + "values": [ + "$286" + ] + }, + { + "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-01", + "destination_city": "Toronto", + "origin_city": "San Francisco", + "return_date": "2019-03-03" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "inbound_arrival_time": "21:12", + "inbound_departure_time": "17:35", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:19", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "286", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 95, + "slot": "outbound_departure_time", + "start": 88 + }, + { + "exclusive_end": 131, + "slot": "inbound_departure_time", + "start": 124 + }, + { + "exclusive_end": 154, + "slot": "price", + "start": 150 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 flight for you. It is a United Airlines flight. The departing flight is at 9:15 am and the return flight is at 5:35 pm. The ticket costs $286." + }, + { + "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 1st" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "return_date": [ + "the 3rd" + ] + } + } + } + ], + "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 book the tickets?" + }, + { + "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": [ + "United Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "SFO" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "the 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please. I'd like 2 tickets." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "San Francisco" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "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-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "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": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 87, + "slot": "origin_city", + "start": 74 + }, + { + "exclusive_end": 98, + "slot": "destination_city", + "start": 91 + }, + { + "exclusive_end": 165, + "slot": "departure_date", + "start": 160 + }, + { + "exclusive_end": 228, + "slot": "return_date", + "start": 210 + }, + { + "exclusive_end": 176, + "slot": "outbound_departure_time", + "start": 169 + }, + { + "exclusive_end": 239, + "slot": "inbound_departure_time", + "start": 232 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: you would like 2 Economy class tickets from San Francisco to Toronto. The flight is with United Airlines. The departing flight is today at 9:15 am, and the returning flight is the day after tomorrow at 5:35 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "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", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow", + "the 3rd" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that sounds correct. Are the tickets refundable? What time does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "21:12" + ], + "slot": "inbound_arrival_time", + "values": [ + "9:12 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "Toronto", + "inbound_departure_time": "17:35", + "origin_city": "San Francisco", + "outbound_departure_time": "09:15", + "passengers": "2", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "inbound_arrival_time": "21:12", + "inbound_departure_time": "17:35", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:19", + "outbound_departure_time": "09:15", + "passengers": "2", + "price": "286", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 116, + "slot": "inbound_arrival_time", + "start": 109 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Your tickets have been confirmed. The tickets are unfortunately not refundable. The return flight arrives at 9:12 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": [ + "United Airlines" + ], + "departure_date": [ + "March 1st", + "today" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "SFO", + "San Francisco" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "day after tomorrow", + "the 3rd" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00108", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Chicago" + ], + "slot": "destination_city", + "values": [ + "Chi-town" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "1st of this month" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "destination_city", + "start": 27 + }, + { + "exclusive_end": 60, + "slot": "departure_date", + "start": 43 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Chi-town" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need a one way flight to Chi-town on the 1st 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?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "origin_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will be leaving from Washington." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "119" + ], + "slot": "price", + "values": [ + "$119" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Chicago", + "origin_city": "Washington" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "15:48", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "119", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "16:33", + "outbound_departure_time": "15:35", + "passengers": "1", + "price": "144", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "number_stops": "0", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "21:38", + "outbound_departure_time": "20:40", + "passengers": "1", + "price": "111", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 76, + "slot": "outbound_departure_time", + "start": 69 + }, + { + "exclusive_end": 115, + "slot": "price", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 3 flights. There is an American Airlines flight leaving at 2:50 pm with 0 stops and the ticket costs $119." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Washington" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight arrive and is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "15:48" + ], + "slot": "outbound_arrival_time", + "values": [ + "3:48 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 27, + "slot": "outbound_arrival_time", + "start": 20 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The arrival time is 3:48 pm. No, the ticket in not refundable, sorry." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good but can you search for something else." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you be returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "the 3rd" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "return_date", + "start": 13 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month" + ], + "destination_city": [ + "Chi-town" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "return_date": [ + "the 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I would like the 3rd of the month." + }, + { + "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:20" + ], + "slot": "inbound_departure_time", + "values": [ + "4:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "165" + ], + "slot": "price", + "values": [ + "$165" + ] + }, + { + "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-01", + "destination_city": "Chicago", + "origin_city": "Washington", + "return_date": "2019-03-03" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "21:45", + "inbound_departure_time": "16:20", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "15:48", + "outbound_departure_time": "14:50", + "passengers": "1", + "price": "165", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "outbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 101, + "slot": "inbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 119, + "slot": "price", + "start": 115 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, there is 1 flight on American Airlines leaving at 2:50 pm and the return flight leaves at 4:20 pm. The cost is $165." + }, + { + "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": [ + "1st of this month" + ], + "destination_city": [ + "Chi-town" + ], + "inbound_departure_time": [ + "4:20 pm" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "return_date": [ + "the 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, can you purchase the tickets?" + }, + { + "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-01" + ], + "slot": "departure_date", + "values": [ + "today" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "return_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:50" + ], + "slot": "outbound_departure_time", + "values": [ + "2:50 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "16:20" + ], + "slot": "inbound_departure_time", + "values": [ + "4: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": 81, + "slot": "origin_city", + "start": 71 + }, + { + "exclusive_end": 92, + "slot": "destination_city", + "start": 85 + }, + { + "exclusive_end": 106, + "slot": "departure_date", + "start": 101 + }, + { + "exclusive_end": 141, + "slot": "return_date", + "start": 123 + }, + { + "exclusive_end": 160, + "slot": "outbound_departure_time", + "start": 153 + }, + { + "exclusive_end": 202, + "slot": "inbound_departure_time", + "start": 195 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes, please confirm the information: the American Airlines flight from Washington to Chicago departs today and returns the day after tomorrow leaving at 2:50 pm with the return flight leaving at 4:20 pm. The seats are in Economy and there is 1 passenger." + }, + { + "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": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "4:20 pm" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "day after tomorrow", + "the 3rd" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, there are 3 people in my group." + }, + { + "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": 34, + "slot": "destination_city", + "start": 27 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "OK, 3 passengers flying to Chicago." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_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": [ + "destination_airport", + "inbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "4:20 pm" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "day after tomorrow", + "the 3rd" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, which airport is the arrival and what time does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "O'Hare International Airport" + ], + "slot": "destination_airport", + "values": [ + "O'Hare International Airport" + ] + }, + { + "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": "American Airlines", + "departure_date": "2019-03-01", + "destination_city": "Chicago", + "inbound_departure_time": "16:20", + "origin_city": "Washington", + "outbound_departure_time": "14:50", + "passengers": "3", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "O'Hare International Airport", + "destination_city": "Chicago", + "inbound_arrival_time": "21:45", + "inbound_departure_time": "16:20", + "number_stops": "1", + "origin_airport": "Dulles International Airport", + "origin_city": "Washington", + "outbound_arrival_time": "15:48", + "outbound_departure_time": "14:50", + "passengers": "3", + "price": "165", + "refundable": "False", + "return_date": "2019-03-03", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 43, + "slot": "destination_airport", + "start": 15 + }, + { + "exclusive_end": 84, + "slot": "inbound_arrival_time", + "start": 77 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The airport is O'Hare International Airport and the return flight arrives at 9:45 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": [ + "1st of this month", + "today" + ], + "destination_city": [ + "Chi-town", + "Chicago" + ], + "inbound_departure_time": [ + "4:20 pm" + ], + "origin_city": [ + "Washington" + ], + "outbound_departure_time": [ + "2:50 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "day after tomorrow", + "the 3rd" + ], + "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": "37_00109", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "I need a oneway flight for a trip I have coming up." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you leaving? Where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "departure_date", + "values": [ + "the 12th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 37, + "slot": "departure_date", + "start": 29 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 12th" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from Seattle on the 12th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where are you going?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 16, + "slot": "destination_city", + "start": 14 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am going to LA." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "123" + ], + "slot": "price", + "values": [ + "$123" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-12", + "destination_city": "Los Angeles", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "123", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "126", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "10:27", + "outbound_departure_time": "07:40", + "passengers": "1", + "price": "145", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:12", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "147", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-12", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "109", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 50 + }, + { + "exclusive_end": 93, + "slot": "price", + "start": 89 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is an Alaska Airlines flight that leaves at 3:45 pm and has 0 stops. The ticket is $123." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "3:45 pm" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. Can you look for other options?" + }, + { + "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-14" + ], + "slot": "return_date", + "values": [ + "March 14th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "return_date", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "LA" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "return_date": [ + "March 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to come home on March 14th." + }, + { + "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": [ + "137" + ], + "slot": "price", + "values": [ + "$137" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "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": "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": "137", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 55, + "slot": "outbound_departure_time", + "start": 48 + }, + { + "exclusive_end": 93, + "slot": "inbound_departure_time", + "start": 86 + }, + { + "exclusive_end": 125, + "slot": "price", + "start": 121 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 Alaska Airlines flight that leaves at 3:45 pm. The return flight departs at 7:10 pm. The cost of the ticket is $137." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "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": [ + "Alaska Airlines" + ], + "departure_date": [ + "the 12th" + ], + "destination_city": [ + "LA" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good. I am looking to travel with four people in Economy." + }, + { + "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": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska 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": [ + "15:45" + ], + "slot": "outbound_departure_time", + "values": [ + "3:45 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "19:10" + ], + "slot": "inbound_departure_time", + "values": [ + "7:10 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": 35, + "slot": "origin_city", + "start": 28 + }, + { + "exclusive_end": 50, + "slot": "destination_city", + "start": 39 + }, + { + "exclusive_end": 103, + "slot": "departure_date", + "start": 93 + }, + { + "exclusive_end": 147, + "slot": "return_date", + "start": 137 + }, + { + "exclusive_end": 114, + "slot": "outbound_departure_time", + "start": 107 + }, + { + "exclusive_end": 169, + "slot": "inbound_departure_time", + "start": 162 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm; flight from Seattle to Los Angeles on Alaska Airlines. The departure date is March 12th at 3:45 pm. The return flight is March 14th. It leaves at 7:10 pm. The reservation is for 4 people in Economy." + }, + { + "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": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, that will be awesome." + }, + { + "frames": [ + { + "actions": [ + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "destination_city": "Los Angeles", + "inbound_departure_time": "19:10", + "origin_city": "Seattle", + "outbound_departure_time": "15:45", + "passengers": "4", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-12", + "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": "4", + "price": "137", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 14th" + ], + "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": "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": [ + "March 12th", + "the 12th" + ], + "destination_city": [ + "LA", + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00110", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "departure_date", + "values": [ + "14th of March" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 98, + "slot": "departure_date", + "start": 85 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "14th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one way flight for a trip I have coming up? I need to leave on the 14th of March." + }, + { + "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 travelling to and from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "1" + ], + "slot": "passengers", + "values": [ + "1" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "March 5th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 35 + }, + { + "exclusive_end": 134, + "slot": "departure_date", + "start": 125 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am traveling to Los Angeles from Seattle, WA. I only need one ticket, and I actually just remembered I'll need to leave on March 5th, not 14th." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "144" + ], + "slot": "price", + "values": [ + "$144" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "passengers": "1" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "144", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "139", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:32", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "147", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:12", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "139", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "15:17", + "outbound_departure_time": "12:30", + "passengers": "1", + "price": "133", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 145, + "slot": "outbound_departure_time", + "start": 138 + }, + { + "exclusive_end": 102, + "slot": "price", + "start": 98 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found one flight that fits your criteria. It is an Alaska Airlines flight, and the ticket costs $144. The outbound flight will leave at 3:45 pm and has 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Premium Economy" + ], + "slot": "seating_class", + "values": [ + "Premium Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "True" + ], + "slot": "refundable", + "values": [ + "True" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What else is there available? I prefer to travel in Premium Economy, and I would like it if the ticket was refundable in case my plans change." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:20" + ], + "slot": "outbound_departure_time", + "values": [ + "6:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "189" + ], + "slot": "price", + "values": [ + "$189" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "passengers": "1", + "refundable": "True", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "205", + "refundable": "True", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 154, + "slot": "outbound_departure_time", + "start": 147 + }, + { + "exclusive_end": 115, + "slot": "price", + "start": 111 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 flight that matches your criteria. The flight is a United Airlines flight, and the ticket costs $189. The outbound flight leaves at 6:20 pm and has 0 stops." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Seattle, WA" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airports will the flight be flying in and out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_airport", + "start": 19 + }, + { + "exclusive_end": 111, + "slot": "origin_airport", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The destination is LAX International Airport, and the departure airport is Seattle-Tacoma International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "Thursday next week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 106, + "slot": "return_date", + "start": 88 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:20 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "Thursday next week" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great, get me that one. Also, can you find me another flight to get back on Thursday next week?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "18:20" + ], + "slot": "outbound_departure_time", + "values": [ + "6:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:55" + ], + "slot": "inbound_departure_time", + "values": [ + "8:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "230" + ], + "slot": "price", + "values": [ + "$230" + ] + }, + { + "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-05", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "passengers": "1", + "refundable": "True", + "return_date": "2019-03-07", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "11:42", + "inbound_departure_time": "08:55", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "21:07", + "outbound_departure_time": "18:20", + "passengers": "1", + "price": "230", + "refundable": "True", + "return_date": "2019-03-07", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 149, + "slot": "outbound_departure_time", + "start": 142 + }, + { + "exclusive_end": 183, + "slot": "inbound_departure_time", + "start": 176 + }, + { + "exclusive_end": 106, + "slot": "price", + "start": 102 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've found 1 flight that matches your criteria. It is an United Airlines flight, and the ticket costs $230. The outbound flight will leave at 6:20 pm, and the return flight at 8:55 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": [ + "March 5th" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "8:55 am" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:20 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "Thursday next week" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That one sounds good too." + }, + { + "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-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "next Thursday" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "18:20" + ], + "slot": "outbound_departure_time", + "values": [ + "6:20 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "08:55" + ], + "slot": "inbound_departure_time", + "values": [ + "8: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": 94, + "slot": "origin_city", + "start": 87 + }, + { + "exclusive_end": 109, + "slot": "destination_city", + "start": 98 + }, + { + "exclusive_end": 122, + "slot": "departure_date", + "start": 110 + }, + { + "exclusive_end": 169, + "slot": "return_date", + "start": 156 + }, + { + "exclusive_end": 133, + "slot": "outbound_departure_time", + "start": 126 + }, + { + "exclusive_end": 180, + "slot": "inbound_departure_time", + "start": 173 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm the following: 1 Premium Economy ticket for United Airlines flight from Seattle to Los Angeles next Tuesday at 6:20 pm. The return flight is next Thursday at 8:55 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 5th", + "next Tuesday" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "8:55 am" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:20 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "Thursday next week", + "next Thursday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds mint, I confirm." + }, + { + "frames": [ + { + "actions": [ + { + "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": "Los Angeles", + "inbound_departure_time": "08:55", + "origin_city": "Seattle", + "outbound_departure_time": "18:20", + "passengers": "1", + "refundable": "True", + "return_date": "2019-03-07", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "11:42", + "inbound_departure_time": "08:55", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "21:07", + "outbound_departure_time": "18:20", + "passengers": "1", + "price": "230", + "refundable": "True", + "return_date": "2019-03-07", + "seating_class": "Premium Economy" + } + ], + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Your ticket has been successfully 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": [ + "United Airlines" + ], + "departure_date": [ + "March 5th", + "next Tuesday" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "8:55 am" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:20 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "Thursday next week", + "next Thursday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the return flight get back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "11:42" + ], + "slot": "inbound_arrival_time", + "values": [ + "11:42 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "inbound_arrival_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight returns at 11:42 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": [ + "March 5th", + "next Tuesday" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "8:55 am" + ], + "origin_city": [ + "Seattle", + "Seattle, WA" + ], + "outbound_departure_time": [ + "6:20 pm" + ], + "passengers": [ + "1" + ], + "refundable": [ + "True" + ], + "return_date": [ + "Thursday next week", + "next Thursday" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Awesome, thank you so much for your help. You've been great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You're most welcome. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00111", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": {} + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one way flight for my upcoming trip?" + }, + { + "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": "When do you want to leave, and where are you coming from and going to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "9th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 79, + "slot": "destination_city", + "start": 69 + }, + { + "exclusive_end": 65, + "slot": "origin_city", + "start": 58 + }, + { + "exclusive_end": 52, + "slot": "departure_date", + "start": 35 + } + ], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Atlanta" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "The three of us will travel on the 9th of this month from Atlanta to Washington." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:45" + ], + "slot": "outbound_departure_time", + "values": [ + "5:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "105" + ], + "slot": "price", + "values": [ + "$105" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "departure_date": "2019-03-09", + "destination_city": "Washington", + "origin_city": "Atlanta", + "passengers": "3" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "19:36", + "outbound_departure_time": "17:45", + "passengers": "3", + "price": "105", + "refundable": "False", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "23:31", + "outbound_departure_time": "21:40", + "passengers": "3", + "price": "106", + "refundable": "True", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:21", + "outbound_departure_time": "18:30", + "passengers": "3", + "price": "109", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 68, + "slot": "outbound_departure_time", + "start": 61 + }, + { + "exclusive_end": 95, + "slot": "price", + "start": 91 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight with 0 stops that leaves at 5:45 pm, and the ticket costs $105." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Atlanta" + ], + "passengers": [ + "3" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there other flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:40" + ], + "slot": "outbound_departure_time", + "values": [ + "9:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "106" + ], + "slot": "price", + "values": [ + "$106" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 75, + "slot": "outbound_departure_time", + "start": 68 + }, + { + "exclusive_end": 90, + "slot": "price", + "start": 86 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a flight with 0 stops on Southwest Airlines that leaves at 9:40 pm and costs $106." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "the 11th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + }, + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "return_date", + "start": 49 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "9:40 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like that flight. We will be traveling back on the 11th and want Economy class seats." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:40" + ], + "slot": "outbound_departure_time", + "values": [ + "9:40 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:35" + ], + "slot": "inbound_departure_time", + "values": [ + "2:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "111" + ], + "slot": "price", + "values": [ + "$111" + ] + }, + { + "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-09", + "destination_city": "Washington", + "origin_city": "Atlanta", + "passengers": "3", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "inbound_arrival_time": "16:26", + "inbound_departure_time": "14:35", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "23:31", + "outbound_departure_time": "21:40", + "passengers": "3", + "price": "111", + "refundable": "True", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 62, + "slot": "outbound_departure_time", + "start": 55 + }, + { + "exclusive_end": 98, + "slot": "inbound_departure_time", + "start": 91 + }, + { + "exclusive_end": 121, + "slot": "price", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight on Southwest Airlines that leaves at 9:40 pm and the return flight is at 2:35 pm. The ticket costs $111." + }, + { + "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": [ + "9th of this month" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "2:35 pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "9:40 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I like that flight." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "AFFIRM_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "ReserveRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "2:35 pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "9:40 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, please buy the ticket." + }, + { + "frames": [ + { + "actions": [ + { + "act": "CONFIRM", + "canonical_values": [ + "Atlanta" + ], + "slot": "origin_city", + "values": [ + "Atlanta" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "departure_date", + "values": [ + "March 9th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "2019-03-11" + ], + "slot": "return_date", + "values": [ + "March 11th" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "21:40" + ], + "slot": "outbound_departure_time", + "values": [ + "9:40 pm" + ] + }, + { + "act": "CONFIRM", + "canonical_values": [ + "14:35" + ], + "slot": "inbound_departure_time", + "values": [ + "2: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": 48, + "slot": "origin_city", + "start": 41 + }, + { + "exclusive_end": 62, + "slot": "destination_city", + "start": 52 + }, + { + "exclusive_end": 106, + "slot": "departure_date", + "start": 97 + }, + { + "exclusive_end": 145, + "slot": "return_date", + "start": 135 + }, + { + "exclusive_end": 117, + "slot": "outbound_departure_time", + "start": 110 + }, + { + "exclusive_end": 156, + "slot": "inbound_departure_time", + "start": 149 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Please confirm that you want to fly from Atlanta to Washington on Southwest Airlines, leaving on March 9th at 9:40 pm and returning on March 11th at 2:35 pm, with 3 seats in Economy." + }, + { + "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": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "2:35 pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "9:40 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes please. What time does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "16:26" + ], + "slot": "inbound_arrival_time", + "values": [ + "4:26 pm" + ] + }, + { + "act": "NOTIFY_SUCCESS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "service_call": { + "method": "ReserveRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_city": "Washington", + "inbound_departure_time": "14:35", + "origin_city": "Atlanta", + "outbound_departure_time": "21:40", + "passengers": "3", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-09", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "inbound_arrival_time": "16:26", + "inbound_departure_time": "14:35", + "number_stops": "0", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "23:31", + "outbound_departure_time": "21:40", + "passengers": "3", + "price": "111", + "refundable": "True", + "return_date": "2019-03-11", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 67, + "slot": "inbound_arrival_time", + "start": 60 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is purchased successfully. The return arrives at 4:26 pm." + }, + { + "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": [ + "Southwest Airlines" + ], + "departure_date": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "2:35 pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "9:40 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the outgoing flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "23:31" + ], + "slot": "outbound_arrival_time", + "values": [ + "11:31 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 11:31 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": [ + "9th of this month", + "March 9th" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "2:35 pm" + ], + "origin_city": [ + "Atlanta" + ], + "outbound_departure_time": [ + "9:40 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 11th", + "the 11th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Thank you, that will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "See you soon!" + } + ] + }, + { + "dialogue_id": "37_00112", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Las Vegas" + ], + "slot": "destination_city", + "values": [ + "Vegas" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "destination_city", + "start": 41 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Vegas" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search for round trip flights to Vegas? I am going on a trip soon." + }, + { + "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": 16, + "slot": "origin_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "ATL" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving from ATL." + }, + { + "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": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "March 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 24, + "slot": "return_date", + "start": 15 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "ATL" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am returning March 8th and I would prefer to travel Economy." + }, + { + "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": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "the 1st" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "departure_date", + "start": 11 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "ATL" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Leaving on the 1st." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:30" + ], + "slot": "outbound_departure_time", + "values": [ + "6:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:25" + ], + "slot": "inbound_departure_time", + "values": [ + "2:25 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "279" + ], + "slot": "price", + "values": [ + "$279" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-01", + "destination_city": "Las Vegas", + "origin_city": "Atlanta", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "inbound_arrival_time": "23:07", + "inbound_departure_time": "14:25", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "12:25", + "outbound_departure_time": "06:30", + "passengers": "1", + "price": "279", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "inbound_arrival_time": "01:51", + "inbound_departure_time": "15:05", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:50", + "outbound_departure_time": "15:00", + "passengers": "1", + "price": "277", + "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": 100, + "slot": "price", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, there is a flight with Southwest Airlines that leaves at 6:30 am and returns at 2:25 pm for $279." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vegas" + ], + "origin_city": [ + "ATL" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other available flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:00" + ], + "slot": "outbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:05" + ], + "slot": "inbound_departure_time", + "values": [ + "3:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "277" + ], + "slot": "price", + "values": [ + "$277" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "outbound_departure_time", + "start": 40 + }, + { + "exclusive_end": 69, + "slot": "inbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 78, + "slot": "price", + "start": 74 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "United Airlines has a flight leaving at 3 pm and returning at 3:05 pm for $277." + }, + { + "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 1st" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "3:05 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3 pm" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds better." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Are you ready for me to purchase the ticket now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "3:05 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3 pm" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Not quite. Can you look for one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:00" + ], + "slot": "outbound_departure_time", + "values": [ + "3 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "255" + ], + "slot": "price", + "values": [ + "$255" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "Las Vegas", + "origin_city": "Atlanta", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "McCarran International Airport", + "destination_city": "Las Vegas", + "number_stops": "1", + "origin_airport": "Hartsfield-Jackson International Airport", + "origin_city": "Atlanta", + "outbound_arrival_time": "20:50", + "outbound_departure_time": "15:00", + "passengers": "1", + "price": "255", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 57, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 66, + "slot": "price", + "start": 62 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 for United Airlines with 1 stop leaving at 3 pm for $255." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "3:05 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3 pm" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What is the arrival airport and is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "McCarran International Airport" + ], + "slot": "destination_airport", + "values": [ + "McCarran International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 84, + "slot": "destination_airport", + "start": 54 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The ticket is no refundable and the flight arrives at McCarran International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "3:05 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3 pm" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, this flight sounds good. I will take it." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 1st" + ], + "destination_city": [ + "Vegas" + ], + "inbound_departure_time": [ + "3:05 pm" + ], + "origin_city": [ + "ATL" + ], + "outbound_departure_time": [ + "3 pm" + ], + "return_date": [ + "March 8th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that is all. Thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "My pleasure. Have a great day." + } + ] + }, + { + "dialogue_id": "37_00113", + "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? I'm going to my sister's wedding." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day would you like to travel, and from which city?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philly" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "origin_city", + "start": 44 + }, + { + "exclusive_end": 38, + "slot": "departure_date", + "start": 20 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "origin_city": [ + "Philly" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave the day after tomorrow from Philly." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What city did you want to go to, and what will be the return date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "London" + ], + "slot": "destination_city", + "values": [ + "London, UK" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "March 6th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 13 + }, + { + "exclusive_end": 60, + "slot": "return_date", + "start": 51 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Philly" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to London, UK, and I want to fly back on March 6th." + }, + { + "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": [ + "14:05" + ], + "slot": "inbound_departure_time", + "values": [ + "2:05 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "382" + ], + "slot": "price", + "values": [ + "$382" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "3" + ], + "slot": "count", + "values": [ + "3" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-03", + "destination_city": "London", + "origin_city": "Philadelphia", + "return_date": "2019-03-06" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "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": "03:14", + "outbound_departure_time": "10:10", + "passengers": "1", + "price": "382", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "inbound_arrival_time": "22:26", + "inbound_departure_time": "15:35", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "10:45", + "passengers": "1", + "price": "322", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "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": "334", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 109, + "slot": "outbound_departure_time", + "start": 101 + }, + { + "exclusive_end": 146, + "slot": "inbound_departure_time", + "start": 139 + }, + { + "exclusive_end": 72, + "slot": "price", + "start": 68 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 3 flights for you. There is an American Airlines flight for $382 that leaves Philadelphia at 10:10 am and returning from London at 2:05 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Philly" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "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": [ + "10:45" + ], + "slot": "outbound_departure_time", + "values": [ + "10:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "15:35" + ], + "slot": "inbound_departure_time", + "values": [ + "3:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "322" + ], + "slot": "price", + "values": [ + "$322" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 78, + "slot": "outbound_departure_time", + "start": 70 + }, + { + "exclusive_end": 108, + "slot": "inbound_departure_time", + "start": 101 + }, + { + "exclusive_end": 41, + "slot": "price", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is a Delta Airlines flight for $322 that leaves Philadelphia at 10:45 am, and leaves London at 3:35 pm." + }, + { + "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": [ + "day after tomorrow" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Philly" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport would I arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "destination_airport", + "values": [ + "Heathrow International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "destination_airport", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Arrival is at Heathrow International Airport." + }, + { + "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": "SearchRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "London, UK" + ], + "origin_city": [ + "Philly" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable? What time do I arrive back in Philly?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "22:26" + ], + "slot": "inbound_arrival_time", + "values": [ + "10:26 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 83, + "slot": "inbound_arrival_time", + "start": 75 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately, the ticket is not refundable. Arrival in Philadelphia is at 10:26 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": [ + "day after tomorrow" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "3:35 pm" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "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 to book this flight?" + }, + { + "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": [ + "day after tomorrow" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "3:35 pm" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm good." + }, + { + "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": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "3:35 pm" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about one-way flights?" + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "354" + ], + "slot": "price", + "values": [ + "$354" + ] + }, + { + "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-03", + "destination_city": "London", + "origin_city": "Philadelphia" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "Heathrow International Airport", + "destination_city": "London", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "03:14", + "outbound_departure_time": "10:45", + "passengers": "1", + "price": "354", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 64, + "slot": "outbound_departure_time", + "start": 56 + }, + { + "exclusive_end": 40, + "slot": "price", + "start": 36 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 Delta Airlines flight for $354 that leaves at 10:45 am and has 1 stop." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "refundable" + ], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "3:35 pm" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is the ticket refundable? What airport will it land in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Heathrow International Airport" + ], + "slot": "destination_airport", + "values": [ + "Heathrow International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 89, + "slot": "destination_airport", + "start": 59 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately, the ticket is not refundable. Arrival is at Heathrow 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": [ + "day after tomorrow" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "3:35 pm" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good." + }, + { + "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": [ + "day after tomorrow" + ], + "destination_city": [ + "London, UK" + ], + "inbound_departure_time": [ + "3:35 pm" + ], + "origin_city": [ + "Philly" + ], + "outbound_departure_time": [ + "10:45 am" + ], + "return_date": [ + "March 6th" + ] + } + } + } + ], + "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 good day." + } + ] + }, + { + "dialogue_id": "37_00114", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "origin_city", + "start": 38 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "New York" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you look for flights leaving from New York?" + }, + { + "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, when are you coming back? When do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "March 5th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "the 8th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "departure_date", + "start": 37 + }, + { + "exclusive_end": 58, + "slot": "destination_city", + "start": 56 + }, + { + "exclusive_end": 90, + "slot": "return_date", + "start": 83 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "New York" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want United Airlines. I will leave March 5th to go to SF. I want to come home on the 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:20" + ], + "slot": "outbound_departure_time", + "values": [ + "8:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:50" + ], + "slot": "inbound_departure_time", + "values": [ + "5:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "277" + ], + "slot": "price", + "values": [ + "$277" + ] + }, + { + "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-05", + "destination_city": "San Francisco", + "origin_city": "New York", + "return_date": "2019-03-08" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "15:16", + "inbound_departure_time": "05:50", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "14:06", + "outbound_departure_time": "08:20", + "passengers": "1", + "price": "277", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 66, + "slot": "outbound_departure_time", + "start": 59 + }, + { + "exclusive_end": 99, + "slot": "inbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 136, + "slot": "price", + "start": 132 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Here is 1 option. It's a United Airlines flight leaving at 8:20 am. Return flight leaves at 5:50 am and the price for the ticket is $277." + }, + { + "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": [ + "United Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "SF" + ], + "origin_city": [ + "New York" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can I get my money back? What airport?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 73, + "slot": "origin_airport", + "start": 48 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "No, it isn't refundable. 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": [ + "March 5th" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "5:50 am" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds great." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I get you tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "5:50 am" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's ok. Can you find me a one-way flight for another trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:20" + ], + "slot": "outbound_departure_time", + "values": [ + "8:20 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "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": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_city": "San Francisco", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "14:06", + "outbound_departure_time": "08:20", + "passengers": "1", + "price": "307", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 63 + }, + { + "exclusive_end": 89, + "slot": "price", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight I found. A United Airlines flight leaving at 8:20 am. It will cost $307." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "5:50 am" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive in?" + }, + { + "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": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "5:50 am" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "And the onward flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "14:06" + ], + "slot": "outbound_arrival_time", + "values": [ + "2:06 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "outbound_arrival_time", + "start": 23 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "That flight arrives at 2:06 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "5:50 am" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "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": [ + "United Airlines" + ], + "departure_date": [ + "March 5th" + ], + "destination_city": [ + "SF" + ], + "inbound_departure_time": [ + "5:50 am" + ], + "origin_city": [ + "New York" + ], + "outbound_departure_time": [ + "8:20 am" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No! Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good one." + } + ] + }, + { + "dialogue_id": "37_00115", + "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 looking to purchase a ticket for a flight. Can you search round trip flights for me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Certainly. Where is it that you are planning to visit and when do you plan to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-03" + ], + "slot": "departure_date", + "values": [ + "day after tomorrow" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "LAX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 35, + "slot": "departure_date", + "start": 17 + }, + { + "exclusive_end": 61, + "slot": "destination_city", + "start": 58 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "LAX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving the day after tomorrow and I am traveling to LAX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And where is it that you will be leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "origin_city", + "values": [ + "CDMX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 22, + "slot": "origin_city", + "start": 18 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "CDMX" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from CDMX." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What time do you plan to return from your trip?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "return_date", + "start": 31 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "LAX" + ], + "origin_city": [ + "CDMX" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to try to return by the 10th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:05" + ], + "slot": "outbound_departure_time", + "values": [ + "8:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "14:45" + ], + "slot": "inbound_departure_time", + "values": [ + "2:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "178" + ], + "slot": "price", + "values": [ + "$178" + ] + }, + { + "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": "Los Angeles", + "origin_city": "Mexico City", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "20:05", + "inbound_departure_time": "14:45", + "number_stops": "0", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "09:25", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "178", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "18:53", + "inbound_departure_time": "09:15", + "number_stops": "1", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "17:15", + "outbound_departure_time": "13:45", + "passengers": "1", + "price": "250", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "09:45", + "inbound_departure_time": "04:25", + "number_stops": "0", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "22:05", + "outbound_departure_time": "20:45", + "passengers": "1", + "price": "144", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 138, + "slot": "outbound_departure_time", + "start": 131 + }, + { + "exclusive_end": 175, + "slot": "inbound_departure_time", + "start": 168 + }, + { + "exclusive_end": 210, + "slot": "price", + "start": 206 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay. I have found 3 flights that match your criteria. There is an American Airlines flight that has an outbound departure time at 8:05 am. The return flight leaves at 2:45 pm. The price for this ticket is $178." + }, + { + "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": [ + "day after tomorrow" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "2:45 pm" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "return_date": [ + "10th 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": "Should I buy tickets for this 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": [ + "day after tomorrow" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "2:45 pm" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's alright." + }, + { + "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": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "2:45 pm" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, could you find me one-way flights with the same criteria?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "08:05" + ], + "slot": "outbound_departure_time", + "values": [ + "8:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "163" + ], + "slot": "price", + "values": [ + "$163" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_city": "Los Angeles", + "origin_city": "Mexico City" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-03", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "number_stops": "0", + "origin_airport": "Benito Juarez International Airport", + "origin_city": "Mexico City", + "outbound_arrival_time": "09:25", + "outbound_departure_time": "08:05", + "passengers": "1", + "price": "163", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 132, + "slot": "outbound_departure_time", + "start": 125 + }, + { + "exclusive_end": 186, + "slot": "price", + "start": 182 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Certainly. I have found 1 flight with American Airlines that matches what you are looking for. The outbound flight leaves at 8:05 am and it has 0 stops. The price for this ticket is $163." + }, + { + "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": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "2:45 pm" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "09:25" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:25 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "outbound_arrival_time", + "start": 34 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight would arrive at 9:25 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport", + "origin_airport" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "2:45 pm" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive at and where does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Benito Juarez International Airport" + ], + "slot": "origin_airport", + "values": [ + "Benito Juarez International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "destination_airport", + "values": [ + "LAX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "origin_airport", + "start": 24 + }, + { + "exclusive_end": 108, + "slot": "destination_airport", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight departs from Benito Juarez International Airport and the destination is LAX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "2:45 pm" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "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": "Is there anything else I can help you with?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "LAX" + ], + "inbound_departure_time": [ + "2:45 pm" + ], + "origin_city": [ + "CDMX" + ], + "outbound_departure_time": [ + "8:05 am" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Thank you for the assistance." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Certainly. Have a wonderful day." + } + ] + }, + { + "dialogue_id": "37_00116", + "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 a round trip flight?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What dates is this trip for, and where are you leaving from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "departure_date", + "values": [ + "the 7th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "10th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 20, + "slot": "origin_city", + "start": 18 + }, + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 25 + }, + { + "exclusive_end": 83, + "slot": "return_date", + "start": 65 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "origin_city": [ + "LA" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am leaving from LA, on the 7th and would like to return ont he 10th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where is the trip heading?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Mexico City" + ], + "slot": "destination_city", + "values": [ + "Mexico City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "destination_city", + "start": 19 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "LA" + ], + "return_date": [ + "10th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I am travelling to Mexico City." + }, + { + "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": [ + "148" + ], + "slot": "price", + "values": [ + "$148" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Mexico City", + "origin_city": "Los Angeles", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "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": "148", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "17:15", + "inbound_departure_time": "13:45", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "274", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "22:05", + "inbound_departure_time": "20:45", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "09:45", + "outbound_departure_time": "04:25", + "passengers": "1", + "price": "151", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 74, + "slot": "outbound_departure_time", + "start": 67 + }, + { + "exclusive_end": 115, + "slot": "inbound_departure_time", + "start": 108 + }, + { + "exclusive_end": 134, + "slot": "price", + "start": 130 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an american airlines flight. the outbound flight leaves at 2:45 pm, and the return flight leaves at 8:05 am. The price is $148." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2" + ], + "slot": "passengers", + "values": [ + "2" + ] + }, + { + "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 7th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights? There's two people in my group. Any class is fine for us." + }, + { + "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": [ + "274" + ], + "slot": "price", + "values": [ + "$274" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "2" + ], + "slot": "count", + "values": [ + "2" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-07", + "destination_city": "Mexico City", + "origin_city": "Los Angeles", + "passengers": "2", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-07", + "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": "2", + "price": "148", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "inbound_arrival_time": "17:15", + "inbound_departure_time": "13:45", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "18:53", + "outbound_departure_time": "09:15", + "passengers": "2", + "price": "274", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 142, + "slot": "inbound_departure_time", + "start": 135 + }, + { + "exclusive_end": 161, + "slot": "price", + "start": 157 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 convenient flights for you. There's a delta airlines flight. The outbound leaves at 9:15 am, and the return flight leaves at 1:45 pm. The price is $274." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other available flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:25" + ], + "slot": "outbound_departure_time", + "values": [ + "4:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "20:45" + ], + "slot": "inbound_departure_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "151" + ], + "slot": "price", + "values": [ + "$151" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 112, + "slot": "inbound_departure_time", + "start": 105 + }, + { + "exclusive_end": 145, + "slot": "price", + "start": 141 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a united airlines flight. The outbound flight leaves at 4:25 am, and the return flight leaves at 8:45 pm. The price of the ticket is $151." + }, + { + "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 7th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "22:05" + ], + "slot": "inbound_arrival_time", + "values": [ + "10:05 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 37, + "slot": "inbound_arrival_time", + "start": 29 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight arrives at 10:05 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "origin_airport", + "refundable" + ], + "slot_values": { + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Mexico City" + ], + "origin_city": [ + "LA" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it refundable? And where does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX international airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 77, + "slot": "origin_airport", + "start": 52 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Unfortunately, it isn't refundable. It departs from LAX 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": [ + "the 7th" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "4:25 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That works for me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "SHould i buy you the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "4:25 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thank you. Could you find me some one-way flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:25" + ], + "slot": "outbound_departure_time", + "values": [ + "4:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "126" + ], + "slot": "price", + "values": [ + "$126" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_city": "Mexico City", + "origin_city": "Los Angeles", + "passengers": "2" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-07", + "destination_airport": "Benito Juarez International Airport", + "destination_city": "Mexico City", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "09:45", + "outbound_departure_time": "04:25", + "passengers": "2", + "price": "126", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 71, + "slot": "outbound_departure_time", + "start": 64 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a United Airlines flight that has 0 stops. It leaves at 4:25 am and costs $126." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "the 7th" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "4:25 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "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 7th" + ], + "destination_city": [ + "Mexico City" + ], + "inbound_departure_time": [ + "8:45 pm" + ], + "origin_city": [ + "LA" + ], + "outbound_departure_time": [ + "4:25 am" + ], + "passengers": [ + "2" + ], + "return_date": [ + "10th of this month" + ], + "seating_class": [ + "dontcare" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "NO, thank you for the help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00117", + "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 for 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": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "New York City" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "origin_city", + "start": 23 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "New York City" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to fly out of New York City." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where would you like to go? When are you leaving and when would you like to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "March 4th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-10" + ], + "slot": "return_date", + "values": [ + "March 10th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 42, + "slot": "departure_date", + "start": 33 + }, + { + "exclusive_end": 29, + "slot": "destination_city", + "start": 18 + }, + { + "exclusive_end": 70, + "slot": "return_date", + "start": 60 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "New York City" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to go to Seattle, WA on March 4th and come back on March 10th." + }, + { + "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": [ + "16:00" + ], + "slot": "inbound_departure_time", + "values": [ + "4 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "289" + ], + "slot": "price", + "values": [ + "$289" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Seattle", + "origin_city": "New York", + "return_date": "2019-03-10" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "02:14", + "inbound_departure_time": "16:00", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "15:40", + "passengers": "1", + "price": "289", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "01:09", + "inbound_departure_time": "15:15", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "19:35", + "outbound_departure_time": "14:00", + "passengers": "1", + "price": "327", + "refundable": "True", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "06:46", + "inbound_departure_time": "18:50", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "22:03", + "outbound_departure_time": "17:15", + "passengers": "1", + "price": "301", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "23:20", + "inbound_departure_time": "10:10", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "10:48", + "outbound_departure_time": "05:10", + "passengers": "1", + "price": "309", + "refundable": "False", + "return_date": "2019-03-10", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 95, + "slot": "inbound_departure_time", + "start": 91 + }, + { + "exclusive_end": 114, + "slot": "price", + "start": 110 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an American Airlines flight that leaves at 3:40 PM and the return flight leaves at 4 pm. The price is $289." + }, + { + "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": "SearchRoundtripFlights", + "requested_slots": [ + "inbound_arrival_time", + "refundable" + ], + "slot_values": { + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "origin_city": [ + "New York City" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When will the return flight arrive? And is the ticket refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "02:14" + ], + "slot": "inbound_arrival_time", + "values": [ + "2:14 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 38, + "slot": "inbound_arrival_time", + "start": 31 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The return flight will land at 2:14 am. And no, the ticket can't be refunded." + }, + { + "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": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "4 pm" + ], + "origin_city": [ + "New York City" + ], + "outbound_departure_time": [ + "3:40 PM" + ], + "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 buy the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "4 pm" + ], + "origin_city": [ + "New York City" + ], + "outbound_departure_time": [ + "3:40 PM" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, I'm good for now. I have a trip coming up. Could you find oneway flights for me? There are 3 in my group." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "257" + ], + "slot": "price", + "values": [ + "$257" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_city": "Seattle", + "origin_city": "New York", + "passengers": "3" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "number_stops": "1", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "20:45", + "outbound_departure_time": "15:40", + "passengers": "3", + "price": "257", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 92, + "slot": "price", + "start": 88 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an American Airlines flight that leaves at 3:40 pm and has 1 stop. The price is $257." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "4 pm" + ], + "origin_city": [ + "New York City" + ], + "outbound_departure_time": [ + "3:40 PM", + "3:40 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it refundable? And will will the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "20:45" + ], + "slot": "outbound_arrival_time", + "values": [ + "8:45 pm" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "outbound_arrival_time", + "start": 33 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The onward flight will arrive at 8:45 pm. And no, it's not refundable." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "American Airlines" + ], + "departure_date": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "4 pm" + ], + "origin_city": [ + "New York City" + ], + "outbound_departure_time": [ + "3:40 PM", + "3:40 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds fine to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "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": [ + "March 4th" + ], + "destination_city": [ + "Seattle, WA" + ], + "inbound_departure_time": [ + "4 pm" + ], + "origin_city": [ + "New York City" + ], + "outbound_departure_time": [ + "3:40 PM", + "3:40 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "March 10th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, thanks for everything." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day!" + } + ] + }, + { + "dialogue_id": "37_00118", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "Thursday next week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 108, + "slot": "return_date", + "start": 90 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to go on a trip. Can you search some round trip flights for me? I need to get back Thursday 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": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "origin_city", + "start": 7 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "Seattle, WA" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From a Seattle, WA." + }, + { + "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": [ + "day after tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "departure_date", + "start": 7 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "day after tomorrow" + ], + "origin_city": [ + "Seattle, WA" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "On the day after tomorrow." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what's the destination?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NYC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 3, + "slot": "destination_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Seattle, WA" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "NYC. I want to go on a Southwest Airlines plane." + }, + { + "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:40" + ], + "slot": "inbound_departure_time", + "values": [ + "8:40 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "365" + ], + "slot": "price", + "values": [ + "$365" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_city": "New York", + "origin_city": "Seattle", + "return_date": "2019-03-07" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "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": "18:40", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "365", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 81, + "slot": "inbound_departure_time", + "start": 74 + }, + { + "exclusive_end": 104, + "slot": "price", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's a Southwest Airlines flight that leaves at 5:25 am and returns at 8:40 am. The ticket costs $365." + }, + { + "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": [ + "day after tomorrow" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "8:40 am" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "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 the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "8:40 am" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, thank you." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help you in anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "8:40 am" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Are there any other flights available?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "05:25" + ], + "slot": "outbound_departure_time", + "values": [ + "5:25 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "365" + ], + "slot": "price", + "values": [ + "$365" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_city": "New York", + "origin_city": "Seattle" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-03", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "18:40", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "365", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 60, + "slot": "outbound_departure_time", + "start": 53 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's 1. A Southwest Airlines plane that leaves at 5:25 am and the ticket costs $365." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "8:40 am" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "From which airport will the flight depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 40, + "slot": "origin_airport", + "start": 4 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The 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": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "8:40 am" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "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": [ + "Southwest Airlines" + ], + "departure_date": [ + "day after tomorrow" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "8:40 am" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "5:25 am" + ], + "return_date": [ + "Thursday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a great day." + } + ] + }, + { + "dialogue_id": "37_00119", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you search for some economy 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": "Where are you leaving from? And when are you coming bac?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Diego" + ], + "slot": "origin_city", + "values": [ + "SD" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "origin_city", + "start": 45 + }, + { + "exclusive_end": 39, + "slot": "return_date", + "start": 21 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "SD" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm returning on the 12th of this month from SD" + }, + { + "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 planning to go and when do you plan to leave" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "March 2nd" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Francisco" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 51, + "slot": "departure_date", + "start": 42 + }, + { + "exclusive_end": 26, + "slot": "destination_city", + "start": 13 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "SD" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm going to San Francisco and leaving on March 2nd." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:10" + ], + "slot": "outbound_departure_time", + "values": [ + "11:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:10" + ], + "slot": "inbound_departure_time", + "values": [ + "6:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "112" + ], + "slot": "price", + "values": [ + "$112" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-02", + "destination_city": "San Francisco", + "origin_city": "San Diego", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-02", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "07:50", + "inbound_departure_time": "06:10", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "12:50", + "outbound_departure_time": "11:10", + "passengers": "1", + "price": "112", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-02", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "16:19", + "inbound_departure_time": "12:15", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "23:00", + "outbound_departure_time": "21:20", + "passengers": "1", + "price": "131", + "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": "23:25", + "inbound_departure_time": "21:45", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "21:35", + "outbound_departure_time": "19:55", + "passengers": "1", + "price": "106", + "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": "12:34", + "inbound_departure_time": "09:15", + "number_stops": "1", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "09:00", + "outbound_departure_time": "07:20", + "passengers": "1", + "price": "141", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 53, + "slot": "outbound_departure_time", + "start": 45 + }, + { + "exclusive_end": 89, + "slot": "inbound_departure_time", + "start": 82 + }, + { + "exclusive_end": 105, + "slot": "price", + "start": 101 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There's an Alaska Airlines flight leaving at 11:10 am and with a return flight at 6:10 am that costs $112" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "number_stops", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [ + "destination_airport", + "number_stops" + ], + "slot_values": { + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "San Francisco" + ], + "origin_city": [ + "SD" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive at? How many stops does the flight have?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "destination_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 55, + "slot": "destination_airport", + "start": 30 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It has 0 stops and arrives at SFO International Airport" + }, + { + "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 2nd" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "6:10 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "11:10 am" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "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 buy tickets for it?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "6:10 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "11:10 am" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No it's ok, can you search for one way flights though?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Alaska Airlines" + ], + "slot": "airlines", + "values": [ + "Alaska Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "11:10" + ], + "slot": "outbound_departure_time", + "values": [ + "11:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "103" + ], + "slot": "price", + "values": [ + "$103" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-02", + "destination_city": "San Francisco", + "origin_city": "San Diego", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-02", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "SAN International Airport", + "origin_city": "San Diego", + "outbound_arrival_time": "12:50", + "outbound_departure_time": "11:10", + "passengers": "1", + "price": "103", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 50, + "slot": "outbound_departure_time", + "start": 42 + }, + { + "exclusive_end": 86, + "slot": "price", + "start": 82 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure, there's a 0 stop outbound flight at 11:10 am via Alaska Airlines that costs $103" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "refundable" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "6:10 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "11:10 am" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Is it refundable?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "No it's not" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "6:10 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "11:10 am" + ], + "return_date": [ + "12th of this month" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds great!" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Can I help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "March 2nd" + ], + "destination_city": [ + "San Francisco" + ], + "inbound_departure_time": [ + "6:10 am" + ], + "origin_city": [ + "SD" + ], + "outbound_departure_time": [ + "11:10 am" + ], + "return_date": [ + "12th of this month" + ], + "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": "37_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": "Help me with some plane tickets will you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Of course, where to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "destination_city", + "values": [ + "Los Angeles" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 11, + "slot": "destination_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Los Angeles please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When will you get back here?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-06" + ], + "slot": "return_date", + "values": [ + "Wednesday next week" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 36, + "slot": "return_date", + "start": 17 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Los Angeles" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will return on Wednesday next week." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What airport will you fly from? When do you plan on leaving?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "origin_city", + "values": [ + "Seattle, WA" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "tomorrow" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 12 + }, + { + "exclusive_end": 32, + "slot": "departure_date", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "origin_city": [ + "Seattle, WA" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm leaving Seattle, WA tomorrow." + }, + { + "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": [ + "153" + ], + "slot": "price", + "values": [ + "$153" + ] + }, + { + "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-06" + } + }, + "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": "153", + "refundable": "True", + "return_date": "2019-03-06", + "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": "135", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "13:46", + "inbound_departure_time": "09:15", + "number_stops": "1", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "11:32", + "outbound_departure_time": "08:45", + "passengers": "1", + "price": "175", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "inbound_arrival_time": "07:22", + "inbound_departure_time": "04:35", + "number_stops": "0", + "origin_airport": "Seattle-Tacoma International Airport", + "origin_city": "Seattle", + "outbound_arrival_time": "08:12", + "outbound_departure_time": "05:25", + "passengers": "1", + "price": "148", + "refundable": "False", + "return_date": "2019-03-06", + "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": "124", + "refundable": "False", + "return_date": "2019-03-06", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 102, + "slot": "outbound_departure_time", + "start": 95 + }, + { + "exclusive_end": 157, + "slot": "inbound_departure_time", + "start": 150 + }, + { + "exclusive_end": 193, + "slot": "price", + "start": 189 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There are 5 choices we have to pick from. Try Alaska Airlines. It has a flight that departs at 3:45 pm. It will come back on a flight that departs at 7:10 pm. The price on all that is only $153." + }, + { + "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": [ + "tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Wow, it almost sounds too good to believe." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How about I get you the tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "return_date": [ + "Wednesday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nope, not so fast." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What do you need then?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "return_date": [ + "Wednesday next week" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Get me a one way on economy." + }, + { + "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": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "147" + ], + "slot": "price", + "values": [ + "$147" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-02", + "destination_city": "Los Angeles", + "origin_city": "Seattle", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-02", + "destination_airport": "LAX International Airport", + "destination_city": "Los Angeles", + "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": "147", + "refundable": "True", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 59, + "slot": "outbound_departure_time", + "start": 52 + }, + { + "exclusive_end": 134, + "slot": "price", + "start": 130 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight. It's Alaska Airlines, leaving at 3:45 pm. It has 0 stops. The price on that is almost as much as a round trip: $147." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "return_date": [ + "Wednesday next week" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does that leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Seattle-Tacoma International Airport" + ], + "slot": "origin_airport", + "values": [ + "Seattle-Tacoma International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 41, + "slot": "origin_airport", + "start": 5 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's Seattle-Tacoma International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "return_date": [ + "Wednesday next week" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does that one arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "18:32" + ], + "slot": "outbound_arrival_time", + "values": [ + "6:32 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 7, + "slot": "outbound_arrival_time", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "6:32 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Alaska Airlines" + ], + "departure_date": [ + "tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "return_date": [ + "Wednesday next week" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good, I think." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What else is needed now?" + }, + { + "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": [ + "tomorrow" + ], + "destination_city": [ + "Los Angeles" + ], + "inbound_departure_time": [ + "7:10 pm" + ], + "origin_city": [ + "Seattle, WA" + ], + "outbound_departure_time": [ + "3:45 pm" + ], + "return_date": [ + "Wednesday next week" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Nothing, thanks though." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Great, have a good trip." + } + ] + }, + { + "dialogue_id": "37_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": "Will you find me flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When? Where are you leaving from? Where are you visiting?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-01" + ], + "slot": "departure_date", + "values": [ + "March 1st" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "destination_city", + "values": [ + "San Fran" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "origin_city", + "values": [ + "NY" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 49, + "slot": "departure_date", + "start": 40 + }, + { + "exclusive_end": 36, + "slot": "destination_city", + "start": 28 + }, + { + "exclusive_end": 24, + "slot": "origin_city", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Fran" + ], + "origin_city": [ + "NY" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to travel from NY to San Fran on March 1st. I prefer Southwest Airlines." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When are you returning?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "7th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 12, + "slot": "return_date", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Fran" + ], + "origin_city": [ + "NY" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "7th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:30" + ], + "slot": "outbound_departure_time", + "values": [ + "6:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "21:20" + ], + "slot": "inbound_departure_time", + "values": [ + "9:20 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "231" + ], + "slot": "price", + "values": [ + "$231" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "San Francisco", + "origin_city": "New York", + "return_date": "2019-03-07" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "inbound_arrival_time": "06:46", + "inbound_departure_time": "21:20", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "09:56", + "outbound_departure_time": "06:30", + "passengers": "1", + "price": "231", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 37, + "slot": "outbound_departure_time", + "start": 30 + }, + { + "exclusive_end": 69, + "slot": "inbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 100, + "slot": "price", + "start": 96 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found an outbound flight at 6:30 am with a return flight at 9:20 pm on Southwest Airlines for $231." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Fran" + ], + "inbound_departure_time": [ + "9:20 pm" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "6:30 am" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Fran" + ], + "inbound_departure_time": [ + "9:20 pm" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "6:30 am" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Is there anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Fran" + ], + "inbound_departure_time": [ + "9:20 pm" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "6:30 am" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Will you find me oneway flights?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:30" + ], + "slot": "outbound_departure_time", + "values": [ + "6:30 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "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": "SearchOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_city": "San Francisco", + "origin_city": "New York" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-01", + "destination_airport": "SFO International Airport", + "destination_city": "San Francisco", + "number_stops": "0", + "origin_airport": "JFK International Airport", + "origin_city": "New York", + "outbound_arrival_time": "09:56", + "outbound_departure_time": "06:30", + "passengers": "1", + "price": "222", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 61, + "slot": "outbound_departure_time", + "start": 54 + }, + { + "exclusive_end": 83, + "slot": "price", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight on Southwest Airlines that leaves at 6:30 am with 0 stops for $222." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport", + "outbound_arrival_time" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Fran" + ], + "inbound_departure_time": [ + "9:20 pm" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "6:30 am" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the oneward flight arrive? Which airport does it depart from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "09:56" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:56 am" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "JFK International Airport" + ], + "slot": "origin_airport", + "values": [ + "JFK International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + }, + { + "exclusive_end": 64, + "slot": "origin_airport", + "start": 39 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It arrives at 9:56 am and departs from JFK International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Fran" + ], + "inbound_departure_time": [ + "9:20 pm" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "6:30 am" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Sounds good." + }, + { + "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": [ + "Southwest Airlines" + ], + "departure_date": [ + "March 1st" + ], + "destination_city": [ + "San Fran" + ], + "inbound_departure_time": [ + "9:20 pm" + ], + "origin_city": [ + "NY" + ], + "outbound_departure_time": [ + "6:30 am" + ], + "return_date": [ + "7th of March" + ] + } + } + } + ], + "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": "37_00122", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "departure_date", + "values": [ + "Friday next week" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 77, + "slot": "departure_date", + "start": 61 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Friday next week" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like help finding round trip flights. I'll be leaving on Friday next week." + }, + { + "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 destination did you have in mind, and where did you want to fly out of?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "Los Angeles" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "4th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Seattle" + ], + "slot": "destination_city", + "values": [ + "Seattle" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 33, + "slot": "origin_city", + "start": 22 + }, + { + "exclusive_end": 77, + "slot": "departure_date", + "start": 60 + }, + { + "exclusive_end": 52, + "slot": "destination_city", + "start": 45 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Los Angeles" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll be flying out of Los Angeles to head to Seattle on the 4th of this month." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "When did you want the return flight to be?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-07" + ], + "slot": "return_date", + "values": [ + "March 7th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 31, + "slot": "return_date", + "start": 22 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Los Angeles" + ], + "return_date": [ + "March 7th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'd like to return on March 7th." + }, + { + "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": [ + "15:45" + ], + "slot": "inbound_departure_time", + "values": [ + "3:45 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "154" + ], + "slot": "price", + "values": [ + "$154" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "5" + ], + "slot": "count", + "values": [ + "5" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Seattle", + "origin_city": "Los Angeles", + "return_date": "2019-03-07" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "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": "1", + "price": "154", + "refundable": "True", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "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": "136", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "12:40", + "inbound_departure_time": "07:55", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "09:37", + "outbound_departure_time": "06:50", + "passengers": "1", + "price": "163", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "08:12", + "inbound_departure_time": "05:25", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "12:00", + "passengers": "1", + "price": "149", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "12:57", + "inbound_departure_time": "10:10", + "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": "155", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 145, + "slot": "outbound_departure_time", + "start": 138 + }, + { + "exclusive_end": 178, + "slot": "inbound_departure_time", + "start": 171 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Alright, let me see here. I've found 5 convenient flights matching that criteria. There's an Alaska Airlines flight at $154. It leaves at 7:10 pm, and the trip back is at 3:45 pm." + }, + { + "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": [ + "4th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Los Angeles" + ], + "return_date": [ + "March 7th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to travel Economy. What are the other flights that'll work?" + }, + { + "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": [ + "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-04", + "destination_city": "Seattle", + "origin_city": "Los Angeles", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "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": "1", + "price": "154", + "refundable": "True", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "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": "136", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "12:40", + "inbound_departure_time": "07:55", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "09:37", + "outbound_departure_time": "06:50", + "passengers": "1", + "price": "163", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "08:12", + "inbound_departure_time": "05:25", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "14:47", + "outbound_departure_time": "12:00", + "passengers": "1", + "price": "149", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 110, + "slot": "outbound_departure_time", + "start": 102 + }, + { + "exclusive_end": 147, + "slot": "inbound_departure_time", + "start": 140 + }, + { + "exclusive_end": 85, + "slot": "price", + "start": 81 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I've narrowed it down to 4 flights then. There's an American Airlines flight for $136. It'll leave at 11:45 pm, and the return flight is at 8:15 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": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Los Angeles" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 7th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Let's keep going through available flights. I have four people in my group." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:50" + ], + "slot": "outbound_departure_time", + "values": [ + "6:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:55" + ], + "slot": "inbound_departure_time", + "values": [ + "7:55 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "163" + ], + "slot": "price", + "values": [ + "$163" + ] + }, + { + "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": "Seattle", + "origin_city": "Los Angeles", + "passengers": "4", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "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": "154", + "refundable": "True", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "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": "136", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "inbound_arrival_time": "12:40", + "inbound_departure_time": "07:55", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "09:37", + "outbound_departure_time": "06:50", + "passengers": "4", + "price": "163", + "refundable": "False", + "return_date": "2019-03-07", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 111, + "slot": "outbound_departure_time", + "start": 104 + }, + { + "exclusive_end": 144, + "slot": "inbound_departure_time", + "start": 137 + }, + { + "exclusive_end": 83, + "slot": "price", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Okay, there are 3 convenient flights still. There's a Delta Airlines flight at $163. This one leaves at 6:50 am. The return flight is at 7:55 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": { + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Los Angeles" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 7th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "When does the flight out there arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "09:37" + ], + "slot": "outbound_arrival_time", + "values": [ + "9:37 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 21, + "slot": "outbound_arrival_time", + "start": 14 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It'll land at 9:37 am." + }, + { + "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": { + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Seattle" + ], + "origin_city": [ + "Los Angeles" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 7th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, and which airport is the flight from? When does the return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "LAX International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "12:40" + ], + "slot": "inbound_arrival_time", + "values": [ + "12:40 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 44, + "slot": "origin_airport", + "start": 19 + }, + { + "exclusive_end": 91, + "slot": "inbound_arrival_time", + "start": 83 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's flying out of LAX International Airport. The return flight will touch down at 12:40 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": [ + "4th of this month" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "7:55 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "6:50 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 7th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Okay, this flight seems like a good fit." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you want me to purchase tickets for it now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + }, + { + "act": "NEGATE_INTENT", + "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": [ + "Seattle" + ], + "inbound_departure_time": [ + "7:55 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "6:50 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 7th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, that's okay. Can you find me some one-way flights now?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Delta Airlines" + ], + "slot": "airlines", + "values": [ + "Delta Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:50" + ], + "slot": "outbound_departure_time", + "values": [ + "6:50 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "124" + ], + "slot": "price", + "values": [ + "$124" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_city": "Seattle", + "origin_city": "Los Angeles", + "passengers": "4", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "Seattle-Tacoma International Airport", + "destination_city": "Seattle", + "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": "124", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "outbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 48, + "slot": "price", + "start": 44 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sure. I've found a Delta Airlines flight at $124. It'll leave at 6:50 am and has 0 layovers." + }, + { + "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": [ + "Seattle" + ], + "inbound_departure_time": [ + "7:55 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "6:50 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 7th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Hmm, that flight's also a good choice." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Did you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Seattle" + ], + "inbound_departure_time": [ + "7:55 am" + ], + "origin_city": [ + "Los Angeles" + ], + "outbound_departure_time": [ + "6:50 am" + ], + "passengers": [ + "4" + ], + "return_date": [ + "March 7th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm good for now. Thanks." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Enjoy the rest of your day." + } + ] + }, + { + "dialogue_id": "37_00123", + "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": "Could you please search for Premium Economy tickets for a round trip 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 planning on visiting? When do you plan on coming back." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-09" + ], + "slot": "return_date", + "values": [ + "9th of March" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Washington" + ], + "slot": "destination_city", + "values": [ + "Washington" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 59, + "slot": "return_date", + "start": 47 + }, + { + "exclusive_end": 26, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Washington" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I plan to go to Washington and get back on the 9th of March." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Where do you want to leave from? When do you want to leave?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "origin_city", + "start": 21 + }, + { + "exclusive_end": 36, + "slot": "departure_date", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "SF" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I want to leave from SF next Tuesday." + }, + { + "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": [ + "13:30" + ], + "slot": "inbound_departure_time", + "values": [ + "1:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "485" + ], + "slot": "price", + "values": [ + "$485" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Washington", + "origin_city": "San Francisco", + "return_date": "2019-03-09", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "inbound_arrival_time": "17:32", + "inbound_departure_time": "13:30", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "23:48", + "outbound_departure_time": "12:30", + "passengers": "1", + "price": "485", + "refundable": "True", + "return_date": "2019-03-09", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 106, + "slot": "outbound_departure_time", + "start": 98 + }, + { + "exclusive_end": 146, + "slot": "inbound_departure_time", + "start": 139 + }, + { + "exclusive_end": 177, + "slot": "price", + "start": 173 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 matching your criteria. It is an United Airlines flight. The outbound flight leaves at 12:30 pm and the return flight leaves at 1:30 pm. The price of a ticket is $485." + }, + { + "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": { + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "origin_city": [ + "SF" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight depart from and when does my return flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "SFO International Airport" + ], + "slot": "origin_airport", + "values": [ + "SFO International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "17:32" + ], + "slot": "inbound_arrival_time", + "values": [ + "5:32 pm" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 48, + "slot": "origin_airport", + "start": 23 + }, + { + "exclusive_end": 92, + "slot": "inbound_arrival_time", + "start": 85 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight leaves from SFO International Airport. The flight return flight leaves at 5:32 pm." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "1:30 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "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 to buy tickets?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "1:30 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, not right now." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Do you need help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "4" + ], + "slot": "passengers", + "values": [ + "4" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "1:30 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Can you find me a one-way flight for a group of four people." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "481" + ], + "slot": "price", + "values": [ + "$481" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_city": "Washington", + "origin_city": "San Francisco", + "passengers": "4", + "seating_class": "Premium Economy" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "Dulles International Airport", + "destination_city": "Washington", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "23:48", + "outbound_departure_time": "12:30", + "passengers": "4", + "price": "481", + "refundable": "True", + "seating_class": "Premium Economy" + } + ], + "slots": [ + { + "exclusive_end": 93, + "slot": "outbound_departure_time", + "start": 85 + }, + { + "exclusive_end": 139, + "slot": "price", + "start": 135 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 flight matching your criteria. It is an United Airlines flight leaving at 12:30 pm. There is 1 stop and the ticket price is $481." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "destination_airport" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "1:30 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Which airport does the flight arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Dulles International Airport" + ], + "slot": "destination_airport", + "values": [ + "Dulles International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 50, + "slot": "destination_airport", + "start": 22 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "The flight arrives at Dulles International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "1:30 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good." + }, + { + "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": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "Washington" + ], + "inbound_departure_time": [ + "1:30 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "12:30 pm" + ], + "passengers": [ + "4" + ], + "return_date": [ + "9th of March" + ], + "seating_class": [ + "Premium Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, I'm good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a good day." + } + ] + }, + { + "dialogue_id": "37_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 looking for round trip flights, can you help me?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "return_date", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Yes I can. Do you have a preference of where you want to go, where would you be coming from and when you would like to return?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-08" + ], + "slot": "return_date", + "values": [ + "the 8th" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "Paris" + ], + "slot": "destination_city", + "values": [ + "Paris, France" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 63, + "slot": "origin_city", + "start": 51 + }, + { + "exclusive_end": 97, + "slot": "return_date", + "start": 90 + }, + { + "exclusive_end": 37, + "slot": "destination_city", + "start": 24 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Philadelphia" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, I will be going to Paris, France leaving from Philadelphia. I will need to return on the 8th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "What day will you be going to Paris?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-02" + ], + "slot": "departure_date", + "values": [ + "2nd of this month" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 45, + "slot": "departure_date", + "start": 28 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Paris, France" + ], + "origin_city": [ + "Philadelphia" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I will like to leave on the 2nd of this month." + }, + { + "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": [ + "17:35" + ], + "slot": "inbound_departure_time", + "values": [ + "5:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "355" + ], + "slot": "price", + "values": [ + "$355" + ] + }, + { + "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": "Paris", + "origin_city": "Philadelphia", + "return_date": "2019-03-08" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "inbound_arrival_time": "00:16", + "inbound_departure_time": "17:35", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "13:41", + "outbound_departure_time": "14:20", + "passengers": "1", + "price": "355", + "refundable": "False", + "return_date": "2019-03-08", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 101, + "slot": "outbound_departure_time", + "start": 94 + }, + { + "exclusive_end": 142, + "slot": "inbound_departure_time", + "start": 135 + }, + { + "exclusive_end": 41, + "slot": "price", + "start": 37 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have found 1 round trip ticket for $355 with Delta Airlines. The outbound flight departs at 2:20 pm and the return flight departs at 5:35 pm, would that work for you?" + }, + { + "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": [ + "Paris, France" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, 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 for me to reserve this ticket for you?" + }, + { + "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": [ + "2nd of this month" + ], + "destination_city": [ + "Paris, France" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No that would okay." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would like my help with anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Delta Airlines" + ], + "departure_date": [ + "2nd of this month" + ], + "destination_city": [ + "Paris, France" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes, can you find see what one way flights are available." + }, + { + "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": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "333" + ], + "slot": "price", + "values": [ + "$333" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_city": "Paris", + "origin_city": "Philadelphia" + } + }, + "service_results": [ + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-02", + "destination_airport": "Charles de Gaulle International Airport", + "destination_city": "Paris", + "number_stops": "1", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "13:41", + "outbound_departure_time": "14:20", + "passengers": "1", + "price": "333", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 99, + "slot": "outbound_departure_time", + "start": 92 + }, + { + "exclusive_end": 120, + "slot": "price", + "start": 116 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I have a one-way flight that has 1 stop with Delta Airlines. The outbound flight departs at 2:20 pm and the cost is $333." + }, + { + "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": [ + "2nd of this month" + ], + "destination_city": [ + "Paris, France" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Great, that sound good too." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to reserved this ticket?" + }, + { + "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" + ], + "destination_city": [ + "Paris, France" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "2:20 pm" + ], + "return_date": [ + "the 8th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks, but thank you for all your help." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "You are welcome, have a good day." + } + ] + }, + { + "dialogue_id": "37_00125", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm thinking about taking a trip. Search round trip flights available by United Airlines 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": "Sure, but first please tell me where are you planning to take a trip too? Do you know your depart and return dates?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Philadelphia" + ], + "slot": "origin_city", + "values": [ + "Philadelphia" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-13" + ], + "slot": "return_date", + "values": [ + "13th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "New York" + ], + "slot": "destination_city", + "values": [ + "NYC" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 97, + "slot": "origin_city", + "start": 85 + }, + { + "exclusive_end": 60, + "slot": "return_date", + "start": 42 + }, + { + "exclusive_end": 123, + "slot": "destination_city", + "start": 120 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Philadelphia" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yeah, I would like to hit the road on the 13th of this month. I'll be heading out of Philadelphia and traveling over to NYC." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, thanks for that information. What is your departure date?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "next Tuesday" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 46, + "slot": "departure_date", + "start": 34 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Philadelphia" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Oh yeah, I'll be going, hopefully next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:45" + ], + "slot": "outbound_departure_time", + "values": [ + "4:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:05" + ], + "slot": "inbound_departure_time", + "values": [ + "10:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "61" + ], + "slot": "price", + "values": [ + "$61" + ] + }, + { + "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-05", + "destination_city": "New York", + "origin_city": "Philadelphia", + "return_date": "2019-03-13" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "inbound_arrival_time": "10:56", + "inbound_departure_time": "10:05", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "05:36", + "outbound_departure_time": "04:45", + "passengers": "1", + "price": "61", + "refundable": "False", + "return_date": "2019-03-13", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 151, + "slot": "outbound_departure_time", + "start": 144 + }, + { + "exclusive_end": 176, + "slot": "inbound_departure_time", + "start": 168 + }, + { + "exclusive_end": 82, + "slot": "price", + "start": 79 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "That sounds good. One moment while I search for you. I've located a ticket for $61. This convenient flight is with United Airlines departing at 4:45 am and arriving at 10:05 am. I only show this 1 flight." + }, + { + "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": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "NYC" + ], + "origin_city": [ + "Philadelphia" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Alright, when would my return flight be arriving? Find out which airport my flight would be departing from please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PHL International Airport" + ], + "slot": "origin_airport", + "values": [ + "PHL International Airport" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "10:56" + ], + "slot": "inbound_arrival_time", + "values": [ + "10:56 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 67, + "slot": "origin_airport", + "start": 42 + }, + { + "exclusive_end": 101, + "slot": "inbound_arrival_time", + "start": 93 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "One moment. Your flight would depart from PHL International Airport. I show arrival time for 10:56 am." + }, + { + "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": [ + "next Tuesday" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "10:05 am" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "return_date": [ + "13th 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": "Should I proceed and purchase your ticket?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "10:05 am" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No, please don't. I would like to continue searching one-way flights please." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "04:45" + ], + "slot": "outbound_departure_time", + "values": [ + "4:45 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "54" + ], + "slot": "price", + "values": [ + "$54" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_city": "New York", + "origin_city": "Philadelphia" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "JFK International Airport", + "destination_city": "New York", + "number_stops": "0", + "origin_airport": "PHL International Airport", + "origin_city": "Philadelphia", + "outbound_arrival_time": "05:36", + "outbound_departure_time": "04:45", + "passengers": "1", + "price": "54", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 130, + "slot": "price", + "start": 127 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, no problem. I found 1 flight with United Airlines. The outbound leaves at 4:45 am and has 0 lay overs. This price would be $54. How does that sound?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "outbound_arrival_time", + "values": [] + }, + { + "act": "REQUEST", + "canonical_values": [], + "slot": "refundable", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "outbound_arrival_time", + "refundable" + ], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "10:05 am" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Find out if the ticket is refundable and when would the onward flight arrive?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "05:36" + ], + "slot": "outbound_arrival_time", + "values": [ + "5:36 am" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 107, + "slot": "outbound_arrival_time", + "start": 100 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Ok, one moment. Unfortunately the ticket would not be refundable. Your onward fight would arrive at 5:36 am." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "10:05 am" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "This flight sounds better to me." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Should I book this flight, or would you like to continue searching more flighs?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "next Tuesday" + ], + "destination_city": [ + "NYC" + ], + "inbound_departure_time": [ + "10:05 am" + ], + "origin_city": [ + "Philadelphia" + ], + "outbound_departure_time": [ + "4:45 am" + ], + "return_date": [ + "13th of this month" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. That will be all." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "OK. Have a great day." + } + ] + }, + { + "dialogue_id": "37_00126", + "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 a flight, a round trip?" + }, + { + "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": "Sure. Where are you leaving from? What day would you like to come back?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "San Francisco" + ], + "slot": "origin_city", + "values": [ + "SF" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-12" + ], + "slot": "return_date", + "values": [ + "12th of March" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 18, + "slot": "origin_city", + "start": 16 + }, + { + "exclusive_end": 47, + "slot": "return_date", + "start": 34 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "origin_city": [ + "SF" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'll leave from SF and return the 12th of March" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "destination_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "And what city are you going to?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Toronto" + ], + "slot": "destination_city", + "values": [ + "Toronto" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 23, + "slot": "destination_city", + "start": 16 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "SF" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need to go to Toronto" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "departure_date", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Departing when?" + }, + { + "frames": [ + { + "actions": [ + { + "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" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "SF" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Later today if I can." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "07:05" + ], + "slot": "outbound_departure_time", + "values": [ + "7:05 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "10:05" + ], + "slot": "inbound_departure_time", + "values": [ + "10:05 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-01", + "destination_city": "Toronto", + "origin_city": "San Francisco", + "return_date": "2019-03-12" + } + }, + "service_results": [ + { + "airlines": "American Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "inbound_arrival_time": "14:22", + "inbound_departure_time": "10:05", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "20:28", + "outbound_departure_time": "07:05", + "passengers": "1", + "price": "293", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "inbound_arrival_time": "21:12", + "inbound_departure_time": "17:35", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:19", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "289", + "refundable": "False", + "return_date": "2019-03-12", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 85, + "slot": "outbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 114, + "slot": "inbound_departure_time", + "start": 106 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 2 flights for you. There's an American Airlines option that leaves at 7:05 am, with the return at 10:05 am for $293." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Later today" + ], + "destination_city": [ + "Toronto" + ], + "origin_city": [ + "SF" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Anything else?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "17:35" + ], + "slot": "inbound_departure_time", + "values": [ + "5:35 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "289" + ], + "slot": "price", + "values": [ + "$289" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 58, + "slot": "outbound_departure_time", + "start": 51 + }, + { + "exclusive_end": 85, + "slot": "inbound_departure_time", + "start": 78 + }, + { + "exclusive_end": 94, + "slot": "price", + "start": 90 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "How about the United Airlines option. It leaves at 9:15 am with the return at 5:35 pm for $289." + }, + { + "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": [ + "Later today" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Yes that's perfect" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Would you like to make a reservation?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Later today" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can do to help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Later today" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "How about a one-way flight instead?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "United Airlines" + ], + "slot": "airlines", + "values": [ + "United Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "09:15" + ], + "slot": "outbound_departure_time", + "values": [ + "9:15 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "1" + ], + "slot": "number_stops", + "values": [ + "1" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "265" + ], + "slot": "price", + "values": [ + "$265" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_city": "Toronto", + "origin_city": "San Francisco" + } + }, + "service_results": [ + { + "airlines": "United Airlines", + "departure_date": "2019-03-01", + "destination_airport": "Toronto Pearson International Airport", + "destination_city": "Toronto", + "number_stops": "1", + "origin_airport": "SFO International Airport", + "origin_city": "San Francisco", + "outbound_arrival_time": "19:19", + "outbound_departure_time": "09:15", + "passengers": "1", + "price": "265", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 46, + "slot": "outbound_departure_time", + "start": 39 + }, + { + "exclusive_end": 67, + "slot": "price", + "start": 63 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "I found 1 flight on United Airlines at 9:15 am with 1 stop for $265" + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Later today" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That sounds good" + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Anything else I can do to help?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "United Airlines" + ], + "departure_date": [ + "Later today" + ], + "destination_city": [ + "Toronto" + ], + "inbound_departure_time": [ + "5:35 pm" + ], + "origin_city": [ + "SF" + ], + "outbound_departure_time": [ + "9:15 am" + ], + "return_date": [ + "12th of March" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No thanks. You've been great" + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Take care" + } + ] + }, + { + "dialogue_id": "37_00127", + "services": [ + "Flights_1" + ], + "turns": [ + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Portland" + ], + "slot": "destination_city", + "values": [ + "Portland, OR" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchRoundtripFlights" + ], + "slot": "intent", + "values": [ + "SearchRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 47, + "slot": "destination_city", + "start": 35 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "destination_city": [ + "Portland, OR" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I need a good ticket to get out of Portland, OR." + }, + { + "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? Do you know your return date yet?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "2019-03-04" + ], + "slot": "departure_date", + "values": [ + "4th of this month" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-14" + ], + "slot": "return_date", + "values": [ + "the 14th" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 39, + "slot": "departure_date", + "start": 22 + }, + { + "exclusive_end": 67, + "slot": "return_date", + "start": 59 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Portland, OR" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "I'm taking off on the 4th of this month and will return on the 14th." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_city", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "From whence will you depart?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Los Angeles" + ], + "slot": "origin_city", + "values": [ + "LAX" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 3, + "slot": "origin_city", + "start": 0 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "4th of this month" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "LAX" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "LAX is my home Airport." + }, + { + "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": [ + "10:10" + ], + "slot": "inbound_departure_time", + "values": [ + "10:10 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "131" + ], + "slot": "price", + "values": [ + "$131" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-04", + "destination_city": "Portland", + "origin_city": "Los Angeles", + "return_date": "2019-03-14" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-04", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "12:40", + "inbound_departure_time": "10:10", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "05:15", + "passengers": "1", + "price": "131", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-04", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "11:02", + "inbound_departure_time": "06:00", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:45", + "outbound_departure_time": "23:15", + "passengers": "1", + "price": "181", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "Delta Airlines", + "departure_date": "2019-03-04", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "15:17", + "inbound_departure_time": "09:35", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "12:08", + "outbound_departure_time": "06:50", + "passengers": "1", + "price": "214", + "refundable": "False", + "return_date": "2019-03-14", + "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": "1", + "price": "147", + "refundable": "False", + "return_date": "2019-03-14", + "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": "1", + "price": "171", + "refundable": "True", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 72, + "slot": "outbound_departure_time", + "start": 65 + }, + { + "exclusive_end": 117, + "slot": "inbound_departure_time", + "start": 109 + }, + { + "exclusive_end": 156, + "slot": "price", + "start": 152 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Try Alaska Airlines, they have a good deal. The flight leaves at 5:15 am. You'll get on your return plane at 10:10 am. The ticket for both legs is only $131." + }, + { + "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": [ + "4th of this month" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "LAX" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That's a refundable ticket right? Which Airport will the plane arrive at?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "False" + ], + "slot": "refundable", + "values": [ + "False" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "destination_airport", + "values": [ + "PDX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 57, + "slot": "destination_airport", + "start": 32 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Sorry, no refunds. You'll go to PDX 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": [ + "4th of this month" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "LAX" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What other options are there?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "American Airlines" + ], + "slot": "airlines", + "values": [ + "American Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "23:15" + ], + "slot": "outbound_departure_time", + "values": [ + "11:15 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "06:00" + ], + "slot": "inbound_departure_time", + "values": [ + "6 am" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "181" + ], + "slot": "price", + "values": [ + "$181" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 70, + "slot": "outbound_departure_time", + "start": 62 + }, + { + "exclusive_end": 107, + "slot": "inbound_departure_time", + "start": 103 + }, + { + "exclusive_end": 122, + "slot": "price", + "start": 118 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Let's try American Airlines. They have a flight that leave at 11:15 pm. They'll depart to come back at 6 am. It costs $181." + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "3" + ], + "slot": "passengers", + "values": [ + "3" + ] + }, + { + "act": "INFORM", + "canonical_values": [ + "2019-03-05" + ], + "slot": "departure_date", + "values": [ + "Next Tuesday" + ] + }, + { + "act": "REQUEST_ALTS", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 79, + "slot": "departure_date", + "start": 67 + } + ], + "state": { + "active_intent": "SearchRoundtripFlights", + "requested_slots": [], + "slot_values": { + "departure_date": [ + "Next Tuesday" + ], + "destination_city": [ + "Portland, OR" + ], + "origin_city": [ + "LAX" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Isn't there something else? There are three of us. I need to leave Next Tuesday." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:30" + ], + "slot": "outbound_departure_time", + "values": [ + "4:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:55" + ], + "slot": "inbound_departure_time", + "values": [ + "4:55 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "141" + ], + "slot": "price", + "values": [ + "$141" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchRoundtripFlights", + "parameters": { + "departure_date": "2019-03-05", + "destination_city": "Portland", + "origin_city": "Los Angeles", + "passengers": "3", + "return_date": "2019-03-14" + } + }, + "service_results": [ + { + "airlines": "Alaska Airlines", + "departure_date": "2019-03-05", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "12:40", + "inbound_departure_time": "10:10", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "07:45", + "outbound_departure_time": "05:15", + "passengers": "3", + "price": "139", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "American Airlines", + "departure_date": "2019-03-05", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "11:02", + "inbound_departure_time": "06:00", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "01:45", + "outbound_departure_time": "23:15", + "passengers": "3", + "price": "185", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "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": "3", + "price": "141", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + }, + { + "airlines": "United Airlines", + "departure_date": "2019-03-05", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "inbound_arrival_time": "02:20", + "inbound_departure_time": "23:50", + "number_stops": "1", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "16:04", + "outbound_departure_time": "11:40", + "passengers": "3", + "price": "170", + "refundable": "False", + "return_date": "2019-03-14", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 65, + "slot": "outbound_departure_time", + "start": 58 + }, + { + "exclusive_end": 96, + "slot": "inbound_departure_time", + "start": 89 + }, + { + "exclusive_end": 123, + "slot": "price", + "start": 119 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Well, there is a Southwest Airlines flight. It departs at 4:30 pm. That return leaves at 4:55 pm. The total on this is $141." + }, + { + "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 Tuesday" + ], + "destination_city": [ + "Portland, OR" + ], + "inbound_departure_time": [ + "4:55 pm" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "4:30 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Ok, Lets lock in on that choice." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER_INTENT", + "canonical_values": [ + "ReserveRoundtripFlights" + ], + "slot": "intent", + "values": [ + "ReserveRoundtripFlights" + ] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "How about I go ahead and get your tickets for you?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "Economy" + ], + "slot": "seating_class", + "values": [ + "Economy" + ] + }, + { + "act": "INFORM_INTENT", + "canonical_values": [ + "SearchOnewayFlight" + ], + "slot": "intent", + "values": [ + "SearchOnewayFlight" + ] + }, + { + "act": "NEGATE_INTENT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Next Tuesday" + ], + "destination_city": [ + "Portland, OR" + ], + "inbound_departure_time": [ + "4:55 pm" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "4:30 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "No. Find a one-way flight. I want economy." + }, + { + "frames": [ + { + "actions": [ + { + "act": "OFFER", + "canonical_values": [ + "Southwest Airlines" + ], + "slot": "airlines", + "values": [ + "Southwest Airlines" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "16:30" + ], + "slot": "outbound_departure_time", + "values": [ + "4:30 pm" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "0" + ], + "slot": "number_stops", + "values": [ + "0" + ] + }, + { + "act": "OFFER", + "canonical_values": [ + "140" + ], + "slot": "price", + "values": [ + "$140" + ] + }, + { + "act": "INFORM_COUNT", + "canonical_values": [ + "1" + ], + "slot": "count", + "values": [ + "1" + ] + } + ], + "service": "Flights_1", + "service_call": { + "method": "SearchOnewayFlight", + "parameters": { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_city": "Portland", + "origin_city": "Los Angeles", + "passengers": "3", + "seating_class": "Economy" + } + }, + "service_results": [ + { + "airlines": "Southwest Airlines", + "departure_date": "2019-03-05", + "destination_airport": "PDX International Airport", + "destination_city": "Portland", + "number_stops": "0", + "origin_airport": "LAX International Airport", + "origin_city": "Los Angeles", + "outbound_arrival_time": "19:00", + "outbound_departure_time": "16:30", + "passengers": "3", + "price": "140", + "refundable": "False", + "seating_class": "Economy" + } + ], + "slots": [ + { + "exclusive_end": 90, + "slot": "outbound_departure_time", + "start": 83 + }, + { + "exclusive_end": 121, + "slot": "price", + "start": 117 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "There is 1 option. It is out of Southwest Airlines. The outbound on that leaves at 4:30 pm. 0 layovers. Your cost is $140." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQUEST", + "canonical_values": [], + "slot": "origin_airport", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [ + "origin_airport" + ], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Next Tuesday" + ], + "destination_city": [ + "Portland, OR" + ], + "inbound_departure_time": [ + "4:55 pm" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "4:30 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "Where does that one leave from?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "LAX International Airport" + ], + "slot": "origin_airport", + "values": [ + "Lax International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 25, + "slot": "origin_airport", + "start": 0 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "Lax International Airport is the port of exit." + }, + { + "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": [ + "Southwest Airlines" + ], + "departure_date": [ + "Next Tuesday" + ], + "destination_city": [ + "Portland, OR" + ], + "inbound_departure_time": [ + "4:55 pm" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "4:30 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "What airport will that land in?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "INFORM", + "canonical_values": [ + "PDX International Airport" + ], + "slot": "destination_airport", + "values": [ + "PDX International Airport" + ] + } + ], + "service": "Flights_1", + "slots": [ + { + "exclusive_end": 30, + "slot": "destination_airport", + "start": 5 + } + ] + } + ], + "speaker": "SYSTEM", + "utterance": "It's PDX International Airport." + }, + { + "frames": [ + { + "actions": [ + { + "act": "SELECT", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "SearchOnewayFlight", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Next Tuesday" + ], + "destination_city": [ + "Portland, OR" + ], + "inbound_departure_time": [ + "4:55 pm" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "4:30 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "That flight sounds good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "REQ_MORE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "what other flight might you need?" + }, + { + "frames": [ + { + "actions": [ + { + "act": "NEGATE", + "canonical_values": [], + "slot": "", + "values": [] + }, + { + "act": "THANK_YOU", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [], + "state": { + "active_intent": "NONE", + "requested_slots": [], + "slot_values": { + "airlines": [ + "Southwest Airlines" + ], + "departure_date": [ + "Next Tuesday" + ], + "destination_city": [ + "Portland, OR" + ], + "inbound_departure_time": [ + "4:55 pm" + ], + "origin_city": [ + "LAX" + ], + "outbound_departure_time": [ + "4:30 pm" + ], + "passengers": [ + "3" + ], + "return_date": [ + "the 14th" + ], + "seating_class": [ + "Economy" + ] + } + } + } + ], + "speaker": "USER", + "utterance": "None, I'm good." + }, + { + "frames": [ + { + "actions": [ + { + "act": "GOODBYE", + "canonical_values": [], + "slot": "", + "values": [] + } + ], + "service": "Flights_1", + "slots": [] + } + ], + "speaker": "SYSTEM", + "utterance": "Have a safe trip." + } + ] + } +]