diff --git "a/datasets/schema_guided/dialogues_038.json" "b/datasets/schema_guided/dialogues_038.json" deleted file mode 100644--- "a/datasets/schema_guided/dialogues_038.json" +++ /dev/null @@ -1,91710 +0,0 @@ -[ - { - "dialogue_id": "38_00000", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I am looking to book a flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day will you be returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "the 11th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 68, - "slot": "return_date", - "start": 60 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "return_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to fly on United Airlines and plan on returning on the 11th." - }, - { - "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": [ - "London" - ], - "slot": "origin_city", - "values": [ - "London, UK" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "origin_city": [ - "London, UK" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be leaving from London, UK and prefer to travel economy." - }, - { - "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 day will you departing? Where will your arrival destination be?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "4th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "departure_date", - "start": 36 - }, - { - "exclusive_end": 28, - "slot": "destination_city", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "London, UK" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be traveling to Atlanta on the 4th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:25" - ], - "slot": "outbound_departure_time", - "values": [ - "10:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:15" - ], - "slot": "inbound_departure_time", - "values": [ - "6:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "292" - ], - "slot": "price", - "values": [ - "$292" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_city": "Atlanta", - "origin_city": "London", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "00:49", - "inbound_departure_time": "06:15", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "04:29", - "outbound_departure_time": "22:25", - "passengers": "1", - "price": "292", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 80, - "slot": "outbound_departure_time", - "start": 72 - }, - { - "exclusive_end": 103, - "slot": "inbound_departure_time", - "start": 96 - }, - { - "exclusive_end": 49, - "slot": "price", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found a flight with United Airlines for $292. The flight leaves at 10:25 pm and returns at 6:15 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": [ - "4th of this month" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "London, UK" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds like a good option." - }, - { - "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": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "London, UK" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, but thank you." - }, - { - "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": [ - "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": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "London, UK" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you help me find one way flights for an upcoming trip with 3 people?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:25" - ], - "slot": "outbound_departure_time", - "values": [ - "10:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "238" - ], - "slot": "price", - "values": [ - "$238" - ] - }, - { - "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": "Atlanta", - "origin_city": "London", - "passengers": "3", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "0", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "04:29", - "outbound_departure_time": "22:25", - "passengers": "3", - "price": "238", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 79, - "slot": "outbound_departure_time", - "start": 71 - }, - { - "exclusive_end": 47, - "slot": "price", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 1 flight on United Airlines for $238. The flight departs at 10:25 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": [ - "4th of this month" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "London, UK" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 11th" - ], - "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": "Is there anything else I can assist you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "London, UK" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is all. Thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00001", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hey, can you look up some round trip flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure thing, where would you like to travel to, and what date will you return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "destination_city", - "values": [ - "Las Vegas" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 108, - "slot": "return_date", - "start": 95 - }, - { - "exclusive_end": 28, - "slot": "destination_city", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Las Vegas" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to go to Las Vegas for a while - I've never gone; I think I want to come back on the 13th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city are you traveling from, and what day will you be leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "the 9th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 28 - }, - { - "exclusive_end": 22, - "slot": "departure_date", - "start": 15 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 9th" - ], - "destination_city": [ - "Las Vegas" - ], - "origin_city": [ - "SFO" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving on the 9th from SFO." - }, - { - "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": [ - "05:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "113" - ], - "slot": "price", - "values": [ - "$113" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-09", - "destination_city": "Las Vegas", - "origin_city": "San Francisco", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "07:05", - "inbound_departure_time": "05:30", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "19:05", - "outbound_departure_time": "17:30", - "passengers": "1", - "price": "113", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "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": "123", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-09", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "11:30", - "inbound_departure_time": "09:55", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:15", - "outbound_departure_time": "12:50", - "passengers": "1", - "price": "148", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "16:40", - "inbound_departure_time": "15:05", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "20:50", - "outbound_departure_time": "19:15", - "passengers": "1", - "price": "106", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 92, - "slot": "outbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 142, - "slot": "inbound_departure_time", - "start": 135 - }, - { - "exclusive_end": 69, - "slot": "price", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, here we go: I've found you an American Airlines flight for $113, it departs at 5:30 pm for Vegas and the return flight leaves at 5:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 9th" - ], - "destination_city": [ - "Las Vegas" - ], - "origin_city": [ - "SFO" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh, 5:30 is pretty early - what else is available? I'll need three tickets." - }, - { - "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": [ - "123" - ], - "slot": "price", - "values": [ - "$123" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-09", - "destination_city": "Las Vegas", - "origin_city": "San Francisco", - "passengers": "3", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "07:05", - "inbound_departure_time": "05:30", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "19:05", - "outbound_departure_time": "17:30", - "passengers": "3", - "price": "113", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "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": "123", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-09", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "11:30", - "inbound_departure_time": "09:55", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:15", - "outbound_departure_time": "12:50", - "passengers": "3", - "price": "148", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 90, - "slot": "outbound_departure_time", - "start": 82 - }, - { - "exclusive_end": 136, - "slot": "inbound_departure_time", - "start": 128 - }, - { - "exclusive_end": 157, - "slot": "price", - "start": 153 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, I've got 3 other flights here - Delta Airlines has a departing flight at 10:50 am with the returning flight leaving at 10:50 pm, each ticket is $123." - }, - { - "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 9th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "10:50 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "10:50 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's much better, yeah." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy those 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": [ - "the 9th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "10:50 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "10:50 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not just yet, but 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 today?" - }, - { - "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": [ - "the 9th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "10:50 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "10:50 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, can you look up some one-way flights as well?" - }, - { - "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": [ - "110" - ], - "slot": "price", - "values": [ - "$110" - ] - }, - { - "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-09", - "destination_city": "Las Vegas", - "origin_city": "San Francisco", - "passengers": "3" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "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": "110", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "outbound_departure_time", - "start": 48 - }, - { - "exclusive_end": 78, - "slot": "price", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay - Delta Airlines has 1 flight departing at 10:50 am with 0 stops for $110 - how does that sound?" - }, - { - "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 9th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "10:50 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "10:50 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that one sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is that everything for 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": [ - "the 9th" - ], - "destination_city": [ - "Las Vegas" - ], - "inbound_departure_time": [ - "10:50 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "10:50 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's it, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Happy to help, have a great day." - } - ] - }, - { - "dialogue_id": "38_00002", - "services": [ - "Flights_1" - ], - "turns": [ - { - "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": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you help me find a round-trip flight for 1 person in the Economy seating section?" - }, - { - "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-08" - ], - "slot": "departure_date", - "values": [ - "March 8th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "departure_date", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "passengers": [ - "1" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to leave on March 8th." - }, - { - "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": "When would you like to leave? Where would you like to visit, and when do you plan or returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 80, - "slot": "origin_city", - "start": 73 - }, - { - "exclusive_end": 67, - "slot": "return_date", - "start": 49 - }, - { - "exclusive_end": 31, - "slot": "destination_city", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "Seattle" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to travel to Vancouver and leave on the 13th of this month from Seattle." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:45" - ], - "slot": "outbound_departure_time", - "values": [ - "8:45 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "02:50" - ], - "slot": "inbound_departure_time", - "values": [ - "2:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "329" - ], - "slot": "price", - "values": [ - "$329" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Vancouver", - "origin_city": "Seattle", - "passengers": "1", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "12:15", - "inbound_departure_time": "02:50", - "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": "329", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "22:56", - "inbound_departure_time": "18:05", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "19:49", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "287", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_departure_time", - "start": 54 - }, - { - "exclusive_end": 97, - "slot": "inbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 119, - "slot": "price", - "start": 115 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a flight with Delta Airlines that departs at 8:45 am, with a returning flight at 2:50 am. Ticket start at $329." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "Seattle" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Does this flight have 1 stop?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "That is correct. This flight has 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "8:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to buy a ticket for you?" - }, - { - "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": [ - "March 8th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "8:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you. Do you see any one-way flights?" - }, - { - "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": [ - "292" - ], - "slot": "price", - "values": [ - "$292" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "Vancouver", - "origin_city": "Seattle", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "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": "292", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "outbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 99, - "slot": "price", - "start": 95 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a flight with Delta Airlines that has 1 stop and departs at 8:45 am. Tickets start at $292." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "8:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do you see any other flights that are available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "Vancouver", - "origin_city": "Seattle", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry, but there are no other flight available that fit your criteria. Is there anything else that I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "8:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you. That'll be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "38_00003", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Mexico city" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 71, - "slot": "origin_city", - "start": 60 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Mexico city" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am seeking a round trip flight for myself; departing from Mexico city." - }, - { - "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 will you be traveling to and when will you be leaving. Also, what is your return date." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "9th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "March 3rd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 66, - "slot": "return_date", - "start": 54 - }, - { - "exclusive_end": 35, - "slot": "departure_date", - "start": 26 - }, - { - "exclusive_end": 22, - "slot": "destination_city", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Mexico city" - ], - "return_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave for SF on March 3rd and return on the 9th of March." - }, - { - "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": [ - "148" - ], - "slot": "price", - "values": [ - "$148" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Mexico City", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "19:03", - "inbound_departure_time": "13:20", - "number_stops": "0", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "16:38", - "outbound_departure_time": "14:55", - "passengers": "1", - "price": "148", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "20:05", - "inbound_departure_time": "09:15", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "23:45", - "outbound_departure_time": "20:45", - "passengers": "1", - "price": "246", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 102, - "slot": "inbound_departure_time", - "start": 95 - }, - { - "exclusive_end": 128, - "slot": "price", - "start": 124 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an American Airlines flight that leaves at 2:55 pm with a return flight that leaves at 1:20 pm. The ticket price is $148." - }, - { - "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 3rd" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "1:20 pm" - ], - "origin_city": [ - "Mexico city" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like that sound of that flight" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I purchase a ticket for that 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": [ - "SF" - ], - "inbound_departure_time": [ - "1:20 pm" - ], - "origin_city": [ - "Mexico city" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "9th of March" - ] - } - } - } - ], - "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 assistance 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": [ - "American Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "1:20 pm" - ], - "origin_city": [ - "Mexico city" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you look up[ some one-way flights for me." - }, - { - "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": [ - "133" - ], - "slot": "price", - "values": [ - "$133" - ] - }, - { - "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": "San Francisco", - "origin_city": "Mexico City" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "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": "133", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 96, - "slot": "price", - "start": 92 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 American Airlines flight that leaves at 2:55 pm with 0 stops. The ticket price is $133." - }, - { - "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": [ - "March 3rd" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "1:20 pm" - ], - "origin_city": [ - "Mexico city" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport and what does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "destination_airport", - "values": [ - "SFO International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "16:38" - ], - "slot": "outbound_arrival_time", - "values": [ - "4:38 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "destination_airport", - "start": 29 - }, - { - "exclusive_end": 65, - "slot": "outbound_arrival_time", - "start": 58 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The onward flight arrives at SFO International Airport 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": [ - "March 3rd" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "1:20 pm" - ], - "origin_city": [ - "Mexico city" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like that sound of that flight." - }, - { - "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 3rd" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "1:20 pm" - ], - "origin_city": [ - "Mexico city" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "9th of March" - ] - } - } - } - ], - "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": "38_00004", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "return_date", - "start": 51 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hello, could you look for a economy flight back on March 11th for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, where are you leaving from and where are you visiting?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "March 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "departure_date", - "start": 33 - }, - { - "exclusive_end": 68, - "slot": "destination_city", - "start": 66 - }, - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from Los Angeles on March 9th and I will be going to SF" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:50" - ], - "slot": "outbound_departure_time", - "values": [ - "5:50 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:20" - ], - "slot": "inbound_departure_time", - "values": [ - "8:20 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "115" - ], - "slot": "price", - "values": [ - "$115" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-09", - "destination_city": "San Francisco", - "origin_city": "Los Angeles", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-09", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "21:45", - "inbound_departure_time": "20:20", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "19:15", - "outbound_departure_time": "17:50", - "passengers": "1", - "price": "115", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:15", - "inbound_departure_time": "15:50", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "07:55", - "outbound_departure_time": "06:30", - "passengers": "1", - "price": "111", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-09", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "14:15", - "inbound_departure_time": "12:50", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "23:45", - "outbound_departure_time": "22:20", - "passengers": "1", - "price": "99", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:40", - "inbound_departure_time": "09:15", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "11:30", - "outbound_departure_time": "08:05", - "passengers": "1", - "price": "146", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 119, - "slot": "outbound_departure_time", - "start": 112 - }, - { - "exclusive_end": 152, - "slot": "inbound_departure_time", - "start": 145 - }, - { - "exclusive_end": 177, - "slot": "price", - "start": 173 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 4 flights I have found that would work for you, what about this Alaska Airlines flight that leaves at 5:50 PM? The return flight is at 8:20 PM and this would cost $115" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "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": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Los Angeles" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What are the other options, are there any with Southwest Airlines? Also there will be four people total in my group." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:20" - ], - "slot": "outbound_departure_time", - "values": [ - "10:20 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:50" - ], - "slot": "inbound_departure_time", - "values": [ - "12:50 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "99" - ], - "slot": "price", - "values": [ - "$99" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-09", - "destination_city": "San Francisco", - "origin_city": "Los Angeles", - "passengers": "4", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-09", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "14:15", - "inbound_departure_time": "12:50", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "23:45", - "outbound_departure_time": "22:20", - "passengers": "4", - "price": "99", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "outbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 106, - "slot": "inbound_departure_time", - "start": 98 - }, - { - "exclusive_end": 134, - "slot": "price", - "start": 131 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is indeed a flight with Southwest Airlines! It would be at 10:20 PM with a return flight at 12:50 PM, this flight would cost $99 per person!" - }, - { - "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 9th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "12:50 PM" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "10:20 PM" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight works great for me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to purchase the tickets for you?" - }, - { - "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": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "12:50 PM" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "10:20 PM" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks, I have a trip Im saving up for soon. Would you be able to find a oneway flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest 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": [ - "89" - ], - "slot": "price", - "values": [ - "$89" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-09", - "destination_city": "San Francisco", - "origin_city": "Los Angeles", - "passengers": "4", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-09", - "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": "4", - "price": "89", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 65, - "slot": "outbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 93, - "slot": "price", - "start": 90 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me see, what about this Southwest Airlines flight at 10:20 PM with 0 stops that costs $89?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "12:50 PM" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "10:20 PM" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the onward flight arrive for that?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "23:45" - ], - "slot": "outbound_arrival_time", - "values": [ - "11:45 PM" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "outbound_arrival_time", - "start": 3 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At 11:45 PM" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "12:50 PM" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "10:20 PM" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, that flight works for me!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else you need help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "12:50 PM" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "10:20 PM" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I hope you have a great day!" - } - ] - }, - { - "dialogue_id": "38_00005", - "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 please search flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you want to go, for how long and when do you want to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "March 5th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 40, - "slot": "departure_date", - "start": 31 - }, - { - "exclusive_end": 68, - "slot": "return_date", - "start": 58 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "Atlanta" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Atlanta, leaving March 5th and returning 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": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chi-town" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving 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": [ - "21:15" - ], - "slot": "inbound_departure_time", - "values": [ - "9:15 pm" - ] - }, - { - "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": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Atlanta", - "origin_city": "Chicago", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "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": "1", - "price": "129", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "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": "122", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "07:16", - "inbound_departure_time": "06:15", - "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": "129", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 92, - "slot": "outbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 132, - "slot": "inbound_departure_time", - "start": 125 - }, - { - "exclusive_end": 162, - "slot": "price", - "start": 158 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 3 flights for your trip. There is an American Airlines flight that leaves at 8:40 pm and the return flight leaves at 9:15 pm. The price per ticket is $129." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "Atlanta" - ], - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What other flights are available? I want to travel in economy and I prefer United Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:50" - ], - "slot": "outbound_departure_time", - "values": [ - "9:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:15" - ], - "slot": "inbound_departure_time", - "values": [ - "6:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "129" - ], - "slot": "price", - "values": [ - "$129" - ] - }, - { - "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": "Atlanta", - "origin_city": "Chicago", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "07:16", - "inbound_departure_time": "06:15", - "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": "129", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 54, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 94, - "slot": "inbound_departure_time", - "start": 87 - }, - { - "exclusive_end": 124, - "slot": "price", - "start": 120 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 United Airlines flight. It leaves at 9:50 pm and the return flight leaves at 6:15 am. The price per ticket is $129." - }, - { - "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": [ - "Atlanta" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "9:50 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I purchase the 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": [ - "March 5th" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "9:50 pm" - ], - "return_date": [ - "March 12th" - ], - "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": "Shall I help you 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": [ - "United Airlines" - ], - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "9:50 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me a one-way flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United 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": [ - "116" - ], - "slot": "price", - "values": [ - "$116" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_city": "Atlanta", - "origin_city": "Chicago", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "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": "116", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 52, - "slot": "outbound_departure_time", - "start": 45 - }, - { - "exclusive_end": 84, - "slot": "price", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a United Airlines flight leaving at 9:50 pm that has 0 stops and costs $116 per ticket." - }, - { - "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": [ - "Atlanta" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "9:50 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "Atlanta" - ], - "inbound_departure_time": [ - "6:15 am" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "9:50 pm" - ], - "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": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "38_00006", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search round trip flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "origin_city", - "start": 32 - }, - { - "exclusive_end": 73, - "slot": "destination_city", - "start": 60 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Phoenix" - ], - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "We are two people, leaving from Phoenix. We're traveling to San Francisco." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you coming back? And when would you like to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "March 3rd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "departure_date", - "start": 17 - }, - { - "exclusive_end": 71, - "slot": "return_date", - "start": 58 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Phoenix" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "We're leaving on March 3rd, and we'd like to get back the 12th 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": [ - "174" - ], - "slot": "price", - "values": [ - "$174" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Phoenix", - "passengers": "2", - "return_date": "2019-03-12" - } - }, - "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": "2", - "price": "174", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "01:17", - "inbound_departure_time": "23:10", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "08:07", - "outbound_departure_time": "06:00", - "passengers": "2", - "price": "118", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:22", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "01:57", - "outbound_departure_time": "23:50", - "passengers": "2", - "price": "140", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "outbound_departure_time", - "start": 59 - }, - { - "exclusive_end": 107, - "slot": "inbound_departure_time", - "start": 100 - }, - { - "exclusive_end": 140, - "slot": "price", - "start": 136 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight. The flight leaves at 6:15 am, and the return flight leaves at 8:10 am. The price of the ticket is $174." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Phoenix" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other avaliable flights. I'd like to travel in Economy Class, and I prefer to fly with United Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:50" - ], - "slot": "outbound_departure_time", - "values": [ - "11:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:15" - ], - "slot": "inbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "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": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Phoenix", - "passengers": "2", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:22", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "01:57", - "outbound_departure_time": "23:50", - "passengers": "2", - "price": "140", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 98, - "slot": "outbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 122, - "slot": "inbound_departure_time", - "start": 115 - }, - { - "exclusive_end": 155, - "slot": "price", - "start": 151 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flights that might suit you. There is a United Airlines flight, which leaves at 11:50 pm, and returns at 2:15 pm. The price of the ticket is $140." - }, - { - "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 3rd" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Phoenix" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "16:22" - ], - "slot": "inbound_arrival_time", - "values": [ - "4:22 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "inbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 4:22 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": [ - "March 3rd" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of March" - ], - "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": "Should I buy the 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": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, not right now. Could you find me one-way flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:50" - ], - "slot": "outbound_departure_time", - "values": [ - "11:50 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": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Phoenix", - "passengers": "2", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "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": "2", - "price": "128", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 108, - "slot": "price", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a United Airlines flight, which leaves at 11:50 pm and has 0 stops. The price of the ticket is $128." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is it refundable? When does it arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "01:57" - ], - "slot": "outbound_arrival_time", - "values": [ - "1:57 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 73, - "slot": "outbound_arrival_time", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Unfortunately, the ticket isn't refundable. The flight arrives at 1:57 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other flights avaliable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Phoenix", - "passengers": "2", - "seating_class": "Economy" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry, I couldn't fight anything else. Shall I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "12th of March" - ], - "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": "38_00007", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you help me find a round-trip flight for 2 people?" - }, - { - "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 would you like to leave? Where would you like to visit, and here are you leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "origin_city", - "values": [ - "Vancouver, BC" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "6th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SFO" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "origin_city", - "start": 21 - }, - { - "exclusive_end": 84, - "slot": "departure_date", - "start": 72 - }, - { - "exclusive_end": 64, - "slot": "destination_city", - "start": 61 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Vancouver, BC" - ], - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be leaving from Vancouver, BC and I'd like to travel to SFO on the 6th of March." - }, - { - "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-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": { - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Vancouver, BC" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to return by the 11th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "03:20" - ], - "slot": "outbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:45" - ], - "slot": "inbound_departure_time", - "values": [ - "5:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "184" - ], - "slot": "price", - "values": [ - "$184" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "San Francisco", - "origin_city": "Vancouver", - "passengers": "2", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "20:12", - "inbound_departure_time": "17:45", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "07:55", - "outbound_departure_time": "03:20", - "passengers": "2", - "price": "184", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 115, - "slot": "outbound_departure_time", - "start": 108 - }, - { - "exclusive_end": 164, - "slot": "inbound_departure_time", - "start": 157 - }, - { - "exclusive_end": 194, - "slot": "price", - "start": 190 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I was able to locate 1 flight that fit your criteria. There is a flight with Delta Airlines that departs at 3:20 am, with a returning flight that departs at 5:45 pm. The price per ticket is $184." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:45 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds pretty good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I buy your tickets for this flight?" - }, - { - "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": [ - "6th of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:45 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you. Are you able to find any one-way flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "03:20" - ], - "slot": "outbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "241" - ], - "slot": "price", - "values": [ - "$241" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_city": "San Francisco", - "origin_city": "Vancouver", - "passengers": "2" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "07:55", - "outbound_departure_time": "03:20", - "passengers": "2", - "price": "241", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "outbound_departure_time", - "start": 66 - }, - { - "exclusive_end": 107, - "slot": "price", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a flight with 1 stop with Delta Airlines that departs at 3:20 am, and the price per ticket is $241." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:45 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "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": "The tickets are not refundable, unfortunately." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:45 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport would we be departing from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "YVR International Airport" - ], - "slot": "origin_airport", - "values": [ - "YVR International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "origin_airport", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This flight will be departing from YVR International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:45 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Excellent. That sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like my assistance with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "6th of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:45 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "3:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you. That'll be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "38_00008", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me some round trip airline tickets, preferably on Delta Airlines?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date are you returning from and where are you departing from and traveling to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "origin_city", - "values": [ - "Portland, OR" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "March 8th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "origin_city", - "start": 20 - }, - { - "exclusive_end": 52, - "slot": "destination_city", - "start": 50 - }, - { - "exclusive_end": 83, - "slot": "return_date", - "start": 74 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Portland, OR" - ], - "return_date": [ - "March 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am departing from Portland, OR and traveling to LA. I want to return on March 8th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan on departing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "departure_date", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Portland, OR" - ], - "return_date": [ - "March 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am departing the day after tomorrow." - }, - { - "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": [ - "227" - ], - "slot": "price", - "values": [ - "$227" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "Los Angeles", - "origin_city": "Portland", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "12:08", - "inbound_departure_time": "06:50", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "15:17", - "outbound_departure_time": "09:35", - "passengers": "1", - "price": "227", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 81, - "slot": "inbound_departure_time", - "start": 74 - }, - { - "exclusive_end": 90, - "slot": "price", - "start": 86 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight on Delta Airlines that departs at 9:35 am and returns at 6:50 am for $227." - }, - { - "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": [ - "day after tomorrow" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Portland, OR" - ], - "return_date": [ - "March 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is the ticket refundable? Also, when does my return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "12:08" - ], - "slot": "inbound_arrival_time", - "values": [ - "12:08 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "inbound_arrival_time", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is not refundable and the return flight arrives at 12:08 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": [ - "LA" - ], - "inbound_departure_time": [ - "6:50 am" - ], - "origin_city": [ - "Portland, OR" - ], - "outbound_departure_time": [ - "9:35 am" - ], - "return_date": [ - "March 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The flight sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want me to purchase 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": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "6:50 am" - ], - "origin_city": [ - "Portland, OR" - ], - "outbound_departure_time": [ - "9:35 am" - ], - "return_date": [ - "March 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you. Can you find me one-way tickets instead?" - }, - { - "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": [ - "208" - ], - "slot": "price", - "values": [ - "$208" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "Los Angeles", - "origin_city": "Portland" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "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": "208", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 48 - }, - { - "exclusive_end": 76, - "slot": "price", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found a Delta Airlines flight that departs at 9:35 am with 1 stop for $208." - }, - { - "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": [ - "LA" - ], - "inbound_departure_time": [ - "6:50 am" - ], - "origin_city": [ - "Portland, OR" - ], - "outbound_departure_time": [ - "9:35 am" - ], - "return_date": [ - "March 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "day after tomorrow" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "6:50 am" - ], - "origin_city": [ - "Portland, OR" - ], - "outbound_departure_time": [ - "9:35 am" - ], - "return_date": [ - "March 8th" - ] - } - } - } - ], - "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": "38_00009", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to find round trip 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": "What is your departing and arrival city and date of departure?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "destination_city", - "values": [ - "London, england" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "origin_city", - "start": 25 - }, - { - "exclusive_end": 71, - "slot": "departure_date", - "start": 59 - }, - { - "exclusive_end": 51, - "slot": "destination_city", - "start": 36 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "London, england" - ], - "origin_city": [ - "Chicago" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be traveling from Chicago to London, england on the 2nd of March." - }, - { - "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": [ - "5th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "return_date", - "start": 27 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "London, england" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be returning on the 5th of March." - }, - { - "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": [ - "00:10" - ], - "slot": "inbound_departure_time", - "values": [ - "0:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "446" - ], - "slot": "price", - "values": [ - "$446" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "London", - "origin_city": "Chicago", - "return_date": "2019-03-05" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "13:52", - "inbound_departure_time": "00:10", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:04", - "outbound_departure_time": "04:30", - "passengers": "1", - "price": "446", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "12:29", - "inbound_departure_time": "08:00", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:37", - "outbound_departure_time": "09:15", - "passengers": "1", - "price": "332", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "01:09", - "inbound_departure_time": "20:40", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "03:14", - "outbound_departure_time": "12:45", - "passengers": "1", - "price": "234", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 77, - "slot": "outbound_departure_time", - "start": 70 - }, - { - "exclusive_end": 120, - "slot": "inbound_departure_time", - "start": 113 - }, - { - "exclusive_end": 141, - "slot": "price", - "start": 137 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "American Airlines has 3 flights that day. One departs from chicago at 4:30 am with the return flight dearting at 0:10 am. This ticket is $446." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "number_stops" - ], - "slot_values": { - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "London, england" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Does this flight have any stops and which airport does the flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Heathrow International Airport" - ], - "slot": "destination_airport", - "values": [ - "Heathrow International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "destination_airport", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You will be arriving at Heathrow International Airport and there is 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "London, england" - ], - "inbound_departure_time": [ - "0:10 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This flight sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Wpuld you like to purchase a 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": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "London, england" - ], - "inbound_departure_time": [ - "0:10 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not at this time. Will you search for a one-way flight?" - }, - { - "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": [ - "401" - ], - "slot": "price", - "values": [ - "$401" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "London", - "origin_city": "Chicago" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:04", - "outbound_departure_time": "04:30", - "passengers": "1", - "price": "401", - "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": "American Airlines has an outbound flight with 1 stop that departs at 4:30 am with a ticket price of $401." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "destination_airport", - "origin_airport" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "London, england" - ], - "inbound_departure_time": [ - "0:10 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the departure and arrrival airports?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "O'Hare International Airport" - ], - "slot": "origin_airport", - "values": [ - "O'Hare International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Heathrow International Airport" - ], - "slot": "destination_airport", - "values": [ - "Heathrow International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "origin_airport", - "start": 25 - }, - { - "exclusive_end": 99, - "slot": "destination_airport", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This flights leaves from O'Hare International Airport and arrives 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": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "London, england" - ], - "inbound_departure_time": [ - "0:10 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This flight is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "May I help you with anything else today?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of March" - ], - "destination_city": [ - "London, england" - ], - "inbound_departure_time": [ - "0:10 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "4:30 am" - ], - "return_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "38_00010", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to find a round trip flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date will you be leaving and where would you like to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "6th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Ciudad de Mexico" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "departure_date", - "start": 4 - }, - { - "exclusive_end": 41, - "slot": "destination_city", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The 6th of this month to Ciudad de Mexico." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you want to fly out of? What date would you like to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Las Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "the 13th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 14, - "slot": "origin_city", - "start": 5 - }, - { - "exclusive_end": 48, - "slot": "return_date", - "start": 40 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "origin_city": [ - "Las Vegas" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From Las Vegas and need to come back on the 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:30" - ], - "slot": "outbound_departure_time", - "values": [ - "9:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:05" - ], - "slot": "inbound_departure_time", - "values": [ - "8:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "234" - ], - "slot": "price", - "values": [ - "$234" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "Mexico City", - "origin_city": "Las Vegas", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "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": "234", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 70, - "slot": "outbound_departure_time", - "start": 63 - }, - { - "exclusive_end": 110, - "slot": "inbound_departure_time", - "start": 103 - }, - { - "exclusive_end": 119, - "slot": "price", - "start": 115 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "What do you think about an American Airlines flight leaving at 9:30 am and the return flight leaves at 8:05 am for $234." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "origin_city": [ - "Las Vegas" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How many lay overs does it have?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It has 1 lay over." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "origin_city": [ - "Las Vegas" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "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": "It is a nonrefundable 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": [ - "6th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like for me to buy the 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": [ - "6th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help with?" - }, - { - "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": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a one way flight for 3 people." - }, - { - "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": [ - "197" - ], - "slot": "price", - "values": [ - "$197" - ] - }, - { - "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-06", - "destination_city": "Mexico City", - "origin_city": "Las Vegas", - "passengers": "3" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "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": "3", - "price": "197", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 72, - "slot": "outbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 96, - "slot": "price", - "start": 92 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 Option it is an American Airlines flight departing at 9:30 am with 1 layover for $197." - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time would it arrive and at what airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "20:05" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:05 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Benito Juarez International Airport" - ], - "slot": "destination_airport", - "values": [ - "Benito Juarez International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - }, - { - "exclusive_end": 60, - "slot": "destination_airport", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "IT arrives at 8:05 pm at Benito Juarez 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": [ - "6th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sound good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there something else I can help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "6th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No 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": "38_00011", - "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": 72, - "slot": "departure_date", - "start": 56 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "friday next week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search for a round trip flight? I want to leave friday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you headed, and when would you like to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "CDMX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "destination_city", - "start": 15 - }, - { - "exclusive_end": 52, - "slot": "return_date", - "start": 42 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "friday next week" - ], - "destination_city": [ - "CDMX" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am headed to CDMX and I wanna come back March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be leaving from, who will be travelling with you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chi-town" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "friday next week" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "Chi-town" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to leave from Chi-town, and i have a group of four." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:20" - ], - "slot": "outbound_departure_time", - "values": [ - "1:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:05" - ], - "slot": "inbound_departure_time", - "values": [ - "8:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "313" - ], - "slot": "price", - "values": [ - "$313" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Mexico City", - "origin_city": "Chicago", - "passengers": "4", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "20:12", - "inbound_departure_time": "08:05", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "23:16", - "outbound_departure_time": "13:20", - "passengers": "4", - "price": "313", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "04:07", - "inbound_departure_time": "16:40", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "17:48", - "outbound_departure_time": "05:55", - "passengers": "4", - "price": "337", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "05:36", - "inbound_departure_time": "00:20", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "02:05", - "outbound_departure_time": "12:45", - "passengers": "4", - "price": "304", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_departure_time", - "start": 56 - }, - { - "exclusive_end": 97, - "slot": "inbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 123, - "slot": "price", - "start": 119 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an american airlines flight, outbound leaves at 1:20 pm, and the return leaves at 8:05 am. The ticket price is $313." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "friday next week" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "Chi-town" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other options?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:55" - ], - "slot": "outbound_departure_time", - "values": [ - "5:55 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:40" - ], - "slot": "inbound_departure_time", - "values": [ - "4:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "337" - ], - "slot": "price", - "values": [ - "$337" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "outbound_departure_time", - "start": 63 - }, - { - "exclusive_end": 111, - "slot": "inbound_departure_time", - "start": 104 - }, - { - "exclusive_end": 137, - "slot": "price", - "start": 133 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a delta airlines flight. The outbound flight leaves at 5:55 am, and the return flight leaves at 4:40 pm. The ticket price is $337." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "departure_date": [ - "friday next week" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "Chi-town" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "refundable", - "values": [ - "True" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes." - }, - { - "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": [ - "friday next week" - ], - "destination_city": [ - "CDMX" - ], - "inbound_departure_time": [ - "4:40 pm" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "5:55 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to buy the tickets 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": [ - "Delta Airlines" - ], - "departure_date": [ - "friday next week" - ], - "destination_city": [ - "CDMX" - ], - "inbound_departure_time": [ - "4:40 pm" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "5:55 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you, could you find me one-way flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta 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": [ - "301" - ], - "slot": "price", - "values": [ - "$301" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "Mexico City", - "origin_city": "Chicago", - "passengers": "4" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "17:48", - "outbound_departure_time": "05:55", - "passengers": "4", - "price": "301", - "refundable": "True", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 68, - "slot": "outbound_departure_time", - "start": 61 - }, - { - "exclusive_end": 100, - "slot": "price", - "start": 96 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight. There's a delta airlines flight leaving at 5:55 am, with 1 stop. The price is $301." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "friday next week" - ], - "destination_city": [ - "CDMX" - ], - "inbound_departure_time": [ - "4:40 pm" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "5:55 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport is that flight 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": 58, - "slot": "destination_airport", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The destination is the 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": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "friday next week" - ], - "destination_city": [ - "CDMX" - ], - "inbound_departure_time": [ - "4:40 pm" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "5:55 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport is it departing 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": 48, - "slot": "origin_airport", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It departs from the 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": [ - "Delta Airlines" - ], - "departure_date": [ - "friday next week" - ], - "destination_city": [ - "CDMX" - ], - "inbound_departure_time": [ - "4:40 pm" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "5:55 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "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": [ - "Delta Airlines" - ], - "departure_date": [ - "friday next week" - ], - "destination_city": [ - "CDMX" - ], - "inbound_departure_time": [ - "4:40 pm" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "5:55 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you for everything." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem, have a great day." - } - ] - }, - { - "dialogue_id": "38_00012", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you find some round trip flights for me please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "destination_city", - "start": 24 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be travelling to Seattle." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would you like to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "1st of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "departure_date", - "start": 7 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On the 1st of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you leave from and when are you going to be back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "return_date", - "values": [ - "4th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "origin_city", - "start": 23 - }, - { - "exclusive_end": 71, - "slot": "return_date", - "start": 54 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be leaving from Los Angeles and be back on the 4th of this month." - }, - { - "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": [ - "135" - ], - "slot": "price", - "values": [ - "$135" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "5" - ], - "slot": "count", - "values": [ - "5" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "Los Angeles", - "return_date": "2019-03-04" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "18:32", - "inbound_departure_time": "15:45", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "21:57", - "outbound_departure_time": "19:10", - "passengers": "1", - "price": "135", - "refundable": "True", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "11:02", - "inbound_departure_time": "08:15", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "02:32", - "outbound_departure_time": "23:45", - "passengers": "1", - "price": "142", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "11:32", - "inbound_departure_time": "08:45", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "09:37", - "outbound_departure_time": "06:50", - "passengers": "1", - "price": "151", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "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": "141", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "21:07", - "inbound_departure_time": "18:20", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "11:42", - "outbound_departure_time": "08:55", - "passengers": "1", - "price": "135", - "refundable": "True", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 109, - "slot": "outbound_departure_time", - "start": 102 - }, - { - "exclusive_end": 140, - "slot": "inbound_departure_time", - "start": 133 - }, - { - "exclusive_end": 159, - "slot": "price", - "start": 155 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 5 convenient for your trip. One is an Alaska Airlines flight that has an outbound flight at 7:10 pm and a return flight at 3:45 pm. The price is $135" - }, - { - "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": [ - "1st of this month" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "3:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "7:10 pm" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That seems good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I get these 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": [ - "Alaska Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "3:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "7:10 pm" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks, I am 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": [ - "SearchOnewayFlight" - ], - "slot": "intent", - "values": [ - "SearchOnewayFlight" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "3:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "7:10 pm" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there any one-way flights?" - }, - { - "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": [ - "131" - ], - "slot": "price", - "values": [ - "$131" - ] - }, - { - "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-01", - "destination_city": "Seattle", - "origin_city": "Los Angeles" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "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": "131", - "refundable": "True", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 99, - "slot": "outbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 148, - "slot": "price", - "start": 144 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 suitable flight that is an Alaska Airlines flight. The outbound flight leaves at 7:10 pm with 0 stops and the price of the ticket is $131." - }, - { - "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": [ - "1st of this month" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "3:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "7:10 pm" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight seems pretty good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "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": [ - "1st of this month" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "3:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "7:10 pm" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you. Thanks for the help" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "38_00013", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 50, - "slot": "destination_city", - "start": 37 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "San Francisco" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search round trip flights to San Francisco?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you planning to leave from, and when? When are you willing to come back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York City" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "9th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "origin_city", - "start": 41 - }, - { - "exclusive_end": 34, - "slot": "departure_date", - "start": 17 - }, - { - "exclusive_end": 98, - "slot": "return_date", - "start": 80 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "New York City" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving the 9th of this month, from New York City. I'd like to get back on 13th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:45" - ], - "slot": "outbound_departure_time", - "values": [ - "4:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:30" - ], - "slot": "inbound_departure_time", - "values": [ - "8:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "193" - ], - "slot": "price", - "values": [ - "$193" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-09", - "destination_city": "San Francisco", - "origin_city": "New York", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "05:56", - "inbound_departure_time": "20:30", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "20:11", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "193", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "20:21", - "inbound_departure_time": "10:55", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "18:01", - "outbound_departure_time": "14:35", - "passengers": "1", - "price": "227", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-09", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "05:36", - "inbound_departure_time": "20:10", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "16:56", - "outbound_departure_time": "13:30", - "passengers": "1", - "price": "219", - "refundable": "True", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "15:16", - "inbound_departure_time": "05:50", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "09:31", - "outbound_departure_time": "06:05", - "passengers": "1", - "price": "225", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 95, - "slot": "outbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 132, - "slot": "inbound_departure_time", - "start": 125 - }, - { - "exclusive_end": 165, - "slot": "price", - "start": 161 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 4 flights that might suit you. There is an American Airlines flight, leaving at 4:45 pm. The return flight leaves at 8:30 pm. The price of the ticket is $193." - }, - { - "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": [ - "9th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "New York City" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does my return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "05:56" - ], - "slot": "inbound_arrival_time", - "values": [ - "5:56 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "inbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 5:56 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I buy 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": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not right now. Could you find me one-way flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:45" - ], - "slot": "outbound_departure_time", - "values": [ - "4:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "186" - ], - "slot": "price", - "values": [ - "$186" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_city": "San Francisco", - "origin_city": "New York" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "20:11", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "186", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 97, - "slot": "outbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 146, - "slot": "price", - "start": 142 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight that might suit you. There is an American Airlines flight that leaves at 4:45 pm and has 0 stops. The price of the ticket is $186." - }, - { - "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": [ - "9th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one!" - } - ] - }, - { - "dialogue_id": "38_00014", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 50, - "slot": "origin_city", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "ATL" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for an economy flight leaving from ATL." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would you like to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "March 1st" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "8th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "departure_date", - "start": 18 - }, - { - "exclusive_end": 63, - "slot": "return_date", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 1st" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to leave March 1st and return on the 8th of this month; I prefer Delta Airlines." - }, - { - "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": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "destination_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 1st" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm traveling to Seattle, WA - could you search Southwest Airlines instead?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:35" - ], - "slot": "outbound_departure_time", - "values": [ - "1:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:25" - ], - "slot": "inbound_departure_time", - "values": [ - "5:25 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": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "Atlanta", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "17:19", - "inbound_departure_time": "05:25", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "18:05", - "outbound_departure_time": "13:35", - "passengers": "1", - "price": "308", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "outbound_departure_time", - "start": 66 - }, - { - "exclusive_end": 97, - "slot": "inbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 107, - "slot": "price", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 1 option: Southwest Airlines has an outbound flight at 1:35 pm that returns at 5:25 am, for $308." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 1st" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:05" - ], - "slot": "outbound_arrival_time", - "values": [ - "6:05 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "outbound_arrival_time", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "That flight arrives at 6:05 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": [ - "March 1st" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "1:35 pm" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like 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": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "1:35 pm" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help you with?" - }, - { - "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": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 1st" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "1:35 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have a trip coming up - can you find me 1 ticket for one-way flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest 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": [ - "283" - ], - "slot": "price", - "values": [ - "$283" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "Atlanta", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "18:05", - "outbound_departure_time": "13:35", - "passengers": "1", - "price": "283", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 46, - "slot": "outbound_departure_time", - "start": 39 - }, - { - "exclusive_end": 116, - "slot": "price", - "start": 112 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an outbound flight leaving at 1:35 pm with 1 stop through Southwest Airlines; the price of a ticket is $283." - }, - { - "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": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "1:35 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That 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 with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "March 1st" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "1:35 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "8th 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 great day." - } - ] - }, - { - "dialogue_id": "38_00015", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hey, I'm looking for some round trip flights, can you help me out?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure thing, can I get some more information first? Where are you leaving from, where would you like to go, and when are you returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Washington" - ], - "slot": "origin_city", - "values": [ - "Washington" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "the 13th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "destination_city", - "values": [ - "Philadelphia" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 19 - }, - { - "exclusive_end": 80, - "slot": "return_date", - "start": 72 - }, - { - "exclusive_end": 45, - "slot": "destination_city", - "start": 33 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "Washington" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm traveling from Washington to Philadelphia and I'd like to return on the 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day would you like to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "March 5th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "departure_date", - "start": 14 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "Washington" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm departing March 5th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:10" - ], - "slot": "outbound_departure_time", - "values": [ - "5:10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:45" - ], - "slot": "inbound_departure_time", - "values": [ - "9:45 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "146" - ], - "slot": "price", - "values": [ - "$146" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Philadelphia", - "origin_city": "Washington", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "12:05", - "inbound_departure_time": "09:45", - "number_stops": "1", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "19:46", - "outbound_departure_time": "17:10", - "passengers": "1", - "price": "146", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "07:15", - "inbound_departure_time": "04:45", - "number_stops": "1", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "00:51", - "outbound_departure_time": "20:40", - "passengers": "1", - "price": "197", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "outbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 106, - "slot": "inbound_departure_time", - "start": 99 - }, - { - "exclusive_end": 115, - "slot": "price", - "start": 111 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 2 possible options; American Airlines has a departing flight at 5:10 pm that returns at 9:45 am for $146." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "Washington" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where does the departing flight leave from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Dulles International Airport" - ], - "slot": "origin_airport", - "values": [ - "Dulles International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 58, - "slot": "origin_airport", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your first flight leaves from Dulles International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "number_stops" - ], - "slot_values": { - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "Washington" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there 0 stops or is there a layover? When does the returning flight leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "12:05" - ], - "slot": "inbound_arrival_time", - "values": [ - "12:05 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "inbound_arrival_time", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 1 stop and your return flight departs at 12: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": [ - "March 5th" - ], - "destination_city": [ - "Philadelphia" - ], - "origin_city": [ - "Washington" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What other flights are available?" - }, - { - "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": [ - "04:45" - ], - "slot": "inbound_departure_time", - "values": [ - "4:45 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "197" - ], - "slot": "price", - "values": [ - "$197" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "outbound_departure_time", - "start": 42 - }, - { - "exclusive_end": 83, - "slot": "inbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 92, - "slot": "price", - "start": 88 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "United Airlines has an outbound flight at 8:40 pm and a returning flight at 4:45 am for $197." - }, - { - "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": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "4:45 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good, yeah." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to purchase the tickets today?" - }, - { - "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": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "4:45 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not today, but can you look for one-way flights?" - }, - { - "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": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "228" - ], - "slot": "price", - "values": [ - "$228" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_city": "Philadelphia", - "origin_city": "Washington" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "number_stops": "1", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "00:51", - "outbound_departure_time": "20:40", - "passengers": "1", - "price": "228", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 52, - "slot": "outbound_departure_time", - "start": 45 - }, - { - "exclusive_end": 73, - "slot": "price", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 1 United Airlines flight outbound at 8:40 pm with 1 stop for $228." - }, - { - "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": [ - "March 5th" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "4:45 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the flight arrive in Philadelphia? Is it refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "00:51" - ], - "slot": "outbound_arrival_time", - "values": [ - "0:51 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "outbound_arrival_time", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You would arrive in Philadelphia at 0:51 am, I'm afraid it's non-refundable." - }, - { - "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": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "4:45 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds 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 today?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 5th" - ], - "destination_city": [ - "Philadelphia" - ], - "inbound_departure_time": [ - "4:45 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "8:40 pm" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "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": "38_00016", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I am looking for a round trip flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you leaving from and when are you returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "5th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "origin_city", - "start": 13 - }, - { - "exclusive_end": 64, - "slot": "return_date", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Chicago" - ], - "return_date": [ - "5th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving Chicago and want to return on the 5th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "3rd of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "departure_date", - "start": 15 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of this month" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "5th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I leave on the 3rd of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "destination_city", - "values": [ - "London, UK" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "destination_city", - "start": 14 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "London, UK" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "5th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to London, UK." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "outbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "00:10" - ], - "slot": "inbound_departure_time", - "values": [ - "0:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "400" - ], - "slot": "price", - "values": [ - "$400" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "London", - "origin_city": "Chicago", - "return_date": "2019-03-05" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "13:52", - "inbound_departure_time": "00:10", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:37", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "400", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "12:29", - "inbound_departure_time": "08:00", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:37", - "outbound_departure_time": "09:15", - "passengers": "1", - "price": "308", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "01:09", - "inbound_departure_time": "20:40", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "03:14", - "outbound_departure_time": "12:45", - "passengers": "1", - "price": "256", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 92, - "slot": "outbound_departure_time", - "start": 84 - }, - { - "exclusive_end": 132, - "slot": "inbound_departure_time", - "start": 125 - }, - { - "exclusive_end": 52, - "slot": "price", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight that costs $400. The outbound flight leaves at 12:30 pm and the return flight leaves at 0:10 am." - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "London, UK" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What other flights are available in economy?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:15" - ], - "slot": "outbound_departure_time", - "values": [ - "9:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "inbound_departure_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "308" - ], - "slot": "price", - "values": [ - "$308" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "London", - "origin_city": "Chicago", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "13:52", - "inbound_departure_time": "00:10", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:37", - "outbound_departure_time": "12:30", - "passengers": "1", - "price": "400", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "12:29", - "inbound_departure_time": "08:00", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:37", - "outbound_departure_time": "09:15", - "passengers": "1", - "price": "308", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "01:09", - "inbound_departure_time": "20:40", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "03:14", - "outbound_departure_time": "12:45", - "passengers": "1", - "price": "256", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 87, - "slot": "outbound_departure_time", - "start": 80 - }, - { - "exclusive_end": 124, - "slot": "inbound_departure_time", - "start": 120 - }, - { - "exclusive_end": 48, - "slot": "price", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Delta Airlines flight that costs $308. The outbound flight leaves at 9:15 am and the return flight leaves at 8 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "London, UK" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does it fly from? Are there any stops?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "O'Hare International Airport" - ], - "slot": "origin_airport", - "values": [ - "O'Hare International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "origin_airport", - "start": 18 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight leaves O'Hare International Airport and has 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "London, UK" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "return_date": [ - "5th of this month" - ], - "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 make the reservation?" - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "London, UK" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "return_date": [ - "5th of this month" - ], - "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": "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": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "London, UK" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like 3 tickets for a one-way flight." - }, - { - "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": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "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": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "London", - "origin_city": "Chicago", - "passengers": "3", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:37", - "outbound_departure_time": "09:15", - "passengers": "3", - "price": "314", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 84, - "slot": "outbound_departure_time", - "start": 77 - }, - { - "exclusive_end": 59, - "slot": "price", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 Delta Airlines flight with 1 stop that costs $314 and it leaves at 9:15 am." - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "London, UK" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is it refundable? Which airport does it fly to?" - }, - { - "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": 75, - "slot": "destination_airport", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The non-refundable ticket is for a flight to 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": [ - "3rd of this month" - ], - "destination_city": [ - "London, UK" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is perfect." - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "London, UK" - ], - "inbound_departure_time": [ - "8 am" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "5th of this month" - ], - "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": "38_00017", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "origin_city", - "start": 51 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "LA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search for round trip flights leaving from LA for me?" - }, - { - "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-08" - ], - "slot": "departure_date", - "values": [ - "March 8th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "departure_date", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "origin_city": [ - "LA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave March 8th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you coming back? Where are you planning to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "destination_city", - "values": [ - "Portland, OR" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "destination_city", - "start": 20 - }, - { - "exclusive_end": 69, - "slot": "return_date", - "start": 59 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to travel to Portland, OR and I want to get back on March 14th." - }, - { - "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": [ - "129" - ], - "slot": "price", - "values": [ - "$129" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Portland", - "origin_city": "Los Angeles", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-08", - "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": "129", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "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": "184", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "223", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "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": "137", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "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": "175", - "refundable": "True", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "outbound_departure_time", - "start": 66 - }, - { - "exclusive_end": 114, - "slot": "inbound_departure_time", - "start": 106 - }, - { - "exclusive_end": 140, - "slot": "price", - "start": 136 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an Alaska Airlines flight. The outbound flight leaves at 5:15 am and the return flight leaves at 10:10 am. The ticket price is $129." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does the flight leave from? How many stops does it have." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "origin_airport", - "values": [ - "LAX International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "origin_airport", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight departs from LAX International Airport and has 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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other available flight? I want to travel Economy." - }, - { - "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": [ - "184" - ], - "slot": "price", - "values": [ - "$184" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Portland", - "origin_city": "Los Angeles", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-08", - "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": "129", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "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": "184", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "223", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "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": "137", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "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": "175", - "refundable": "True", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "outbound_departure_time", - "start": 68 - }, - { - "exclusive_end": 113, - "slot": "inbound_departure_time", - "start": 109 - }, - { - "exclusive_end": 139, - "slot": "price", - "start": 135 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight. The outbound flight leaves at 11:15 pm and the return flight leaves at 6 am. The ticket price is $184." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "LA" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other available flights? There are three 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": [ - "09:35" - ], - "slot": "inbound_departure_time", - "values": [ - "9:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "223" - ], - "slot": "price", - "values": [ - "$223" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Portland", - "origin_city": "Los Angeles", - "passengers": "3", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-08", - "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": "129", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "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": "184", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "3", - "price": "223", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "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": "137", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "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": "3", - "price": "175", - "refundable": "True", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 71, - "slot": "outbound_departure_time", - "start": 64 - }, - { - "exclusive_end": 111, - "slot": "inbound_departure_time", - "start": 104 - }, - { - "exclusive_end": 137, - "slot": "price", - "start": 133 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Delta Airlines flight. The outbound flight leaves at 6:50 am and the return flight leaves at 9:35 am. The ticket price is $223." - }, - { - "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": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "9:35 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "6:50 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 14th" - ], - "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 purchase 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": [ - "Delta Airlines" - ], - "departure_date": [ - "March 8th" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "9:35 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "6:50 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I am good. Can you find me one-way flights?" - }, - { - "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": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "217" - ], - "slot": "price", - "values": [ - "$217" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "Portland", - "origin_city": "Los Angeles", - "passengers": "3", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "12:08", - "outbound_departure_time": "06:50", - "passengers": "3", - "price": "217", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 95, - "slot": "outbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 136, - "slot": "price", - "start": 132 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 suitable fight. It is a Delta Airlines flight. The outbound flight leaves at 6:50 am and has 1 stop. The ticket price is $217." - }, - { - "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": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "9:35 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "6:50 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 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": "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": [ - "March 8th" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "9:35 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "6:50 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "38_00018", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "refundable", - "values": [ - "True" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "refundable": [ - "True" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "You can look please for round trip flight for my?I want only tickets with the return option my plans are not fixed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In what date do you plan to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "Thursday next week" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "departure_date", - "start": 29 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Thursday next week" - ], - "refundable": [ - "True" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It would be perfect to go on Thursday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In what date do you plan to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "return_date", - "start": 3 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Thursday next week" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "In 13th of March will be good for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "NY" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 5, - "slot": "destination_city", - "start": 3 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Thursday next week" - ], - "destination_city": [ - "NY" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "In NY I plan to go" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "And the leaving is from where?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 12, - "slot": "origin_city", - "start": 5 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Thursday next week" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Phoenix" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From Phoenix I want to leave." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "04:20" - ], - "slot": "outbound_departure_time", - "values": [ - "4:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:30" - ], - "slot": "inbound_departure_time", - "values": [ - "1:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "296" - ], - "slot": "price", - "values": [ - "$296" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-07", - "destination_city": "New York", - "origin_city": "Phoenix", - "refundable": "True", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-07", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "20:17", - "inbound_departure_time": "13:30", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "15:55", - "outbound_departure_time": "04:20", - "passengers": "1", - "price": "296", - "refundable": "True", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 85, - "slot": "outbound_departure_time", - "start": 78 - }, - { - "exclusive_end": 114, - "slot": "inbound_departure_time", - "start": 107 - }, - { - "exclusive_end": 143, - "slot": "price", - "start": 139 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have for you 1 flight with Southwest Airlines.The outbound flight leaves at 4:20 am and return leaves at 1:30 pm.The total cost would be $296." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "departure_date": [ - "Thursday next week" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Phoenix" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me how many stops have the flight" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Flight has 1 stop" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "Thursday next week" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "1:30 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "4:20 am" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It sounds Okay" - }, - { - "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": "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": [ - "Thursday next week" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "1:30 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "4:20 am" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No I don't want.One-way flights you can find?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "04:20" - ], - "slot": "outbound_departure_time", - "values": [ - "4:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "259" - ], - "slot": "price", - "values": [ - "$259" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-07", - "destination_city": "New York", - "origin_city": "Phoenix", - "refundable": "True" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-07", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "15:55", - "outbound_departure_time": "04:20", - "passengers": "1", - "price": "259", - "refundable": "True", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 120, - "slot": "outbound_departure_time", - "start": 113 - }, - { - "exclusive_end": 78, - "slot": "price", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "1 Convenient option for you would be with Southwest Airlines.The price is $259 and the outbound flight leaves at 4:20 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "Thursday next week" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "1:30 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "4:20 am" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This flight suits me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "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": [ - "Thursday next week" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "1:30 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "4:20 am" - ], - "refundable": [ - "True" - ], - "return_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No.It's enough. Thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "38_00019", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to search flights." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you wanting to leave and return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "Wednesday next week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "the 11th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "departure_date", - "start": 0 - }, - { - "exclusive_end": 55, - "slot": "return_date", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Wednesday next week" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Wednesday next week and i want to come back on the 11th. I prefer economy." - }, - { - "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 departing from and where are you visiting?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "origin_city", - "values": [ - "London, England" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "destination_city", - "start": 24 - }, - { - "exclusive_end": 20, - "slot": "origin_city", - "start": 5 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Wednesday next week" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "London, England" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From London, England to Chi-town." - }, - { - "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": [ - "04:30" - ], - "slot": "inbound_departure_time", - "values": [ - "4:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "352" - ], - "slot": "price", - "values": [ - "$352" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "Chicago", - "origin_city": "London", - "return_date": "2019-03-11", - "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": "06:04", - "inbound_departure_time": "04:30", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "18:34", - "outbound_departure_time": "14:05", - "passengers": "1", - "price": "352", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "06:37", - "inbound_departure_time": "11:05", - "number_stops": "1", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "12:29", - "outbound_departure_time": "08:00", - "passengers": "1", - "price": "325", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-06", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "03:14", - "inbound_departure_time": "12:45", - "number_stops": "0", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "01:09", - "outbound_departure_time": "20:40", - "passengers": "1", - "price": "250", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 46, - "slot": "outbound_departure_time", - "start": 39 - }, - { - "exclusive_end": 83, - "slot": "inbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 105, - "slot": "price", - "start": 101 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I see American Airlines that leaves at 2:05 pm, the return flight leaves at 4:30 am and the price is $352." - }, - { - "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": [ - "Wednesday next week" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4:30 am" - ], - "origin_city": [ - "London, England" - ], - "outbound_departure_time": [ - "2:05 pm" - ], - "return_date": [ - "the 11th" - ], - "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": "Should I book it for you now?" - }, - { - "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": [ - "Wednesday next week" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4:30 am" - ], - "origin_city": [ - "London, England" - ], - "outbound_departure_time": [ - "2:05 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No but I have a trip coming up for a group of 3. Can you find a oneway flight?" - }, - { - "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": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "258" - ], - "slot": "price", - "values": [ - "$258" - ] - }, - { - "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-06", - "destination_city": "Chicago", - "origin_city": "London", - "passengers": "3", - "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": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "18:34", - "outbound_departure_time": "14:05", - "passengers": "3", - "price": "258", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "outbound_departure_time", - "start": 42 - }, - { - "exclusive_end": 80, - "slot": "price", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "1 flight with American Airlines leaves at 2:05 pm with 0 stops and price is $258." - }, - { - "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": [ - "Wednesday next week" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4:30 am" - ], - "origin_city": [ - "London, England" - ], - "outbound_departure_time": [ - "2:05 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Doi 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": [ - "Wednesday next week" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4:30 am" - ], - "origin_city": [ - "London, England" - ], - "outbound_departure_time": [ - "2:05 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thank You" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day" - } - ] - }, - { - "dialogue_id": "38_00020", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm interested in finding a round trip flight." - }, - { - "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": "On what date you want to leave and when?What are your preferences about what you want to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Las Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "destination_city", - "values": [ - "Portland" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "origin_city", - "start": 21 - }, - { - "exclusive_end": 56, - "slot": "return_date", - "start": 46 - }, - { - "exclusive_end": 42, - "slot": "destination_city", - "start": 34 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Portland" - ], - "origin_city": [ - "Las Vegas" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave from Las Vegas to Portland on March 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "On which date you plan the leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "departure_date", - "start": 10 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "Portland" - ], - "origin_city": [ - "Las Vegas" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want on 2nd of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:30" - ], - "slot": "outbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:20" - ], - "slot": "inbound_departure_time", - "values": [ - "7:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "226" - ], - "slot": "price", - "values": [ - "$226" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Portland", - "origin_city": "Las Vegas", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "12:25", - "inbound_departure_time": "07:20", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "09:58", - "outbound_departure_time": "05:30", - "passengers": "1", - "price": "226", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "12:25", - "inbound_departure_time": "08:45", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "00:04", - "outbound_departure_time": "19:50", - "passengers": "1", - "price": "222", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "21:35", - "inbound_departure_time": "16:55", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "19:00", - "outbound_departure_time": "14:35", - "passengers": "1", - "price": "221", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "23:25", - "inbound_departure_time": "19:05", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "21:33", - "outbound_departure_time": "17:30", - "passengers": "1", - "price": "225", - "refundable": "True", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 130, - "slot": "outbound_departure_time", - "start": 123 - }, - { - "exclusive_end": 156, - "slot": "inbound_departure_time", - "start": 149 - }, - { - "exclusive_end": 88, - "slot": "price", - "start": 84 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "According to your criteria I have 4 options.With American Airlines the cost will be $226 and the outbound flight leaves at 5:30 am.Return will be at 7:20 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "Portland" - ], - "origin_city": [ - "Las Vegas" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Southwest Airlines is my preferate.Can you find me other flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:35" - ], - "slot": "outbound_departure_time", - "values": [ - "2:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:55" - ], - "slot": "inbound_departure_time", - "values": [ - "4:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "221" - ], - "slot": "price", - "values": [ - "$221" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_city": "Portland", - "origin_city": "Las Vegas", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "21:35", - "inbound_departure_time": "16:55", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "19:00", - "outbound_departure_time": "14:35", - "passengers": "1", - "price": "221", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_departure_time", - "start": 54 - }, - { - "exclusive_end": 83, - "slot": "inbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 103, - "slot": "price", - "start": 99 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "With Southwest Airlines the outbound flight leaves at 2:35 pm and return at 4:55 pm.Total price is $221" - }, - { - "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": [ - "2nd of this month" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds perfect for me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "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": [ - "2nd of this month" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not now." - }, - { - "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": "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": [ - "2nd of this month" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes ,find me please one-way flights." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:35" - ], - "slot": "outbound_departure_time", - "values": [ - "2:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "202" - ], - "slot": "price", - "values": [ - "$202" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_city": "Portland", - "origin_city": "Las Vegas" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "19:00", - "outbound_departure_time": "14:35", - "passengers": "1", - "price": "202", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 83, - "slot": "outbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 124, - "slot": "price", - "start": 120 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Southwest Airlines will be the company that have the outbound that leave at 2:35 pm with 1 stop.Cost for ticket will be $202." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Onward flight arrive at what hour?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "outbound_arrival_time", - "values": [ - "7 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 14, - "slot": "outbound_arrival_time", - "start": 10 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Arrive at 7 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": [ - "Southwest Airlines" - ], - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The flight depart from witch airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "McCarran International Airport" - ], - "slot": "origin_airport", - "values": [ - "McCarran International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "origin_airport", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "McCarran International Airport will be." - }, - { - "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": [ - "2nd of this month" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds perfect for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "Portland" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "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": "38_00021", - "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": [ - "Philly" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "origin_city", - "start": 54 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Philly" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you look up some flights for me? I'm leaving from Philly and I want to travel economy." - }, - { - "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 do you want to go? When do you want to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "the 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Toronto" - ], - "slot": "destination_city", - "values": [ - "Toronto, Ontario" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 62, - "slot": "return_date", - "start": 54 - }, - { - "exclusive_end": 32, - "slot": "destination_city", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Toronto, Ontario" - ], - "origin_city": [ - "Philly" - ], - "return_date": [ - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go to Toronto, Ontario. I want to return on the 12th." - }, - { - "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-10" - ], - "slot": "departure_date", - "values": [ - "10th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "departure_date", - "start": 7 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "Toronto, Ontario" - ], - "origin_city": [ - "Philly" - ], - "return_date": [ - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On the 10th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:45" - ], - "slot": "outbound_departure_time", - "values": [ - "4:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:50" - ], - "slot": "inbound_departure_time", - "values": [ - "12:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "162" - ], - "slot": "price", - "values": [ - "$162" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-10", - "destination_city": "Toronto", - "origin_city": "Philadelphia", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-10", - "destination_airport": "Toronto Pearson International Airport", - "destination_city": "Toronto", - "inbound_arrival_time": "19:46", - "inbound_departure_time": "12:50", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "20:28", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "162", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-10", - "destination_airport": "Toronto Pearson International Airport", - "destination_city": "Toronto", - "inbound_arrival_time": "00:16", - "inbound_departure_time": "17:35", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "17:08", - "outbound_departure_time": "11:30", - "passengers": "1", - "price": "241", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 89, - "slot": "outbound_departure_time", - "start": 82 - }, - { - "exclusive_end": 123, - "slot": "inbound_departure_time", - "start": 115 - }, - { - "exclusive_end": 138, - "slot": "price", - "start": 134 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 2 possible flights. There's an American Airlines flight that leaves at 4:45 pm. The return flight is at 12:50 pm. It costs $162." - }, - { - "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": { - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "Toronto, Ontario" - ], - "origin_city": [ - "Philly" - ], - "return_date": [ - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the outbound flight arrive? What airport does it depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "PHL International Airport" - ], - "slot": "origin_airport", - "values": [ - "PHL International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "20:28" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:28 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "origin_airport", - "start": 39 - }, - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 8:28 pm. It departs from PHL 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": [ - "Toronto, Ontario" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "Philly" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, 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": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "Toronto, Ontario" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "Philly" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "the 12th" - ], - "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 do for you today?" - }, - { - "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": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "Toronto, Ontario" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "Philly" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, can you find me some one-way flights? It's just for one person." - }, - { - "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": [ - "162" - ], - "slot": "price", - "values": [ - "$162" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-10", - "destination_city": "Toronto", - "origin_city": "Philadelphia", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-10", - "destination_airport": "Toronto Pearson International Airport", - "destination_city": "Toronto", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "20:28", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "162", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 78, - "slot": "outbound_departure_time", - "start": 71 - }, - { - "exclusive_end": 108, - "slot": "price", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 1 flight for you. It's with American Airlines and leaves at 4:45 pm. It has 1 stop and costs $162." - }, - { - "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": [ - "Toronto, Ontario" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "Philly" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 12th" - ], - "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": "Is there anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "Toronto, Ontario" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "Philly" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not right now, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00022", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like an economy round trip flight, can you help me search for it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, where are you leaving from and what date will you be back>" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "La" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 2, - "slot": "origin_city", - "start": 0 - }, - { - "exclusive_end": 32, - "slot": "return_date", - "start": 14 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "La" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "La and on the 12th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Ciudad de Mexico" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "destination_city", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Ciudad de Mexico" - ], - "origin_city": [ - "La" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ciudad de Mexico." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day will you be leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "9th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "departure_date", - "start": 4 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "origin_city": [ - "La" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "the 9th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "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": [ - "167" - ], - "slot": "price", - "values": [ - "$167" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-09", - "destination_city": "Mexico City", - "origin_city": "Los Angeles", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "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": "167", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "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": "253", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "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": "10:25", - "outbound_departure_time": "05:05", - "passengers": "1", - "price": "161", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 92, - "slot": "inbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 101, - "slot": "price", - "start": 97 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an American Airlines flight that leaves at 2:45 pm with a retuning flight at 8:05 am for $167." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "Ciudad de Mexico" - ], - "origin_city": [ - "La" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Anything else?" - }, - { - "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": [ - "253" - ], - "slot": "price", - "values": [ - "$253" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 17, - "slot": "outbound_departure_time", - "start": 10 - }, - { - "exclusive_end": 63, - "slot": "inbound_departure_time", - "start": 56 - }, - { - "exclusive_end": 72, - "slot": "price", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a 9:15 am Delta airlines flight that returns at 1:45 pm for $253." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "NY" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "destination_city", - "start": 58 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "La" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I really rather use United Airlines, and I'm traveling to NY. What else is there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:15" - ], - "slot": "outbound_departure_time", - "values": [ - "8:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:40" - ], - "slot": "inbound_departure_time", - "values": [ - "2:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "273" - ], - "slot": "price", - "values": [ - "$273" - ] - }, - { - "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-09", - "destination_city": "New York", - "origin_city": "Los Angeles", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "19:57", - "inbound_departure_time": "14:40", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "05:25", - "outbound_departure_time": "20:15", - "passengers": "1", - "price": "273", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "outbound_departure_time", - "start": 44 - }, - { - "exclusive_end": 76, - "slot": "inbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 85, - "slot": "price", - "start": 81 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 1 United Airlines flight leaving at 8:15 pm and returning at 2:40 pm for $273." - }, - { - "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": [ - "United Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "La" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time and airport is my return flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "JFK International Airport" - ], - "slot": "destination_airport", - "values": [ - "JFK International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:57" - ], - "slot": "inbound_arrival_time", - "values": [ - "7:57 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "destination_airport", - "start": 29 - }, - { - "exclusive_end": 65, - "slot": "inbound_arrival_time", - "start": 58 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Return flight is arriving at JFK International Airport 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": [ - "United Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "2:40 pm" - ], - "origin_city": [ - "La" - ], - "outbound_departure_time": [ - "8:15 pm" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to purchase 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": [ - "9th of this month" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "2:40 pm" - ], - "origin_city": [ - "La" - ], - "outbound_departure_time": [ - "8:15 pm" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, please find a one-way flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United 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": [ - "201" - ], - "slot": "price", - "values": [ - "$201" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_city": "New York", - "origin_city": "Los Angeles", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "05:25", - "outbound_departure_time": "20:15", - "passengers": "1", - "price": "201", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 52 - }, - { - "exclusive_end": 68, - "slot": "price", - "start": 64 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 1 flight on United Airlines with 0 stops at 8:15 pm for $201." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "origin_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "2:40 pm" - ], - "origin_city": [ - "La" - ], - "outbound_departure_time": [ - "8:15 pm" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is it refundable and where does it depart?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "origin_airport", - "values": [ - "LAX International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 80, - "slot": "origin_airport", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket isn't refundable and the flight leaves 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": [ - "United Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "2:40 pm" - ], - "origin_city": [ - "La" - ], - "outbound_departure_time": [ - "8:15 pm" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Awesome, thanks." - }, - { - "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": [ - "United Airlines" - ], - "departure_date": [ - "9th of this month" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "2:40 pm" - ], - "origin_city": [ - "La" - ], - "outbound_departure_time": [ - "8:15 pm" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, that's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00023", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "return_date", - "values": [ - "the 4th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 71, - "slot": "return_date", - "start": 64 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "the 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you look for round trip flights for me? I wanna get back on the 4th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you wish to visit? Where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "origin_city", - "values": [ - "Vancouver, BC" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "NY" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 18 - }, - { - "exclusive_end": 58, - "slot": "destination_city", - "start": 56 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "NY" - ], - "origin_city": [ - "Vancouver, BC" - ], - "return_date": [ - "the 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from Vancouver, BC, and I am travelling to NY." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "later today" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 58, - "slot": "departure_date", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "later today" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Vancouver, BC" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "We are 3 people in my group, and we're leaving later today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "03:20" - ], - "slot": "outbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:00" - ], - "slot": "inbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "341" - ], - "slot": "price", - "values": [ - "$341" - ] - }, - { - "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": "New York", - "origin_city": "Vancouver", - "passengers": "3", - "return_date": "2019-03-04" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "11:11", - "inbound_departure_time": "06:00", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "18:40", - "outbound_departure_time": "03:20", - "passengers": "3", - "price": "341", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "18:01", - "inbound_departure_time": "08:20", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "15:12", - "outbound_departure_time": "03:15", - "passengers": "3", - "price": "326", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "outbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 116, - "slot": "inbound_departure_time", - "start": 112 - }, - { - "exclusive_end": 153, - "slot": "price", - "start": 149 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 2 convenient flights. There is a Delta Airlines one that leaves at 3:20 am. The return flight leaves at 6 am, and the price of the ticket is $341." - }, - { - "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": [ - "later today" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Vancouver, BC" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "18:40" - ], - "slot": "outbound_arrival_time", - "values": [ - "6:40 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 6:40 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Mexico City" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 58, - "slot": "origin_city", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "later today" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Mexico City" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Any other avaliable flights? I am leaving from Mexico City." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "00:20" - ], - "slot": "outbound_departure_time", - "values": [ - "0:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:05" - ], - "slot": "inbound_departure_time", - "values": [ - "7:05 pm" - ] - }, - { - "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": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "New York", - "origin_city": "Mexico City", - "passengers": "3", - "return_date": "2019-03-04" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "00:44", - "inbound_departure_time": "20:30", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "19:31", - "outbound_departure_time": "15:00", - "passengers": "3", - "price": "213", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 111, - "slot": "outbound_departure_time", - "start": 104 - }, - { - "exclusive_end": 152, - "slot": "inbound_departure_time", - "start": 145 - }, - { - "exclusive_end": 171, - "slot": "price", - "start": 167 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 convenient flight for your trip. It's a United Airlines flight. The outbound flight leaves at 0:20 am, and the return flight leaves at 7:05 pm. The price is $264." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "later today" - ], - "destination_city": [ - "NY" - ], - "origin_city": [ - "Mexico City" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does it depart 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": 51, - "slot": "origin_airport", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It departs from 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": [ - "later today" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "7:05 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "0:20 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I buy tickets for it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "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": [ - "United Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "7:05 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "0:20 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 4th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, I'm good. Can you find me one-way flights? I like travelling in Economy class." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "00:20" - ], - "slot": "outbound_departure_time", - "values": [ - "0:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "231" - ], - "slot": "price", - "values": [ - "$231" - ] - }, - { - "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": "New York", - "origin_city": "Mexico City", - "passengers": "3", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "09:32", - "outbound_departure_time": "00:20", - "passengers": "3", - "price": "231", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 96, - "slot": "outbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 131, - "slot": "price", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight that might suit you. There is a United Airlines flight, which leaves at 0:20 am, and has 1 stop. The price is $231." - }, - { - "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": [ - "later today" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "7:05 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "0:20 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 4th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "09:32" - ], - "slot": "outbound_arrival_time", - "values": [ - "9:32 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 9:32 am." - }, - { - "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": [ - "later today" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "7:05 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "0:20 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 4th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is the ticket for it refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Unfortunately, it is not." - }, - { - "frames": [ - { - "actions": [ - { - "act": "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": [ - "NY" - ], - "inbound_departure_time": [ - "7:05 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "0:20 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 4th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That one sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "NY" - ], - "inbound_departure_time": [ - "7:05 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "0:20 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "the 4th" - ], - "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": "38_00024", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Will you find me some flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you want to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 7, - "slot": "destination_city", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Phoenix" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Phoenix" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you leaving and coming back? Where are you leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "7th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "NYC" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "departure_date", - "start": 25 - }, - { - "exclusive_end": 21, - "slot": "origin_city", - "start": 18 - }, - { - "exclusive_end": 67, - "slot": "return_date", - "start": 54 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "7th of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "NYC" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from NYC on 7th of March and get back on 14th of March. I need tickets for 1 person." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:50" - ], - "slot": "outbound_departure_time", - "values": [ - "6:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:05" - ], - "slot": "inbound_departure_time", - "values": [ - "7:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "316" - ], - "slot": "price", - "values": [ - "$316" - ] - }, - { - "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": "Phoenix", - "origin_city": "New York", - "passengers": "1", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "18:40", - "inbound_departure_time": "07:05", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "12:33", - "outbound_departure_time": "06:50", - "passengers": "1", - "price": "316", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "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": "316", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 83, - "slot": "outbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 119, - "slot": "inbound_departure_time", - "start": 112 - }, - { - "exclusive_end": 48, - "slot": "price", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 2 flights on Southwest Airlines for $316. Outbound flight leaves at 6:50 am and return flight leaves at 7:05 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "outbound_arrival_time" - ], - "slot_values": { - "departure_date": [ - "7th of March" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "NYC" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does onward flight arrive? How many stops?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "12:33" - ], - "slot": "outbound_arrival_time", - "values": [ - "12:33 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 12:33 pm with 1 stop." - }, - { - "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": [ - "7th of March" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:05 am" - ], - "origin_city": [ - "NYC" - ], - "outbound_departure_time": [ - "6:50 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th 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": "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": [ - "7th of March" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:05 am" - ], - "origin_city": [ - "NYC" - ], - "outbound_departure_time": [ - "6:50 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Will you find me oneway flights on Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:50" - ], - "slot": "outbound_departure_time", - "values": [ - "6:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "268" - ], - "slot": "price", - "values": [ - "$268" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-07", - "destination_city": "Phoenix", - "origin_city": "New York", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-07", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "12:33", - "outbound_departure_time": "06:50", - "passengers": "1", - "price": "268", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "outbound_departure_time", - "start": 59 - }, - { - "exclusive_end": 44, - "slot": "price", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found a Southwest Airlines flight for $268. It leaves at 6:50 am with 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "7th of March" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:05 am" - ], - "origin_city": [ - "NYC" - ], - "outbound_departure_time": [ - "6:50 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March" - ], - "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 isn't." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "7th of March" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:05 am" - ], - "origin_city": [ - "NYC" - ], - "outbound_departure_time": [ - "6:50 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Any other flights available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-07", - "destination_city": "Phoenix", - "origin_city": "New York", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No. 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": [ - "7th of March" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:05 am" - ], - "origin_city": [ - "NYC" - ], - "outbound_departure_time": [ - "6:50 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "14th of March" - ], - "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": "38_00025", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you find flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you returning and where are you leaving out of?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "the 13th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "departure_date", - "start": 16 - }, - { - "exclusive_end": 41, - "slot": "origin_city", - "start": 30 - }, - { - "exclusive_end": 66, - "slot": "return_date", - "start": 58 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "tomorrow" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave tomorrow from Los Angeles and get back on the 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "destination_city", - "values": [ - "Portland, OR" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "destination_city", - "start": 14 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Portland, OR and like Southwest Airlines." - }, - { - "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": [ - "136" - ], - "slot": "price", - "values": [ - "$136" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_city": "Portland", - "origin_city": "Los Angeles", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "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": "136", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "outbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 117, - "slot": "inbound_departure_time", - "start": 110 - }, - { - "exclusive_end": 135, - "slot": "price", - "start": 131 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight for you on Southwest Airlines. The flight leaves at 4:30 pm and the return flight departs at 4:55 pm. The cost is $136." - }, - { - "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": [ - "tomorrow" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "4:30 pm" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "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": "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": [ - "Southwest Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "4:30 pm" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "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 anything else?" - }, - { - "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": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "4:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me oneway flights for one person for an upcoming trip?" - }, - { - "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": [ - "126" - ], - "slot": "price", - "values": [ - "$126" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_city": "Portland", - "origin_city": "Los Angeles", - "passengers": "1" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "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": "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": "I found a Southwest Airlines flight with 0 stops that leaves at 4:30 pm and costs $126." - }, - { - "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": [ - "Southwest Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "4:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the first flight arrive and at what airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "19:00" - ], - "slot": "outbound_arrival_time", - "values": [ - "7 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "PDX International Airport" - ], - "slot": "destination_airport", - "values": [ - "PDX International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_arrival_time", - "start": 55 - }, - { - "exclusive_end": 39, - "slot": "destination_airport", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at PDX International Airport and arrives at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "4:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will work." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need any more help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "4:55 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "4:30 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is everything. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00026", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please search for flights on Delta Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you need to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "destination_city", - "values": [ - "San Diego" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "destination_city", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "destination_city": [ - "San Diego" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to visit San Diego." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you coming back? Where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "next Friday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 20 - }, - { - "exclusive_end": 57, - "slot": "return_date", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am departing from Seattle, WA and returning next Friday." - }, - { - "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 this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "departure_date", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "Seattle, WA" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving on the 3rd of this month. One person." - }, - { - "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": [ - "11:05" - ], - "slot": "inbound_departure_time", - "values": [ - "11:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "203" - ], - "slot": "price", - "values": [ - "$203" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_city": "San Diego", - "origin_city": "Seattle", - "passengers": "1", - "return_date": "2019-03-08" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "16:21", - "inbound_departure_time": "11:05", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "12:34", - "outbound_departure_time": "08:45", - "passengers": "1", - "price": "203", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "outbound_departure_time", - "start": 42 - }, - { - "exclusive_end": 90, - "slot": "inbound_departure_time", - "start": 82 - }, - { - "exclusive_end": 122, - "slot": "price", - "start": 118 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Outbound Delta Airlines flights leaves at 8:45 am and the return flight leaves at 11:05 am. The cost of the ticket is $203." - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "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 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": [ - "3rd of this month" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not today." - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have another trip, can you look up oneway flights?" - }, - { - "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": [ - "179" - ], - "slot": "price", - "values": [ - "$179" - ] - }, - { - "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": "San Diego", - "origin_city": "Seattle", - "passengers": "1" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "12:34", - "outbound_departure_time": "08:45", - "passengers": "1", - "price": "179", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "outbound_departure_time", - "start": 55 - }, - { - "exclusive_end": 96, - "slot": "price", - "start": 92 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, I found 1 flight on Delta Airlines that leaves at 8:45 am and has 1 stop. The price is $179." - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thats sounds great!" - }, - { - "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": [ - "Delta Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "8:45 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "next Friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all. Thanks!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an awesome day!" - } - ] - }, - { - "dialogue_id": "38_00027", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need helping searching for a flight." - }, - { - "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": "When would you be leaving, where would you be going and when would you like to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "March 3rd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "the 9th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "departure_date", - "start": 26 - }, - { - "exclusive_end": 22, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 62, - "slot": "return_date", - "start": 55 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Chi-town on March 3rd and coming back on the 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city are you leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving form San Francisco. Can you see if United Airlines has available flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:20" - ], - "slot": "outbound_departure_time", - "values": [ - "9:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:50" - ], - "slot": "inbound_departure_time", - "values": [ - "1:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "245" - ], - "slot": "price", - "values": [ - "$245" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "origin_city": "San Francisco", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "19:06", - "inbound_departure_time": "13:50", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "04:07", - "outbound_departure_time": "21:20", - "passengers": "1", - "price": "245", - "refundable": "True", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 85, - "slot": "outbound_departure_time", - "start": 78 - }, - { - "exclusive_end": 112, - "slot": "inbound_departure_time", - "start": 105 - }, - { - "exclusive_end": 30, - "slot": "price", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 1 flight for $245 with United Airlines outbound flight leaves at 9:20 pm and will returning 1:50 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": [ - "March 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "1:50 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "9:20 pm" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes sounds fantastic." - }, - { - "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 your 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 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "1:50 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "9:20 pm" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Did you need help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "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": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "1:50 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "9:20 pm" - ], - "refundable": [ - "True" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I need help finding a one-way flight for another trip I have coming up, but I will need a refundable ticket in case my plans change." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United 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": [ - "171" - ], - "slot": "price", - "values": [ - "$171" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "origin_city": "San Francisco", - "refundable": "True" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "04:07", - "outbound_departure_time": "21:20", - "passengers": "1", - "price": "171", - "refundable": "True", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 94, - "slot": "outbound_departure_time", - "start": 87 - }, - { - "exclusive_end": 108, - "slot": "price", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I have located a flight with 0 stops with United Airlines. This flight leaves at 9:20 pm and cost $171." - }, - { - "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 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "1:50 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "9:20 pm" - ], - "refundable": [ - "True" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When will I arrive at my designation?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "04:07" - ], - "slot": "outbound_arrival_time", - "values": [ - "4:07 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "outbound_arrival_time", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You will arrive at 4:07 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": [ - "March 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "1:50 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "9:20 pm" - ], - "refundable": [ - "True" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's awesome." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Did you need my help for 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 3rd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "1:50 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "9:20 pm" - ], - "refundable": [ - "True" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that will be it. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem, enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "38_00028", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 73, - "slot": "return_date", - "start": 60 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to find Economy class flights and need to be back on next Thursday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you planning to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "CDMX" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "CDMX" - ], - "return_date": [ - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be going to CDMX." - }, - { - "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 depart and from where will you be leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SF" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "departure_date", - "start": 27 - }, - { - "exclusive_end": 26, - "slot": "origin_city", - "start": 24 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "SF" - ], - "return_date": [ - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be flying out from SF next Tuesday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:20" - ], - "slot": "outbound_departure_time", - "values": [ - "1:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:55" - ], - "slot": "inbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "174" - ], - "slot": "price", - "values": [ - "$174" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Mexico City", - "origin_city": "San Francisco", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "16:38", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "19:03", - "outbound_departure_time": "13:20", - "passengers": "1", - "price": "174", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "23:45", - "inbound_departure_time": "20:45", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "20:05", - "outbound_departure_time": "09:15", - "passengers": "1", - "price": "243", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 92, - "slot": "outbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 135, - "slot": "inbound_departure_time", - "start": 128 - }, - { - "exclusive_end": 160, - "slot": "price", - "start": 156 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Of the 2 convenient flights, American Airlines has an outbound flight that leaves at 1:20 pm and a return flight that leaves at 2:55 pm and it is priced at $174." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "3" - ], - "return_date": [ - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are any other flights available? I will need 3 tickets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:15" - ], - "slot": "outbound_departure_time", - "values": [ - "9:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:45" - ], - "slot": "inbound_departure_time", - "values": [ - "8:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "243" - ], - "slot": "price", - "values": [ - "$243" - ] - }, - { - "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": "Mexico City", - "origin_city": "San Francisco", - "passengers": "3", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "16:38", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "19:03", - "outbound_departure_time": "13:20", - "passengers": "3", - "price": "174", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 94, - "slot": "outbound_departure_time", - "start": 87 - }, - { - "exclusive_end": 135, - "slot": "inbound_departure_time", - "start": 128 - }, - { - "exclusive_end": 48, - "slot": "price", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 United Airlines flight priced at $243 with the outbound flight departing at 9:15 am and the return flight leaving at 8:45 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": { - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "CDMX" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "3" - ], - "return_date": [ - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does the flight depart from and 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": [ - "SFO International Airport" - ], - "slot": "origin_airport", - "values": [ - "SFO International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 100, - "slot": "destination_airport", - "start": 65 - }, - { - "exclusive_end": 49, - "slot": "origin_airport", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight departs from SFO International Airport and arrives at 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": [ - "next Tuesday" - ], - "destination_city": [ - "CDMX" - ], - "inbound_departure_time": [ - "8:45 pm" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want me to but tickets for you?" - }, - { - "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": [ - "CDMX" - ], - "inbound_departure_time": [ - "8:45 pm" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, it's okay. Can you find me one way tickets for an upcoming trip?" - }, - { - "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": [ - "210" - ], - "slot": "price", - "values": [ - "$210" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_city": "Mexico City", - "origin_city": "San Francisco", - "passengers": "3", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "20:05", - "outbound_departure_time": "09:15", - "passengers": "3", - "price": "210", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "outbound_departure_time", - "start": 40 - }, - { - "exclusive_end": 65, - "slot": "price", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "A United Airlines flight that leaves at 9:15 am is priced at $210 and it has 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "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": [ - "CDMX" - ], - "inbound_departure_time": [ - "8:45 pm" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are any other flights available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_city": "Mexico City", - "origin_city": "San Francisco", - "passengers": "3", - "seating_class": "Economy" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry, no other flights seem to be available. Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "CDMX" - ], - "inbound_departure_time": [ - "8:45 pm" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "next Thursday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thank you. That's all for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "38_00029", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please find me some flights." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you leaving from, when are you leaving, and when are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "1st of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 45, - "slot": "departure_date", - "start": 33 - }, - { - "exclusive_end": 25, - "slot": "origin_city", - "start": 18 - }, - { - "exclusive_end": 86, - "slot": "return_date", - "start": 68 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "1st of March" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from Chicago on the 1st of March. I will return on the 13th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "destination_city", - "start": 14 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Chicago" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to San Francisco. There's only one person in my group." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:40" - ], - "slot": "outbound_departure_time", - "values": [ - "10:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:05" - ], - "slot": "inbound_departure_time", - "values": [ - "10:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "193" - ], - "slot": "price", - "values": [ - "$193" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "San Francisco", - "origin_city": "Chicago", - "passengers": "1", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "04:52", - "inbound_departure_time": "22:05", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "13:27", - "outbound_departure_time": "10:40", - "passengers": "1", - "price": "193", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "00:37", - "inbound_departure_time": "17:50", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "07:22", - "outbound_departure_time": "04:35", - "passengers": "1", - "price": "195", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "12:22", - "inbound_departure_time": "05:35", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:47", - "outbound_departure_time": "04:00", - "passengers": "1", - "price": "190", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 86, - "slot": "outbound_departure_time", - "start": 78 - }, - { - "exclusive_end": 127, - "slot": "inbound_departure_time", - "start": 119 - }, - { - "exclusive_end": 150, - "slot": "price", - "start": 146 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 3 flights that match. There is a Delta Airlines flight that leaves at 10:40 am and the return flight leaves at 10:05 pm. The ticket costs $193." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "Tuesday next week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "departure_date", - "start": 47 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Chicago" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there other flights available? I'm leaving Tuesday next week and would like to travel economy." - }, - { - "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": [ - "17:50" - ], - "slot": "inbound_departure_time", - "values": [ - "5:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "195" - ], - "slot": "price", - "values": [ - "$195" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "San Francisco", - "origin_city": "Chicago", - "passengers": "1", - "return_date": "2019-03-13", - "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": "04:52", - "inbound_departure_time": "22:05", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "21:01", - "outbound_departure_time": "15:35", - "passengers": "1", - "price": "255", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "00:37", - "inbound_departure_time": "17:50", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "07:22", - "outbound_departure_time": "04:35", - "passengers": "1", - "price": "195", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "12:22", - "inbound_departure_time": "05:35", - "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": "181", - "refundable": "False", - "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": 122, - "slot": "price", - "start": 118 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Southwest Airlines flight that leaves at 4:35 am. The return flight leaves at 5:50 pm and the ticket costs $195." - }, - { - "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": [ - "San Francisco" - ], - "inbound_departure_time": [ - "5:50 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "4:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th 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": "Do you want to purchase 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": [ - "Southwest Airlines" - ], - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "5:50 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "4:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks. Can you find oneway flights?" - }, - { - "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": [ - "185" - ], - "slot": "price", - "values": [ - "$185" - ] - }, - { - "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": "San Francisco", - "origin_city": "Chicago", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "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": "185", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 46, - "slot": "outbound_departure_time", - "start": 39 - }, - { - "exclusive_end": 114, - "slot": "price", - "start": 110 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight. The flight leaves at 4:35 am through Southwest Airlines. There are 0 stops. The price costs $185." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "5:50 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "4:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can I refund the ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is non-refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "5:50 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "4:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that sounds good." - }, - { - "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": [ - "San Francisco" - ], - "inbound_departure_time": [ - "5:50 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "4:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "13th of this month" - ], - "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": "38_00030", - "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 a flight for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you departing and returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "Saturday this week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "return_date", - "values": [ - "March 6th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "airlines", - "values": [ - "dontcare" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "departure_date", - "start": 19 - }, - { - "exclusive_end": 69, - "slot": "return_date", - "start": 60 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "dontcare" - ], - "departure_date": [ - "Saturday this week" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to leave on Saturday this week, and I plan to return March 6th. Any airline is fine." - }, - { - "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's your destination and city of departure?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Toronto" - ], - "slot": "origin_city", - "values": [ - "Toronto" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 17, - "slot": "destination_city", - "start": 15 - }, - { - "exclusive_end": 42, - "slot": "origin_city", - "start": 35 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "dontcare" - ], - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Toronto" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm heading to LA and leaving from Toronto." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:35" - ], - "slot": "outbound_departure_time", - "values": [ - "5:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:50" - ], - "slot": "inbound_departure_time", - "values": [ - "10:50 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": { - "departure_date": "2019-03-02", - "destination_city": "Los Angeles", - "origin_city": "Toronto", - "return_date": "2019-03-06" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "19:19", - "inbound_departure_time": "10:50", - "number_stops": "1", - "origin_airport": "Toronto Pearson International Airport", - "origin_city": "Toronto", - "outbound_arrival_time": "00:32", - "outbound_departure_time": "17:35", - "passengers": "1", - "price": "242", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 107, - "slot": "outbound_departure_time", - "start": 100 - }, - { - "exclusive_end": 149, - "slot": "inbound_departure_time", - "start": 141 - }, - { - "exclusive_end": 43, - "slot": "price", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 convenient flight for you at $242. There is an outbound United Airlines flight leaving at 5:35 pm, with a return flight leaving at 10:50 am." - }, - { - "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": [ - "dontcare" - ], - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Toronto" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the arrival time for the outbound and return flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "00:32" - ], - "slot": "outbound_arrival_time", - "values": [ - "0:32 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "19:19" - ], - "slot": "inbound_arrival_time", - "values": [ - "7:19 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "outbound_arrival_time", - "start": 31 - }, - { - "exclusive_end": 79, - "slot": "inbound_arrival_time", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The outbound flight arrives at 0:32 am and the return flight arrives at 7:19 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": [ - "Saturday this week" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "10:50 am" - ], - "origin_city": [ - "Toronto" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "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": "Would you like to buy the tickets?" - }, - { - "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": [ - "United Airlines" - ], - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "10:50 am" - ], - "origin_city": [ - "Toronto" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "return_date": [ - "March 6th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not right now. Can you find me a one-way Economy ticket for an upcoming trip?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:35" - ], - "slot": "outbound_departure_time", - "values": [ - "5:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "269" - ], - "slot": "price", - "values": [ - "$269" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_city": "Los Angeles", - "origin_city": "Toronto", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "number_stops": "1", - "origin_airport": "Toronto Pearson International Airport", - "origin_city": "Toronto", - "outbound_arrival_time": "00:32", - "outbound_departure_time": "17:35", - "passengers": "1", - "price": "269", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 97, - "slot": "outbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 58, - "slot": "price", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a United Airlines flight with 1 stop, costing $269. The outbound flight leaves at 5:35 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": [ - "Saturday this week" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "10:50 am" - ], - "origin_city": [ - "Toronto" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "return_date": [ - "March 6th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That 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": [ - "Saturday this week" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "10:50 am" - ], - "origin_city": [ - "Toronto" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "return_date": [ - "March 6th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Thanks for your business, and have a great day!" - } - ] - }, - { - "dialogue_id": "38_00031", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "airlines", - "values": [ - "dontcare" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a flight and I don't care about airline." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your departure and return and city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "destination_city", - "values": [ - "Philly" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "origin_city", - "values": [ - "Paris, France" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "5th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 53, - "slot": "origin_city", - "start": 40 - }, - { - "exclusive_end": 92, - "slot": "return_date", - "start": 75 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "dontcare" - ], - "destination_city": [ - "Philly" - ], - "origin_city": [ - "Paris, France" - ], - "return_date": [ - "5th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Philly and departing from Paris, France with a return of the 5th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date is the departure?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "Saturday this week" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "departure_date", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "dontcare" - ], - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "Philly" - ], - "origin_city": [ - "Paris, France" - ], - "return_date": [ - "5th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Departure is Saturday this week." - }, - { - "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": [ - "16:45" - ], - "slot": "inbound_departure_time", - "values": [ - "4:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "304" - ], - "slot": "price", - "values": [ - "$304" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Philadelphia", - "origin_city": "Paris", - "return_date": "2019-03-05" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "13:37", - "inbound_departure_time": "16:45", - "number_stops": "1", - "origin_airport": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "10:56", - "outbound_departure_time": "04:05", - "passengers": "1", - "price": "304", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "11:36", - "inbound_departure_time": "12:20", - "number_stops": "1", - "origin_airport": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "00:16", - "outbound_departure_time": "17:35", - "passengers": "1", - "price": "327", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 82, - "slot": "inbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 110, - "slot": "price", - "start": 106 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 2 flights. An American Airlines departure of 4:05 am and return of 4:45 pm with a ticket price of $304." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "later today" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "departure_date", - "start": 24 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "dontcare" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "Philly" - ], - "origin_city": [ - "Paris, France" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there other choices later today and for Economy?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:35" - ], - "slot": "outbound_departure_time", - "values": [ - "5:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:20" - ], - "slot": "inbound_departure_time", - "values": [ - "12:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "368" - ], - "slot": "price", - "values": [ - "$368" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Philadelphia", - "origin_city": "Paris", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "11:36", - "inbound_departure_time": "12:20", - "number_stops": "1", - "origin_airport": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "00:16", - "outbound_departure_time": "17:35", - "passengers": "1", - "price": "368", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 80, - "slot": "inbound_departure_time", - "start": 72 - }, - { - "exclusive_end": 108, - "slot": "price", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flights. An Delta Airlines departure of 5:35 pm and return of 12:20 pm with a ticket price of $368." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "Philly" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight is acceptable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like tickets 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": [ - "later today" - ], - "destination_city": [ - "Philly" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "One I have another trip for a oneway flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:35" - ], - "slot": "outbound_departure_time", - "values": [ - "5:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "369" - ], - "slot": "price", - "values": [ - "$369" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_city": "Philadelphia", - "origin_city": "Paris", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "number_stops": "1", - "origin_airport": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "00:16", - "outbound_departure_time": "17:35", - "passengers": "1", - "price": "369", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 41, - "slot": "outbound_departure_time", - "start": 34 - }, - { - "exclusive_end": 62, - "slot": "price", - "start": 58 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a Delta Airlines flight at 5:35 pm with 1 stop for $369." - }, - { - "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": [ - "Delta Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "Philly" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the departure airport and arrival time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "PHL International Airport" - ], - "slot": "destination_airport", - "values": [ - "PHL International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Charles de Gaulle International Airport" - ], - "slot": "origin_airport", - "values": [ - "Charles de Gaulle International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "destination_airport", - "start": 0 - }, - { - "exclusive_end": 103, - "slot": "origin_airport", - "start": 64 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "PHL International Airport is the destination and departing from Charles de Gaulle 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": [ - "later today" - ], - "destination_city": [ - "Philly" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like this flight." - }, - { - "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": [ - "later today" - ], - "destination_city": [ - "Philly" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "return_date": [ - "5th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that is all for today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day today." - } - ] - }, - { - "dialogue_id": "38_00032", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "the 9th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "return_date", - "start": 53 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you help me find a flight? I'd like to return on the 9th." - }, - { - "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 and where would you like to depart, and what is your destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "5th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 44, - "slot": "departure_date", - "start": 27 - }, - { - "exclusive_end": 70, - "slot": "destination_city", - "start": 63 - }, - { - "exclusive_end": 19, - "slot": "origin_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from LA on the 5th of this month, and I'm going to Phoenix." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:50" - ], - "slot": "outbound_departure_time", - "values": [ - "7:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:35" - ], - "slot": "inbound_departure_time", - "values": [ - "7:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "110" - ], - "slot": "price", - "values": [ - "$110" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Phoenix", - "origin_city": "Los Angeles", - "return_date": "2019-03-09" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "09:03", - "inbound_departure_time": "07:35", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "09:18", - "outbound_departure_time": "07:50", - "passengers": "1", - "price": "110", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "15:45", - "inbound_departure_time": "12:15", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "17:59", - "outbound_departure_time": "15:05", - "passengers": "1", - "price": "171", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "08:33", - "inbound_departure_time": "07:05", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "13:38", - "outbound_departure_time": "12:10", - "passengers": "1", - "price": "97", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "08:43", - "inbound_departure_time": "07:15", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "12:33", - "outbound_departure_time": "11:05", - "passengers": "1", - "price": "98", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 101, - "slot": "outbound_departure_time", - "start": 94 - }, - { - "exclusive_end": 134, - "slot": "inbound_departure_time", - "start": 127 - }, - { - "exclusive_end": 161, - "slot": "price", - "start": 157 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 4 possible flights. One is an American Airlines flight. The departing flight is at 7:50 am, the return flight is at 7:35 am, and the ticket costs $110." - }, - { - "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": [ - "5th of this month" - ], - "destination_city": [ - "Phoenix" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does the flight arrive at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sky Harbor International Airport" - ], - "slot": "destination_airport", - "values": [ - "Sky Harbor International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 58, - "slot": "destination_airport", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight will arrive at Sky Harbor International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "7:50 am" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I purchase the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "7:50 am" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there something else I can help you with?" - }, - { - "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": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "7:50 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have an upcoming trip and would like one oneway flight ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:50" - ], - "slot": "outbound_departure_time", - "values": [ - "7:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "112" - ], - "slot": "price", - "values": [ - "$112" - ] - }, - { - "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-05", - "destination_city": "Phoenix", - "origin_city": "Los Angeles", - "passengers": "1" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "09:18", - "outbound_departure_time": "07:50", - "passengers": "1", - "price": "112", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 87, - "slot": "outbound_departure_time", - "start": 80 - }, - { - "exclusive_end": 132, - "slot": "price", - "start": 128 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 1 possible flight with American Airlines. The departing flight is at 7:50 am, the flight has 0, and the ticket costs $112." - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "7:50 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the flight arrive, and is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "09:18" - ], - "slot": "outbound_arrival_time", - "values": [ - "9:18 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "outbound_arrival_time", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight arrives at 9:18 am. Unfortunately, the ticket is not refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "7:50 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sound good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there something else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of this month" - ], - "destination_city": [ - "Phoenix" - ], - "inbound_departure_time": [ - "7:35 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "7:50 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "the 9th" - ] - } - } - } - ], - "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": "38_00033", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you find flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "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 return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "destination_city", - "values": [ - "London" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "Atlanta, GA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "destination_city", - "start": 43 - }, - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 18 - }, - { - "exclusive_end": 90, - "slot": "return_date", - "start": 77 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "London" - ], - "origin_city": [ - "Atlanta, GA" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from Atlanta, GA and going to London. I'd like to return on the 14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would you like to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "4th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "departure_date", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "London" - ], - "origin_city": [ - "Atlanta, GA" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to leave on the 4th of this month. I'd prefer to fly with United Airlines." - }, - { - "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": [ - "00:25" - ], - "slot": "inbound_departure_time", - "values": [ - "0:25 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "303" - ], - "slot": "price", - "values": [ - "$303" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_city": "London", - "origin_city": "Atlanta", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "inbound_arrival_time": "09:42", - "inbound_departure_time": "00:25", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "00:34", - "outbound_departure_time": "10:30", - "passengers": "1", - "price": "303", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 113, - "slot": "outbound_departure_time", - "start": 105 - }, - { - "exclusive_end": 150, - "slot": "inbound_departure_time", - "start": 143 - }, - { - "exclusive_end": 173, - "slot": "price", - "start": 169 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 1 flight that matches your search. It is a United Airlines flight. The departing flight is at 10:30 am, and the return flight is at 0:25 am. The ticket costs $303." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "inbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "inbound_arrival_time", - "number_stops" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "London" - ], - "origin_city": [ - "Atlanta, GA" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the return flight arrive, and how many stops does the flight have?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "09:42" - ], - "slot": "inbound_arrival_time", - "values": [ - "9:42 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "inbound_arrival_time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight arrives at 9:42 am, and the flight has 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "London" - ], - "inbound_departure_time": [ - "0:25 am" - ], - "origin_city": [ - "Atlanta, GA" - ], - "outbound_departure_time": [ - "10:30 am" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "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 help you buy the 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": [ - "4th of this month" - ], - "destination_city": [ - "London" - ], - "inbound_departure_time": [ - "0:25 am" - ], - "origin_city": [ - "Atlanta, GA" - ], - "outbound_departure_time": [ - "10:30 am" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you. I have an upcoming trip. Can you help me find a oneway flight?" - }, - { - "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": [ - "241" - ], - "slot": "price", - "values": [ - "$241" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_city": "London", - "origin_city": "Atlanta" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Heathrow International Airport", - "destination_city": "London", - "number_stops": "0", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "00:34", - "outbound_departure_time": "10:30", - "passengers": "1", - "price": "241", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 72, - "slot": "outbound_departure_time", - "start": 64 - }, - { - "exclusive_end": 111, - "slot": "price", - "start": 107 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found a United Airlines flight. The departing flight is at 10:30 am and has 0 stops. The ticket costs $241." - }, - { - "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": [ - "4th of this month" - ], - "destination_city": [ - "London" - ], - "inbound_departure_time": [ - "0:25 am" - ], - "origin_city": [ - "Atlanta, GA" - ], - "outbound_departure_time": [ - "10:30 am" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From which airport does the flight depart?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Hartsfield-Jackson International Airport" - ], - "slot": "origin_airport", - "values": [ - "Hartsfield-Jackson International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "origin_airport", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight leaves from Hartsfield-Jackson International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "London" - ], - "inbound_departure_time": [ - "0:25 am" - ], - "origin_city": [ - "Atlanta, GA" - ], - "outbound_departure_time": [ - "10:30 am" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "4th of this month" - ], - "destination_city": [ - "London" - ], - "inbound_departure_time": [ - "0:25 am" - ], - "origin_city": [ - "Atlanta, GA" - ], - "outbound_departure_time": [ - "10:30 am" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "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 nice day." - } - ] - }, - { - "dialogue_id": "38_00034", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a search done for a flight, please prioritize Delta Airlines flights." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are planning to be and until when?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "NY" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "March 7th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "seating_class", - "values": [ - "dontcare" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "destination_city", - "start": 23 - }, - { - "exclusive_end": 73, - "slot": "origin_city", - "start": 71 - }, - { - "exclusive_end": 48, - "slot": "return_date", - "start": 39 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "March 7th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am planning to be in Vancouver until March 7th when I will return to NY. I will accept both business and economy class." - }, - { - "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": [ - "this Sunday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "departure_date", - "start": 11 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "March 7th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going this Sunday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:00" - ], - "slot": "outbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "02:50" - ], - "slot": "inbound_departure_time", - "values": [ - "2:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "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-03", - "destination_city": "Vancouver", - "origin_city": "New York", - "return_date": "2019-03-07" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "18:34", - "inbound_departure_time": "02:50", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "11:11", - "outbound_departure_time": "06:00", - "passengers": "1", - "price": "301", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 97, - "slot": "outbound_departure_time", - "start": 93 - }, - { - "exclusive_end": 133, - "slot": "inbound_departure_time", - "start": 126 - }, - { - "exclusive_end": 55, - "slot": "price", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Delta Airlines has a seat available o 1 flight for $301 that would take you there leaving at 6 am and start your trip home at 2:50 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": [ - "Delta Airlines" - ], - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "March 7th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When would I reach my destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "11:11" - ], - "slot": "outbound_arrival_time", - "values": [ - "11:11 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "outbound_arrival_time", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight is scheduled for arrival at 11:11 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 Sunday" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "6 am" - ], - "return_date": [ - "March 7th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is the flight I want." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Are you ready to purchase tickets right now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "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": [ - "this Sunday" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 7th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not right now, I have a trip I previously planned approaching. Would you please find 1 one way seat for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:00" - ], - "slot": "outbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "290" - ], - "slot": "price", - "values": [ - "$290" - ] - }, - { - "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": "Vancouver", - "origin_city": "New York", - "passengers": "1" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "11:11", - "outbound_departure_time": "06:00", - "passengers": "1", - "price": "290", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 103, - "slot": "outbound_departure_time", - "start": 99 - }, - { - "exclusive_end": 46, - "slot": "price", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Delta Airlines offers 1 doable flight for $290, there is 1 stop and the return flight takes off at 6 am." - }, - { - "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": [ - "this Sunday" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 7th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where does the flight originate and will the ticket be refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "YVR International Airport" - ], - "slot": "destination_airport", - "values": [ - "YVR International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 86, - "slot": "destination_airport", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is nonrefundable and the flight would depart from YVR International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 7th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That one meets the requirements, I'll take it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can be of further assistance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "2:50 am" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "6 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "March 7th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm good thank you goodby." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "38_00035", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you look up a flight for me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you leaving and coming back? Where do you want to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "the 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Mexico City" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "the 10th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "departure_date", - "start": 31 - }, - { - "exclusive_end": 27, - "slot": "destination_city", - "start": 16 - }, - { - "exclusive_end": 66, - "slot": "return_date", - "start": 58 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go to Mexico City on the 8th and coming back on the 10th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you traveling from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York City" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "origin_city", - "start": 25 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "origin_city": [ - "New York City" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be traveling from New York City" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:45" - ], - "slot": "outbound_departure_time", - "values": [ - "8:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:00" - ], - "slot": "inbound_departure_time", - "values": [ - "3 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "174" - ], - "slot": "price", - "values": [ - "$174" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Mexico City", - "origin_city": "New York", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "19:31", - "inbound_departure_time": "15:00", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "23:16", - "outbound_departure_time": "20:45", - "passengers": "1", - "price": "174", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Benito Juarez International Airport", - "destination_city": "Mexico City", - "inbound_arrival_time": "12:56", - "inbound_departure_time": "08:25", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "00:44", - "outbound_departure_time": "19:25", - "passengers": "1", - "price": "220", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "outbound_departure_time", - "start": 55 - }, - { - "exclusive_end": 81, - "slot": "inbound_departure_time", - "start": 77 - }, - { - "exclusive_end": 90, - "slot": "price", - "start": 86 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 2 flights for you with Delta Airlines leaves at 8:45 pm and return at 3 pm for $174" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "origin_city": [ - "New York City" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport will this flight 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": 54, - "slot": "destination_airport", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You will arrive at 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": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "3 pm" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok 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 book the flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "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": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "3 pm" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Can you find me oneway tickets for 2 people in my group?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:45" - ], - "slot": "outbound_departure_time", - "values": [ - "8:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "166" - ], - "slot": "price", - "values": [ - "$166" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "Mexico City", - "origin_city": "New York", - "passengers": "2" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "23:16", - "outbound_departure_time": "20:45", - "passengers": "2", - "price": "166", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 66, - "slot": "price", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a 0 stop Delta Airlines flight leaves at 8:45 pm for $166" - }, - { - "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": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "3 pm" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport will this be and at what time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "23:16" - ], - "slot": "outbound_arrival_time", - "values": [ - "11:16 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Benito Juarez International Airport" - ], - "slot": "destination_airport", - "values": [ - "Benito juarez International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_arrival_time", - "start": 55 - }, - { - "exclusive_end": 51, - "slot": "destination_airport", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This will be in Benito juarez International Airport at 11:16 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": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "3 pm" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "ok sounds good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else i can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "3 pm" - ], - "origin_city": [ - "New York City" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day" - } - ] - }, - { - "dialogue_id": "38_00036", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search for 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": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you planning to go? When do you plan to leave and when are you planning on coming 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" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "origin_city", - "values": [ - "San Diego" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "11th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "departure_date", - "start": 19 - }, - { - "exclusive_end": 54, - "slot": "destination_city", - "start": 47 - }, - { - "exclusive_end": 43, - "slot": "origin_city", - "start": 34 - }, - { - "exclusive_end": 93, - "slot": "return_date", - "start": 80 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "San Diego" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I plan to leave on March 4th from San Diego to Seattle. I want to return on the 11th of March" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:05" - ], - "slot": "outbound_departure_time", - "values": [ - "12:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:15" - ], - "slot": "inbound_departure_time", - "values": [ - "8:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "223" - ], - "slot": "price", - "values": [ - "$223" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-04", - "destination_city": "Seattle", - "origin_city": "San Diego", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "12:34", - "inbound_departure_time": "08:15", - "number_stops": "1", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "17:06", - "outbound_departure_time": "12:05", - "passengers": "1", - "price": "223", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-04", - "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": "1", - "price": "222", - "refundable": "True", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "23:25", - "inbound_departure_time": "18:50", - "number_stops": "1", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "12:46", - "outbound_departure_time": "07:00", - "passengers": "1", - "price": "233", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "16:19", - "inbound_departure_time": "12:30", - "number_stops": "1", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "12:46", - "outbound_departure_time": "07:20", - "passengers": "1", - "price": "228", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 82, - "slot": "inbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 98, - "slot": "price", - "start": 94 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an American Airlines flight that leaves at 12:05 pm and returns at 8:15 am that costs $223" - }, - { - "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" - ], - "inbound_departure_time": [ - "8:15 am" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "12:05 pm" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I book the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "8:15 am" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "12:05 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No it's ok. Can you find me one way flights for another upcoming trip. I need four tickets for economy" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American 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": [ - "237" - ], - "slot": "price", - "values": [ - "$237" - ] - }, - { - "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-04", - "destination_city": "Seattle", - "origin_city": "San Diego", - "passengers": "4", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "number_stops": "1", - "origin_airport": "SAN International Airport", - "origin_city": "San Diego", - "outbound_arrival_time": "17:06", - "outbound_departure_time": "12:05", - "passengers": "4", - "price": "237", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 77, - "slot": "outbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 89, - "slot": "price", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight via American Airlines that has 1 stop. it leaves at 12:05 pm and is $237" - }, - { - "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" - ], - "inbound_departure_time": [ - "8:15 am" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "12:05 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight is good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 4th" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "8:15 am" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "12:05 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that's it" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day" - } - ] - }, - { - "dialogue_id": "38_00037", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find economy flights via United Airlines?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you want to leave from, when do you want to leave, and when are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "3rd of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "CDMX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "departure_date", - "start": 47 - }, - { - "exclusive_end": 26, - "slot": "origin_city", - "start": 22 - }, - { - "exclusive_end": 99, - "slot": "return_date", - "start": 86 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "origin_city": [ - "CDMX" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to depart from CDMX. I'm leaving on the 3rd of this month and returning on the 12th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you want to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "destination_city", - "values": [ - "Phoenix, AZ" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "destination_city", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "origin_city": [ - "CDMX" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go to Phoenix, AZ." - }, - { - "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": [ - "11:05" - ], - "slot": "inbound_departure_time", - "values": [ - "11:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "263" - ], - "slot": "price", - "values": [ - "$263" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_city": "Phoenix", - "origin_city": "Mexico City", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "inbound_arrival_time": "19:03", - "inbound_departure_time": "11:05", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "01:18", - "outbound_departure_time": "20:45", - "passengers": "1", - "price": "263", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 101, - "slot": "outbound_departure_time", - "start": 94 - }, - { - "exclusive_end": 142, - "slot": "inbound_departure_time", - "start": 134 - }, - { - "exclusive_end": 165, - "slot": "price", - "start": 161 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 flight that matches your trip. The flight is through United Airlines, it leaves at 8:45 pm and the return flight leaves at 11:05 am. The ticket costs $263." - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, 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 the ticket?" - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "return_date": [ - "12th of March" - ], - "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": "Anything else I can help you with?" - }, - { - "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": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to find oneway flights for three people." - }, - { - "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": [ - "215" - ], - "slot": "price", - "values": [ - "$215" - ] - }, - { - "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-03", - "destination_city": "Phoenix", - "origin_city": "Mexico City", - "passengers": "3", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Sky Harbor International Airport", - "destination_city": "Phoenix", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "01:18", - "outbound_departure_time": "20:45", - "passengers": "3", - "price": "215", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 93, - "slot": "outbound_departure_time", - "start": 86 - }, - { - "exclusive_end": 108, - "slot": "price", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 flight that matches your trip. It is through United Airlines, it leaves at 8:45 pm and costs $215." - }, - { - "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": [ - "3rd of this month" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the onward flight get here?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "01:18" - ], - "slot": "outbound_arrival_time", - "values": [ - "1:18 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "outbound_arrival_time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The onward flight gets in at 1:18 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": [ - "3rd of this month" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ], - "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": "Anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "3rd of this month" - ], - "destination_city": [ - "Phoenix, AZ" - ], - "inbound_departure_time": [ - "11:05 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:45 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "12th of March" - ], - "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": "38_00038", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "seating_class", - "values": [ - "dontcare" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "origin_city", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Chicago" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a flight out of Chicago. Business or economy both work for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going and when are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 53, - "slot": "return_date", - "start": 40 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "SF" - ], - "origin_city": [ - "Chicago" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to SF and coming back on the 14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day are you leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "the 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "departure_date", - "start": 35 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Chicago" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need 2 tickets and am leaving on the 8th." - }, - { - "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": [ - "182" - ], - "slot": "price", - "values": [ - "$182" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "San Francisco", - "origin_city": "Chicago", - "passengers": "2", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "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": "182", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "04:52", - "inbound_departure_time": "22:05", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "13:27", - "outbound_departure_time": "10:40", - "passengers": "2", - "price": "192", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "00:37", - "inbound_departure_time": "17:50", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "07:22", - "outbound_departure_time": "04:35", - "passengers": "2", - "price": "316", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Premium Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "04:57", - "inbound_departure_time": "22:10", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "06:47", - "outbound_departure_time": "04:00", - "passengers": "2", - "price": "275", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Premium Economy" - } - ], - "slots": [ - { - "exclusive_end": 46, - "slot": "outbound_departure_time", - "start": 39 - }, - { - "exclusive_end": 87, - "slot": "inbound_departure_time", - "start": 80 - }, - { - "exclusive_end": 102, - "slot": "price", - "start": 98 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "An American Airlines flight departs at 7:05 am and the return flight departs at 3:20 pm. It costs $182." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "Chicago" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:40" - ], - "slot": "outbound_departure_time", - "values": [ - "10:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:05" - ], - "slot": "inbound_departure_time", - "values": [ - "10:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "192" - ], - "slot": "price", - "values": [ - "$192" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 97, - "slot": "inbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 112, - "slot": "price", - "start": 108 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found a Delta Airlines flight that leaves at 10:40 am and the return flight departs at 10:05 pm. It costs $192." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "10:05 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "10:40 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March" - ], - "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": "Do you want to buy tickets 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": [ - "the 8th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "10:05 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "10:40 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not right now. Can you find oneway flights for an upcoming trip?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:40" - ], - "slot": "outbound_departure_time", - "values": [ - "10:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "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": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "San Francisco", - "origin_city": "Chicago", - "passengers": "2" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "13:27", - "outbound_departure_time": "10:40", - "passengers": "2", - "price": "181", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 93, - "slot": "outbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 108, - "slot": "price", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Search revealed 1 flight. It is a Delta Airlines flight that has 0 stops, departs at 10:40 am and costs $181." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "10:05 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "10:40 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport 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": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "10:05 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "10:40 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "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 8th" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "10:05 pm" - ], - "origin_city": [ - "Chicago" - ], - "outbound_departure_time": [ - "10:40 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "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": "38_00039", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Will you please assist me in booking a flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What are your expected departure and arrival destinations?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle, WA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "the 14th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "destination_city", - "start": 41 - }, - { - "exclusive_end": 24, - "slot": "origin_city", - "start": 21 - }, - { - "exclusive_end": 82, - "slot": "return_date", - "start": 74 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SFO" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be leaving from SFO and arriving in Seattle, WA. I need to return on the 14th." - }, - { - "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-08" - ], - "slot": "departure_date", - "values": [ - "Friday next week" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "departure_date", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Friday next week" - ], - "destination_city": [ - "Seattle, WA" - ], - "origin_city": [ - "SFO" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be leaving on Friday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:55" - ], - "slot": "outbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "inbound_departure_time", - "values": [ - "12 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "138" - ], - "slot": "price", - "values": [ - "$138" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Seattle", - "origin_city": "San Francisco", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "14:11", - "inbound_departure_time": "12:00", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:06", - "outbound_departure_time": "14:55", - "passengers": "1", - "price": "138", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "12:28", - "inbound_departure_time": "08:35", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "16:26", - "outbound_departure_time": "14:15", - "passengers": "1", - "price": "162", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "11:55", - "inbound_departure_time": "07:40", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "10:11", - "outbound_departure_time": "08:00", - "passengers": "1", - "price": "175", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:01", - "inbound_departure_time": "21:50", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "10:36", - "outbound_departure_time": "08:25", - "passengers": "1", - "price": "141", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "08:26", - "inbound_departure_time": "06:15", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:16", - "outbound_departure_time": "15:05", - "passengers": "1", - "price": "132", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 108, - "slot": "outbound_departure_time", - "start": 101 - }, - { - "exclusive_end": 147, - "slot": "inbound_departure_time", - "start": 142 - }, - { - "exclusive_end": 64, - "slot": "price", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found an Alaska Airlines flight with a ticket price of $138. The outbound flight will depart at 2:55 pm and the return flight departs at 12 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": [ - "Friday next week" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "12 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds like a great option." - }, - { - "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 this 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": [ - "Alaska Airlines" - ], - "departure_date": [ - "Friday next week" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "12 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you. Will you please find me a one way flight for an up coming trip?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:55" - ], - "slot": "outbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "126" - ], - "slot": "price", - "values": [ - "$126" - ] - }, - { - "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-08", - "destination_city": "Seattle", - "origin_city": "San Francisco" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-08", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "17:06", - "outbound_departure_time": "14:55", - "passengers": "1", - "price": "126", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 95, - "slot": "outbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 49, - "slot": "price", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 1 flight with Alaska Airlines for $126 per ticket. The flight will depart at 2:55 pm and has 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": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "Friday next week" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "12 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When will the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "17:06" - ], - "slot": "outbound_arrival_time", - "values": [ - "5:06 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "outbound_arrival_time", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The expected time of arrival is 5:06 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": [ - "Alaska Airlines" - ], - "departure_date": [ - "Friday next week" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "12 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the airport this flight departs from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "origin_airport", - "values": [ - "SFO International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "origin_airport", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This flight will leave from SFO 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": [ - "Friday next week" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "12 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will work for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I be of further assistance to 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": [ - "Friday next week" - ], - "destination_city": [ - "Seattle, WA" - ], - "inbound_departure_time": [ - "12 pm" - ], - "origin_city": [ - "SFO" - ], - "outbound_departure_time": [ - "2:55 pm" - ], - "return_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, but thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "38_00040", - "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?" - }, - { - "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-03" - ], - "slot": "departure_date", - "values": [ - "Sunday this week" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "departure_date", - "start": 3 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Sunday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On Sunday this week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you leave from and where do you want to visit? Also, when are you coming back." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "return_date", - "values": [ - "6th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 97, - "slot": "destination_city", - "start": 89 - }, - { - "exclusive_end": 71, - "slot": "origin_city", - "start": 68 - }, - { - "exclusive_end": 140, - "slot": "return_date", - "start": 123 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "Sunday this week" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "ATL" - ], - "passengers": [ - "1" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I prefer American Airlines. I just want 1 ticket. I am leaving from ATL and traveling to Chi-town. I want to return on the 6th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:15" - ], - "slot": "outbound_departure_time", - "values": [ - "9:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:50" - ], - "slot": "inbound_departure_time", - "values": [ - "8:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "187" - ], - "slot": "price", - "values": [ - "$187" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "origin_city": "Atlanta", - "passengers": "1", - "return_date": "2019-03-06" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "01:41", - "inbound_departure_time": "20:50", - "number_stops": "1", - "origin_airport": "Hartsfield-Jackson International Airport", - "origin_city": "Atlanta", - "outbound_arrival_time": "22:16", - "outbound_departure_time": "21:15", - "passengers": "1", - "price": "187", - "refundable": "True", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 97, - "slot": "inbound_departure_time", - "start": 90 - }, - { - "exclusive_end": 121, - "slot": "price", - "start": 117 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 American Airlines flight. It departs at 9:15 pm and the return flight leaves at 8:50 pm. This flight costs $187." - }, - { - "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": [ - "Sunday this week" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "ATL" - ], - "passengers": [ - "1" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "01:41" - ], - "slot": "inbound_arrival_time", - "values": [ - "1:41 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 7, - "slot": "inbound_arrival_time", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "1:41 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": [ - "Sunday this week" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "8:50 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "9:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I 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": [ - "Sunday this week" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "8:50 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "9:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I am fine." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "May I help with something 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": [ - "American Airlines" - ], - "departure_date": [ - "Sunday this week" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "8:50 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "9:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please. Can you search oneway flights." - }, - { - "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": [ - "133" - ], - "slot": "price", - "values": [ - "$133" - ] - }, - { - "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": "Chicago", - "origin_city": "Atlanta", - "passengers": "1" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "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": "133", - "refundable": "True", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 65, - "slot": "outbound_departure_time", - "start": 58 - }, - { - "exclusive_end": 102, - "slot": "price", - "start": 98 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 American Airlines flight. This flight leaves at 9:15 pm and has 0 stops. A ticket costs $133." - }, - { - "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": [ - "Sunday this week" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "8:50 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "9:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "May I help you with something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "Sunday this week" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "8:50 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "9:15 pm" - ], - "passengers": [ - "1" - ], - "return_date": [ - "6th of this month" - ] - } - } - } - ], - "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": "38_00041", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of this month" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 102, - "slot": "return_date", - "start": 84 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find a flight for me. I want Southwest Airlines and I want to return on the 14th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you departing from? When do you want to leave? Where are you planning on visiting?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "departure_date", - "values": [ - "the 12th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LAX" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "departure_date", - "start": 15 - }, - { - "exclusive_end": 78, - "slot": "destination_city", - "start": 75 - }, - { - "exclusive_end": 87, - "slot": "origin_city", - "start": 84 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 12th" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "LAX" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving on the 12th. There's two people in my group and we're going to SFO from LAX." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:20" - ], - "slot": "outbound_departure_time", - "values": [ - "10:20 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:50" - ], - "slot": "inbound_departure_time", - "values": [ - "12:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "98" - ], - "slot": "price", - "values": [ - "$98" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-12", - "destination_city": "San Francisco", - "origin_city": "Los Angeles", - "passengers": "2", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-12", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "14:15", - "inbound_departure_time": "12:50", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "23:45", - "outbound_departure_time": "22:20", - "passengers": "2", - "price": "98", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 102, - "slot": "outbound_departure_time", - "start": 94 - }, - { - "exclusive_end": 126, - "slot": "inbound_departure_time", - "start": 118 - }, - { - "exclusive_end": 158, - "slot": "price", - "start": 155 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight for you that fits your trip. It's a Southwest Airlines flight that leaves at 10:20 PM and returns at 12:50 pm. The price of the ticket is $98." - }, - { - "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": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 12th" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "LAX" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "23:45" - ], - "slot": "outbound_arrival_time", - "values": [ - "11:45 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "outbound_arrival_time", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The onward flight comes back at 11:45 pm." - }, - { - "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": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 12th" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "LAX" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does it leave from, and our my tickets refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "origin_airport", - "values": [ - "LAX International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "origin_airport", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight leaves from LAX International Airport. The tickets aren't refundable, sorry." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 12th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "10:20 PM" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I buy them?" - }, - { - "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": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 12th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "10:20 PM" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, it's okay. I have a trip coming up, can you find me a oneway flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest 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": [ - "77" - ], - "slot": "price", - "values": [ - "$77" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-12", - "destination_city": "San Francisco", - "origin_city": "Los Angeles", - "passengers": "2" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-12", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "0", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "23:45", - "outbound_departure_time": "22:20", - "passengers": "2", - "price": "77", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 93, - "slot": "price", - "start": 90 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a Southwest Airlines flight. It leaves at 10:20 pm and has 0 stops. The ticket is $77." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "origin_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 12th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "10:20 PM", - "10:20 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does it leave from, and is it refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "origin_airport", - "values": [ - "LAX International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "origin_airport", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It leaves from LAX International Airport. 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": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 12th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "10:20 PM", - "10:20 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 12th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "12:50 pm" - ], - "origin_city": [ - "LAX" - ], - "outbound_departure_time": [ - "10:20 PM", - "10:20 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, it's okay." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "38_00042", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "return_date", - "values": [ - "Sunday this week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 50, - "slot": "return_date", - "start": 34 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "Sunday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a to find a flight back on Sunday this week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to go? What dates would you like to travel on?" - }, - { - "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", - "canonical_values": [ - "Philadelphia" - ], - "slot": "destination_city", - "values": [ - "Philly" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "departure_date", - "start": 26 - }, - { - "exclusive_end": 22, - "slot": "destination_city", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 1st" - ], - "destination_city": [ - "Philly" - ], - "passengers": [ - "2" - ], - "return_date": [ - "Sunday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to go to Philly on March 1st for two people. I like Delta Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city would you like to leave from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "origin_city", - "values": [ - "Paris" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 5, - "slot": "origin_city", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 1st" - ], - "destination_city": [ - "Philly" - ], - "origin_city": [ - "Paris" - ], - "passengers": [ - "2" - ], - "return_date": [ - "Sunday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Paris." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:35" - ], - "slot": "outbound_departure_time", - "values": [ - "5:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:20" - ], - "slot": "inbound_departure_time", - "values": [ - "12:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "378" - ], - "slot": "price", - "values": [ - "$378" - ] - }, - { - "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": "Philadelphia", - "origin_city": "Paris", - "passengers": "2", - "return_date": "2019-03-03" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "inbound_arrival_time": "11:36", - "inbound_departure_time": "12:20", - "number_stops": "1", - "origin_airport": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "00:16", - "outbound_departure_time": "17:35", - "passengers": "2", - "price": "378", - "refundable": "False", - "return_date": "2019-03-03", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 54, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 93, - "slot": "inbound_departure_time", - "start": 85 - }, - { - "exclusive_end": 127, - "slot": "price", - "start": 123 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 1 flight it is Delta Airlines departing 5:35 pm. The return flight departs at 12:20 pm. The price for the ticket is $378." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 1st" - ], - "destination_city": [ - "Philly" - ], - "origin_city": [ - "Paris" - ], - "passengers": [ - "2" - ], - "return_date": [ - "Sunday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Does it have more than one stop?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It has 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 1st" - ], - "destination_city": [ - "Philly" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Paris" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "Sunday this week" - ] - } - } - } - ], - "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": "Would you like to purchase 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": [ - "Delta Airlines" - ], - "departure_date": [ - "March 1st" - ], - "destination_city": [ - "Philly" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Paris" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "Sunday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No can you find me a one way ticket?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:35" - ], - "slot": "outbound_departure_time", - "values": [ - "5:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "369" - ], - "slot": "price", - "values": [ - "$369" - ] - }, - { - "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": "Philadelphia", - "origin_city": "Paris", - "passengers": "2" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "PHL International Airport", - "destination_city": "Philadelphia", - "number_stops": "1", - "origin_airport": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "00:16", - "outbound_departure_time": "17:35", - "passengers": "2", - "price": "369", - "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": "I have 1 flight on Delta Airlines departing at 5:35 pm and has 1 stop for $369." - }, - { - "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": [ - "March 1st" - ], - "destination_city": [ - "Philly" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Paris" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "Sunday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does it depart form?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Charles de Gaulle International Airport" - ], - "slot": "origin_airport", - "values": [ - "Charles de Gaulle International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "origin_airport", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Charles de Gaulle 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 1st" - ], - "destination_city": [ - "Philly" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Paris" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "Sunday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds 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": "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" - ], - "destination_city": [ - "Philly" - ], - "inbound_departure_time": [ - "12:20 pm" - ], - "origin_city": [ - "Paris" - ], - "outbound_departure_time": [ - "5:35 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "Sunday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not, 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": "38_00043", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Will you help me find some flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When and where are you traveling?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "San Francisco" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "departure_date", - "start": 45 - }, - { - "exclusive_end": 44, - "slot": "destination_city", - "start": 37 - }, - { - "exclusive_end": 33, - "slot": "origin_city", - "start": 20 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "day after tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "San Francisco" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling from San Francisco to Chicago day after tomorrow." - }, - { - "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-08" - ], - "slot": "return_date", - "values": [ - "March 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 9, - "slot": "return_date", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "day after tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "March 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "March 8th on Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:20" - ], - "slot": "outbound_departure_time", - "values": [ - "3:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:05" - ], - "slot": "inbound_departure_time", - "values": [ - "7:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "178" - ], - "slot": "price", - "values": [ - "$178" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Chicago", - "origin_city": "San Francisco", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "09:52", - "inbound_departure_time": "07:05", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "22:07", - "outbound_departure_time": "15:20", - "passengers": "1", - "price": "178", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "13:27", - "inbound_departure_time": "10:40", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "04:52", - "outbound_departure_time": "22:05", - "passengers": "1", - "price": "209", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "00:36", - "inbound_departure_time": "18:15", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "00:37", - "outbound_departure_time": "17:50", - "passengers": "1", - "price": "219", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "21:12", - "inbound_departure_time": "18:25", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "06:02", - "outbound_departure_time": "23:15", - "passengers": "1", - "price": "197", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 93, - "slot": "inbound_departure_time", - "start": 86 - }, - { - "exclusive_end": 34, - "slot": "price", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found American Airlines for $178 that leaves at 3:20 pm and return flight leaves at 7:05 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "departure_date", - "start": 45 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "March 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any flights on United Airlines for tomorrow?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:10" - ], - "slot": "outbound_departure_time", - "values": [ - "10:10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:25" - ], - "slot": "inbound_departure_time", - "values": [ - "6:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "193" - ], - "slot": "price", - "values": [ - "$193" - ] - }, - { - "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": "Chicago", - "origin_city": "San Francisco", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "21:12", - "inbound_departure_time": "18:25", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "04:57", - "outbound_departure_time": "22:10", - "passengers": "1", - "price": "193", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 92, - "slot": "outbound_departure_time", - "start": 84 - }, - { - "exclusive_end": 133, - "slot": "inbound_departure_time", - "start": 126 - }, - { - "exclusive_end": 44, - "slot": "price", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight on United Airlines for $193 with an outbound flight that leaves at 10:10 pm and return flight that leaves at 6:25 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": [ - "tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "San Francisco" - ], - "return_date": [ - "March 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does it depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "origin_airport", - "values": [ - "SFO International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "origin_airport", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "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": [ - "tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "6:25 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "10:10 pm" - ], - "return_date": [ - "March 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "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": "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": [ - "tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "6:25 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "10:10 pm" - ], - "return_date": [ - "March 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Will you find me oneway flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:10" - ], - "slot": "outbound_departure_time", - "values": [ - "10:10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "176" - ], - "slot": "price", - "values": [ - "$176" - ] - }, - { - "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": "Chicago", - "origin_city": "San Francisco", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "04:57", - "outbound_departure_time": "22:10", - "passengers": "1", - "price": "176", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 67, - "slot": "outbound_departure_time", - "start": 59 - }, - { - "exclusive_end": 44, - "slot": "price", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight on United Airlines for $176. It leaves at 10:10 pm with 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": [ - "tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "6:25 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "10:10 pm" - ], - "return_date": [ - "March 8th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "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": [ - "tomorrow" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "6:25 pm" - ], - "origin_city": [ - "San Francisco" - ], - "outbound_departure_time": [ - "10:10 pm" - ], - "return_date": [ - "March 8th" - ], - "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 nice day." - } - ] - }, - { - "dialogue_id": "38_00044", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "5th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "seating_class", - "values": [ - "dontcare" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "departure_date", - "start": 35 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "5th of March" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a flight that leaves on the 5th of March. Either business or economy is fine." - }, - { - "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, where are you leaving from, where are you going and when do you want to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "passengers", - "values": [ - "3" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Delhi" - ], - "slot": "destination_city", - "values": [ - "Delhi" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "10th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "destination_city", - "start": 51 - }, - { - "exclusive_end": 64, - "slot": "origin_city", - "start": 62 - }, - { - "exclusive_end": 114, - "slot": "return_date", - "start": 96 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Delhi" - ], - "origin_city": [ - "LA" - ], - "passengers": [ - "3" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It's three of us in the group. We're travelling to Delhi from LA and we want to get back on the 10th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:30" - ], - "slot": "outbound_departure_time", - "values": [ - "6:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:00" - ], - "slot": "inbound_departure_time", - "values": [ - "7 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "331" - ], - "slot": "price", - "values": [ - "$331" - ] - }, - { - "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": "Delhi", - "origin_city": "Los Angeles", - "passengers": "3", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Indira Gandhi International Airport", - "destination_city": "Delhi", - "inbound_arrival_time": "20:04", - "inbound_departure_time": "19:00", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "16:07", - "outbound_departure_time": "06:30", - "passengers": "3", - "price": "331", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 98, - "slot": "outbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 135, - "slot": "inbound_departure_time", - "start": 131 - }, - { - "exclusive_end": 154, - "slot": "price", - "start": 150 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 convenient flight for your trip. It's an American Airlines flight that leaves at 6:30 am and the return flight leaves at 7 pm. It will cost $331." - }, - { - "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": [ - "5th of March" - ], - "destination_city": [ - "Delhi" - ], - "origin_city": [ - "LA" - ], - "passengers": [ - "3" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport will my flight depart from and when does my return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "20:04" - ], - "slot": "inbound_arrival_time", - "values": [ - "8:04 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "origin_airport", - "values": [ - "LAX International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "inbound_arrival_time", - "start": 33 - }, - { - "exclusive_end": 94, - "slot": "origin_airport", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight will arrive at 8:04 pm and the flight 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": [ - "American Airlines" - ], - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Delhi" - ], - "inbound_departure_time": [ - "7 pm" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "6:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "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": "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": [ - "5th of March" - ], - "destination_city": [ - "Delhi" - ], - "inbound_departure_time": [ - "7 pm" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "6:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you, I have a trip coming up. Can you find me oneway flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:30" - ], - "slot": "outbound_departure_time", - "values": [ - "6:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "346" - ], - "slot": "price", - "values": [ - "$346" - ] - }, - { - "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-05", - "destination_city": "Delhi", - "origin_city": "Los Angeles", - "passengers": "3" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Indira Gandhi International Airport", - "destination_city": "Delhi", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "16:07", - "outbound_departure_time": "06:30", - "passengers": "3", - "price": "346", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 104, - "slot": "outbound_departure_time", - "start": 97 - }, - { - "exclusive_end": 144, - "slot": "price", - "start": 140 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 1 that's suitable for you. It's also American Airlines. The outbound flight leaves at 6:30 am and has 1 stop. The ticket will be $346." - }, - { - "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": [ - "5th of March" - ], - "destination_city": [ - "Delhi" - ], - "inbound_departure_time": [ - "7 pm" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "6:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport will the flight arrive in and when does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "16:07" - ], - "slot": "outbound_arrival_time", - "values": [ - "4:07 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Indira Gandhi International Airport" - ], - "slot": "destination_airport", - "values": [ - "Indira Gandhi International airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "outbound_arrival_time", - "start": 33 - }, - { - "exclusive_end": 79, - "slot": "destination_airport", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The onward flight will arrive at 4:07 pm at Indira Gandhi International airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Delhi" - ], - "inbound_departure_time": [ - "7 pm" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "6:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "May I assist you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Delhi" - ], - "inbound_departure_time": [ - "7 pm" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "6:30 am" - ], - "passengers": [ - "3" - ], - "return_date": [ - "10th of this month" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "38_00045", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "departure_date", - "start": 44 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "tomorrow" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please help me find flights that will leave 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": "Where will you be leaving from and where do you plan to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "destination_city", - "values": [ - "Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "destination_city", - "start": 20 - }, - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 45 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "SF" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will bee visiting Vegas. I am leaving from SF and I prefer Economy seating." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to go back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "9th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "return_date", - "start": 24 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "2" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I do planned to be back 9th of this month. There are 2 people in my group and we prefer flights from American Airlines." - }, - { - "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": [ - "05:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "113" - ], - "slot": "price", - "values": [ - "$113" - ] - }, - { - "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": "Las Vegas", - "origin_city": "San Francisco", - "passengers": "2", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "07:05", - "inbound_departure_time": "05:30", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "19:05", - "outbound_departure_time": "17:30", - "passengers": "2", - "price": "113", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 88, - "slot": "outbound_departure_time", - "start": 81 - }, - { - "exclusive_end": 111, - "slot": "inbound_departure_time", - "start": 104 - }, - { - "exclusive_end": 126, - "slot": "price", - "start": 122 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 1 flight that is best for you from American Airlines, it departs at 5:30 pm and returns at 5:30 am. It costs $113." - }, - { - "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": [ - "tomorrow" - ], - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "2" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When will it arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "07:05" - ], - "slot": "inbound_arrival_time", - "values": [ - "7:05 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "inbound_arrival_time", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your return flight will arrive at 7:05 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": [ - "tomorrow" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "5:30 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, that sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I book the ticket for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "5:30 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's alright." - }, - { - "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": [ - "SearchOnewayFlight" - ], - "slot": "intent", - "values": [ - "SearchOnewayFlight" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "5:30 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you help me book one way flight? I plan to go on a trip." - }, - { - "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": [ - "104" - ], - "slot": "price", - "values": [ - "$104" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "Las Vegas", - "origin_city": "San Francisco", - "passengers": "2", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "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": "2", - "price": "104", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_departure_time", - "start": 56 - }, - { - "exclusive_end": 91, - "slot": "price", - "start": 87 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found a flight from American Airlines that departs at 5:30 pm with 0 stops. It costs $104." - }, - { - "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": [ - "tomorrow" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "5:30 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need further assistance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "tomorrow" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "5:30 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day!" - } - ] - }, - { - "dialogue_id": "38_00046", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Alaska Airlines" - ], - "slot": "airlines", - "values": [ - "Alaska Airlines" - ] - }, - { - "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" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please could you search flights preferably with Alaska Airlines?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For sure, which is the departure city?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "origin_city", - "values": [ - "San Diego" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "origin_city", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "origin_city": [ - "San Diego" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am travelling from San Diego." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which is the returning 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": [ - "Alaska Airlines" - ], - "origin_city": [ - "San Diego" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will flight back on the 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you going to travel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "1st of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "departure_date", - "start": 20 - }, - { - "exclusive_end": 38, - "slot": "destination_city", - "start": 36 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "San Diego" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to travel on 1st of March to SF." - }, - { - "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": [ - "114" - ], - "slot": "price", - "values": [ - "$114" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "destination_city": "San Francisco", - "origin_city": "San Diego", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "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": "114", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 64, - "slot": "outbound_departure_time", - "start": 56 - }, - { - "exclusive_end": 107, - "slot": "inbound_departure_time", - "start": 100 - }, - { - "exclusive_end": 126, - "slot": "price", - "start": 122 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is flight with Alaska Airlines. Departure time is 11:10 am and returning flight departures at 6:10 am. The price is $114." - }, - { - "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": [ - "1st of March" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "11:10 am" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This is nice for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want that I buy tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "seating_class", - "values": [ - "dontcare" - ] - }, - { - "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": [ - "1st of March" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "11:10 am" - ], - "return_date": [ - "the 12th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that is OK. Could you find me one way flights on business or economy?" - }, - { - "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" - ] - }, - { - "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-01", - "destination_city": "San Francisco", - "origin_city": "San Diego" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-01", - "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": 99, - "slot": "price", - "start": 95 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 suitable flight with Alaska Airlines leaving at 11:10 am with 0 stops. The price is $107." - }, - { - "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": [ - "1st of March" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "11:10 am" - ], - "return_date": [ - "the 12th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is really nice for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Alaska Airlines" - ], - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "6:10 am" - ], - "origin_city": [ - "San Diego" - ], - "outbound_departure_time": [ - "11:10 am" - ], - "return_date": [ - "the 12th" - ], - "seating_class": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that is fine." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00047", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for a family fun getaway. Would you help me search flight options for our trip, please?" - }, - { - "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": "Sure, I'll be happy to assist you. Tell me where you want to go for your trip and when you would like to return." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta, GA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "destination_city", - "start": 28 - }, - { - "exclusive_end": 87, - "slot": "return_date", - "start": 74 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Atlanta, GA" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to search flights to Atlanta, GA. I want the return date to be the 14th of March." - }, - { - "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": "All right. From what city do you want your departure? And, when do you want your flight to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "Tuesday next week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "departure_date", - "start": 29 - }, - { - "exclusive_end": 73, - "slot": "origin_city", - "start": 62 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "Atlanta, GA" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's make the departure for Tuesday next week, flying out of Seattle, WA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:45" - ], - "slot": "outbound_departure_time", - "values": [ - "9:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:40" - ], - "slot": "inbound_departure_time", - "values": [ - "11:40 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "241" - ], - "slot": "price", - "values": [ - "$241" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Atlanta", - "origin_city": "Seattle", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "11:40", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "06:17", - "outbound_departure_time": "21:45", - "passengers": "1", - "price": "241", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "18:52", - "inbound_departure_time": "16:20", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "20:47", - "outbound_departure_time": "12:15", - "passengers": "1", - "price": "191", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "12:46", - "inbound_departure_time": "06:30", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "17:19", - "outbound_departure_time": "05:25", - "passengers": "1", - "price": "334", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "13:27", - "inbound_departure_time": "10:55", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "01:27", - "outbound_departure_time": "16:55", - "passengers": "1", - "price": "218", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "outbound_departure_time", - "start": 66 - }, - { - "exclusive_end": 107, - "slot": "inbound_departure_time", - "start": 99 - }, - { - "exclusive_end": 130, - "slot": "price", - "start": 126 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Got it. There is an American Airlines outbound flight, leaving at 9:45 pm, with a return flight at 11:40 am. The ticket costs $241." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "Atlanta, GA" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do you show any other available flights, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:15" - ], - "slot": "outbound_departure_time", - "values": [ - "12:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:20" - ], - "slot": "inbound_departure_time", - "values": [ - "4:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "191" - ], - "slot": "price", - "values": [ - "$191" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 62, - "slot": "outbound_departure_time", - "start": 54 - }, - { - "exclusive_end": 95, - "slot": "inbound_departure_time", - "start": 88 - }, - { - "exclusive_end": 128, - "slot": "price", - "start": 124 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Delta Airlines outbound flight, leaving at 12:15 pm, with a return flight at 4:20 pm. The cost of that ticket is $191." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "refundable" - ], - "slot_values": { - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "Atlanta, GA" - ], - "origin_city": [ - "Seattle, WA" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. Is the cost of the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No, that ticket is not refundable" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "4:20 pm" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "12:15 pm" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, that flight will work." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I buy the tickets for you 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": [ - "Tuesday next week" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "4:20 pm" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "12:15 pm" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks, not now but can you search for one-way flights next? I have a trip coming up that I need to make a reservation for." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:15" - ], - "slot": "outbound_departure_time", - "values": [ - "12:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "168" - ], - "slot": "price", - "values": [ - "$168" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_city": "Atlanta", - "origin_city": "Seattle" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "20:47", - "outbound_departure_time": "12:15", - "passengers": "1", - "price": "168", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 52 - }, - { - "exclusive_end": 108, - "slot": "price", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I show a Delta Airlines outbound flight, leaving at 12:15 pm, with 0 stops. The price of that ticket is $168." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Tuesday next week" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "4:20 pm" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "12:15 pm" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Cool. I'll take that flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there any other assistance you need at this time?" - }, - { - "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": [ - "Tuesday next week" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "4:20 pm" - ], - "origin_city": [ - "Seattle, WA" - ], - "outbound_departure_time": [ - "12:15 pm" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, really appreciate your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "38_00048", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "March 4th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "departure_date", - "start": 34 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Will you help me find a flight on March 4th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you visiting? When are you leaving and coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "7th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "departure_date", - "start": 19 - }, - { - "exclusive_end": 66, - "slot": "destination_city", - "start": 53 - }, - { - "exclusive_end": 49, - "slot": "origin_city", - "start": 42 - }, - { - "exclusive_end": 98, - "slot": "return_date", - "start": 88 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "7th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Phoenix" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave on 7th of this month from Phoenix to San Francisco. I plan to return on March 12th. I prefer United Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:50" - ], - "slot": "outbound_departure_time", - "values": [ - "11:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:15" - ], - "slot": "inbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "132" - ], - "slot": "price", - "values": [ - "$132" - ] - }, - { - "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": "San Francisco", - "origin_city": "Phoenix", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:22", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "01:57", - "outbound_departure_time": "23:50", - "passengers": "1", - "price": "132", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 67, - "slot": "outbound_departure_time", - "start": 59 - }, - { - "exclusive_end": 90, - "slot": "inbound_departure_time", - "start": 83 - }, - { - "exclusive_end": 44, - "slot": "price", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight on United Airlines for $132. It leaves at 11:50 pm and returns at 2:15 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": [ - "7th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Phoenix" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport is the departing flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sky Harbor International Airport" - ], - "slot": "origin_airport", - "values": [ - "Sky Harbor International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "origin_airport", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sky Harbor International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "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": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great." - }, - { - "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": [ - "United Airlines" - ], - "departure_date": [ - "7th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, 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": "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": [ - "7th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am planning on a trip. Will you find me oneway flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:50" - ], - "slot": "outbound_departure_time", - "values": [ - "11:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "114" - ], - "slot": "price", - "values": [ - "$114" - ] - }, - { - "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": "San Francisco", - "origin_city": "Phoenix" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "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": "114", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 68, - "slot": "outbound_departure_time", - "start": 60 - }, - { - "exclusive_end": 44, - "slot": "price", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight on United Airlines for $114 that leaves at 11:50 pm with 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": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "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": [ - "7th of this month" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "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 great day." - } - ] - }, - { - "dialogue_id": "38_00049", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Will you help find some flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you leaving and returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "the 6th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "departure_date", - "start": 17 - }, - { - "exclusive_end": 49, - "slot": "return_date", - "start": 39 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 6th" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am to leave on the 6th and return on March 13th." - }, - { - "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": [ - "2019-03-10" - ], - "slot": "departure_date", - "values": [ - "10th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Washington" - ], - "slot": "origin_city", - "values": [ - "Washington" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 50, - "slot": "departure_date", - "start": 32 - }, - { - "exclusive_end": 28, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "10th of this month" - ], - "origin_city": [ - "Washington" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from Washington on 10th of this month." - }, - { - "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": 13, - "slot": "destination_city", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "Paris, France" - ], - "origin_city": [ - "Washington" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Paris, France." - }, - { - "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": [ - "04:05" - ], - "slot": "inbound_departure_time", - "values": [ - "4:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "289" - ], - "slot": "price", - "values": [ - "$289" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-10", - "destination_city": "Paris", - "origin_city": "Washington", - "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": "12:05", - "inbound_departure_time": "04:05", - "number_stops": "1", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "22:22", - "outbound_departure_time": "06:05", - "passengers": "1", - "price": "289", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-10", - "destination_airport": "Charles de Gaulle International Airport", - "destination_city": "Paris", - "inbound_arrival_time": "18:25", - "inbound_departure_time": "10:00", - "number_stops": "1", - "origin_airport": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "11:18", - "outbound_departure_time": "10:00", - "passengers": "1", - "price": "393", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 77, - "slot": "outbound_departure_time", - "start": 70 - }, - { - "exclusive_end": 113, - "slot": "inbound_departure_time", - "start": 106 - }, - { - "exclusive_end": 146, - "slot": "price", - "start": 142 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 2 flights on American Airlines. The outbound flight leaves at 6:05 am and return flight leaves at 4:05 am. The price of the ticket is $289." - }, - { - "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": [ - "Paris, France" - ], - "inbound_departure_time": [ - "4:05 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "6:05 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great." - }, - { - "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": "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": [ - "10th of this month" - ], - "destination_city": [ - "Paris, France" - ], - "inbound_departure_time": [ - "4:05 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "6:05 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Can you find me oneway flights?" - }, - { - "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": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "292" - ], - "slot": "price", - "values": [ - "$292" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-10", - "destination_city": "Paris", - "origin_city": "Washington" - } - }, - "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": "Dulles International Airport", - "origin_city": "Washington", - "outbound_arrival_time": "22:22", - "outbound_departure_time": "06:05", - "passengers": "1", - "price": "292", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 86, - "slot": "outbound_departure_time", - "start": 79 - }, - { - "exclusive_end": 46, - "slot": "price", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight on American Airlines for $292. The outbound flight departs at 6:05 am with 1 stop." - }, - { - "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": [ - "10th of this month" - ], - "destination_city": [ - "Paris, France" - ], - "inbound_departure_time": [ - "4:05 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "6:05 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's the arrival time of the onward flight? Is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "22:22" - ], - "slot": "outbound_arrival_time", - "values": [ - "10:22 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 10:22 pm. No, the ticket is not refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "Paris, France" - ], - "inbound_departure_time": [ - "4:05 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "6:05 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "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": [ - "American Airlines" - ], - "departure_date": [ - "10th of this month" - ], - "destination_city": [ - "Paris, France" - ], - "inbound_departure_time": [ - "4:05 am" - ], - "origin_city": [ - "Washington" - ], - "outbound_departure_time": [ - "6:05 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "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 great day." - } - ] - }, - { - "dialogue_id": "38_00050", - "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": 29, - "slot": "destination_city", - "start": 17 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Portland, OR" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm traveling to Portland, OR. Can you check flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day do you plan on leaving and returning? Where would you like to leave from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "departure_date", - "values": [ - "Next Wednesday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Ciudad de Mexico" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "11th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 14, - "slot": "departure_date", - "start": 0 - }, - { - "exclusive_end": 36, - "slot": "origin_city", - "start": 20 - }, - { - "exclusive_end": 72, - "slot": "return_date", - "start": 54 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Next Wednesday" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Next Wednesday from Ciudad de Mexico returning on the 11th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "02:35" - ], - "slot": "outbound_departure_time", - "values": [ - "2:35 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "07:20" - ], - "slot": "inbound_departure_time", - "values": [ - "7:20 am" - ] - }, - { - "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": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-06", - "destination_city": "Portland", - "origin_city": "Mexico City", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "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": "1", - "price": "269", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-06", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "18:53", - "inbound_departure_time": "08:45", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "21:33", - "outbound_departure_time": "13:45", - "passengers": "1", - "price": "255", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-06", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "18:53", - "inbound_departure_time": "10:35", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "01:45", - "outbound_departure_time": "20:45", - "passengers": "1", - "price": "273", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 114, - "slot": "inbound_departure_time", - "start": 107 - }, - { - "exclusive_end": 134, - "slot": "price", - "start": 130 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 3 flights. There is an American Airlines flight leaving at 2:35 am and the return flight leaves at 7:20 am. The ticket is $269." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "departure_date": [ - "Next Wednesday" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Does it have zero stops?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "There is only 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "Next Wednesday" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "7:20 am" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "return_date": [ - "11th 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": "Would you like me to buy the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "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": [ - "Next Wednesday" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "7:20 am" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. I have an upcoming trip. Can you find a oneway flight for me and one more person in my group?" - }, - { - "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": [ - "275" - ], - "slot": "price", - "values": [ - "$275" - ] - }, - { - "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-06", - "destination_city": "Portland", - "origin_city": "Mexico City", - "passengers": "1" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-06", - "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": "1", - "price": "275", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 54, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 84, - "slot": "price", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found an American Airlines flight leaving at 2:35 am with 1 stop. The cost is $275 per ticket." - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "Next Wednesday" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "7:20 am" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport and what is the arrival time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "07:45" - ], - "slot": "outbound_arrival_time", - "values": [ - "7:45 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Benito Juarez International Airport" - ], - "slot": "origin_airport", - "values": [ - "Benito Juarez International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 81, - "slot": "outbound_arrival_time", - "start": 74 - }, - { - "exclusive_end": 58, - "slot": "origin_airport", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight leaves from Benito Juarez International Airport and arrives at 7:45 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": [ - "Next Wednesday" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "7:20 am" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "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." - }, - { - "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 Wednesday" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "7:20 am" - ], - "origin_city": [ - "Ciudad de Mexico" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "11th of this month" - ] - } - } - } - ], - "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": "38_00051", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you list flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When is departure and arrival and what locations?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "departure_date", - "values": [ - "the 7th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "10th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "departure_date", - "start": 13 - }, - { - "exclusive_end": 27, - "slot": "destination_city", - "start": 24 - }, - { - "exclusive_end": 64, - "slot": "return_date", - "start": 51 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "SFO" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Departure on the 7th to SFO and return back on the 10th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is the departure city." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Vegas" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "origin_city", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Vegas" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The departure city is Vegas." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:30" - ], - "slot": "outbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "108" - ], - "slot": "price", - "values": [ - "$108" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-07", - "destination_city": "San Francisco", - "origin_city": "Las Vegas", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "19:05", - "inbound_departure_time": "17:30", - "number_stops": "0", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "07:05", - "outbound_departure_time": "05:30", - "passengers": "1", - "price": "108", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-07", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "12:25", - "inbound_departure_time": "10:50", - "number_stops": "0", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "00:25", - "outbound_departure_time": "22:50", - "passengers": "1", - "price": "113", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-07", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "14:35", - "inbound_departure_time": "11:55", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "16:40", - "outbound_departure_time": "15:05", - "passengers": "1", - "price": "139", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 41, - "slot": "outbound_departure_time", - "start": 34 - }, - { - "exclusive_end": 72, - "slot": "inbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 49, - "slot": "price", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "An American Airlines departure at 5:30 am is $108 and returns at 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Vegas" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are they any stops." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 0 stops." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This flight meets my needs." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like tickets reserved?" - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I have a trip coming up and need a oneway flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:30" - ], - "slot": "outbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "104" - ], - "slot": "price", - "values": [ - "$104" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_city": "San Francisco", - "origin_city": "Las Vegas" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-07", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "0", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "07:05", - "outbound_departure_time": "05:30", - "passengers": "1", - "price": "104", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "outbound_departure_time", - "start": 55 - }, - { - "exclusive_end": 106, - "slot": "price", - "start": 102 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 flight on American Airlines that departs at 5:30 am and has 0 stops with a ticket price of $104." - }, - { - "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": [ - "the 7th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the departure flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "07:05" - ], - "slot": "outbound_arrival_time", - "values": [ - "7:05 am" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 7:05 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 7th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like this flight, please reserve." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Done, 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": [ - "the 7th" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "5:30 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "5:30 am" - ], - "return_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you that is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Thank you and have a great day." - } - ] - }, - { - "dialogue_id": "38_00052", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "the 5th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "departure_date", - "start": 41 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 5th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me a flight which leaves on the 5th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Where are you going to, where are you departing from, and when do you want to get back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Las Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "destination_city", - "start": 16 - }, - { - "exclusive_end": 32, - "slot": "origin_city", - "start": 23 - }, - { - "exclusive_end": 73, - "slot": "return_date", - "start": 60 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "ATL" - ], - "origin_city": [ - "Las Vegas" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going from ATL to Las Vegas and want to be back on the 14th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:35" - ], - "slot": "outbound_departure_time", - "values": [ - "2:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:05" - ], - "slot": "inbound_departure_time", - "values": [ - "12:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "252" - ], - "slot": "price", - "values": [ - "$252" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Atlanta", - "origin_city": "Las Vegas", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "16:19", - "inbound_departure_time": "12:05", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "01:24", - "outbound_departure_time": "14:35", - "passengers": "1", - "price": "252", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "20:50", - "inbound_departure_time": "15:00", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "01:51", - "outbound_departure_time": "15:05", - "passengers": "1", - "price": "282", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 68, - "slot": "outbound_departure_time", - "start": 61 - }, - { - "exclusive_end": 117, - "slot": "inbound_departure_time", - "start": 109 - }, - { - "exclusive_end": 45, - "slot": "price", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Southwest Airlines ticket for $252. It departs at 2:35 pm, and the flight bringing you back is at 12:05 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": [ - "the 5th" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "12:05 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want me to purchase 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": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "12:05 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not right now. I'm going on a trip with two others. Can you find me a one-way flight for three people?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:35" - ], - "slot": "outbound_departure_time", - "values": [ - "2:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "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": "SearchOnewayFlight", - "parameters": { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_city": "Atlanta", - "origin_city": "Las Vegas", - "passengers": "3" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "1", - "origin_airport": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "01:24", - "outbound_departure_time": "14:35", - "passengers": "3", - "price": "242", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 105, - "slot": "outbound_departure_time", - "start": 98 - }, - { - "exclusive_end": 71, - "slot": "price", - "start": 67 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 such flight. It is through Southwest Airlines and costs $242 per ticket. It departs at 2:35 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": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "12:05 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "12:05 pm" - ], - "origin_city": [ - "Las Vegas" - ], - "outbound_departure_time": [ - "2:35 pm" - ], - "passengers": [ - "3" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nothing else. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "38_00053", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to search flights, please." - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "NY" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "origin_city": [ - "NY" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from NY. I prefer to fly Delta Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to depart and come back, and where would you like to fly to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "the 1st" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LAX" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "March 14th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "departure_date", - "start": 39 - }, - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 18 - }, - { - "exclusive_end": 71, - "slot": "return_date", - "start": 61 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "LAX" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to LAX. I am leaving on the 1st, returning on March 14th, and I would prefer to travel in Economy." - }, - { - "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": [ - "22:55" - ], - "slot": "inbound_departure_time", - "values": [ - "10:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "196" - ], - "slot": "price", - "values": [ - "$196" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_city": "Los Angeles", - "origin_city": "New York", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "08:05", - "inbound_departure_time": "22:55", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "10:40", - "outbound_departure_time": "07:30", - "passengers": "1", - "price": "196", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 48, - "slot": "outbound_departure_time", - "start": 41 - }, - { - "exclusive_end": 80, - "slot": "inbound_departure_time", - "start": 72 - }, - { - "exclusive_end": 110, - "slot": "price", - "start": 106 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Delta Airlines has an outbound flight at 7:30 am with a return light at 10:55 pm, and the ticket price is $196." - }, - { - "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": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "LAX" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is the ticket refundable? Which airport does the flight depart from?" - }, - { - "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": 93, - "slot": "origin_airport", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Unfortunately the ticket is not refundable. The flight departs from JFK International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "10:55 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "return_date": [ - "March 14th" - ], - "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": "Would you like to buy tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "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": [ - "the 1st" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "10:55 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's okay. I have another trip coming up. Can I search for one way flights for a group of 2 people?" - }, - { - "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": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "168" - ], - "slot": "price", - "values": [ - "$168" - ] - }, - { - "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": "Los Angeles", - "origin_city": "New York", - "passengers": "2", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "10:40", - "outbound_departure_time": "07:30", - "passengers": "2", - "price": "168", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "outbound_departure_time", - "start": 59 - }, - { - "exclusive_end": 88, - "slot": "price", - "start": 84 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight. Delta Airlines has an outbound flight at 7:30 am with 0 stops for $168." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "origin_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "10:55 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is the ticket refundable? Which airport does the flight depart from?" - }, - { - "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": 93, - "slot": "origin_airport", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Unfortunately the ticket is not refundable. The flight 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": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "10:55 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 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": "Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "LAX" - ], - "inbound_departure_time": [ - "10:55 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 14th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, 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": "38_00054", - "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 some flights with Economy seating?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you coming back and where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "origin_city", - "values": [ - "Philadelphia" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "origin_city", - "start": 21 - }, - { - "exclusive_end": 67, - "slot": "return_date", - "start": 57 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Philadelphia" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be leaving from Philadelphia. I want to get back on March 12th." - }, - { - "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 to visit and when will you leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "9th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "departure_date", - "start": 19 - }, - { - "exclusive_end": 57, - "slot": "destination_city", - "start": 49 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "Philadelphia" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving on the 9th of March and traveling to Chi-town." - }, - { - "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": [ - "120" - ], - "slot": "price", - "values": [ - "$120" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-09", - "destination_city": "Chicago", - "origin_city": "Philadelphia", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "21:51", - "inbound_departure_time": "18:40", - "number_stops": "0", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "11:21", - "outbound_departure_time": "10:10", - "passengers": "1", - "price": "120", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "00:51", - "inbound_departure_time": "21:40", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "19:34", - "outbound_departure_time": "16:40", - "passengers": "1", - "price": "154", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "00:16", - "inbound_departure_time": "21:05", - "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", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "19:46", - "inbound_departure_time": "15:15", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "12:41", - "outbound_departure_time": "11:30", - "passengers": "1", - "price": "158", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 75, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 112, - "slot": "inbound_departure_time", - "start": 105 - }, - { - "exclusive_end": 131, - "slot": "price", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a American Airlines flight. The outbound lfight leaves at 10:10 am. The return flight leaves at 6:40 pm. The price is $120." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "Philadelphia" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other flights availble." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:40" - ], - "slot": "outbound_departure_time", - "values": [ - "4:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:40" - ], - "slot": "inbound_departure_time", - "values": [ - "9:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "154" - ], - "slot": "price", - "values": [ - "$154" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "outbound_departure_time", - "start": 63 - }, - { - "exclusive_end": 107, - "slot": "inbound_departure_time", - "start": 100 - }, - { - "exclusive_end": 126, - "slot": "price", - "start": 122 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Delta Airlines flight. The outbound flight leave at 4:40 pm. THe return flight leaves at 9:40 pm. The price is $154." - }, - { - "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": [ - "Chi-town" - ], - "inbound_departure_time": [ - "9:40 pm" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:40 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sound good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to buy 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": [ - "Delta Airlines" - ], - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "9:40 pm" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:40 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you. I have a different trip. Can you find me oneway flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:40" - ], - "slot": "outbound_departure_time", - "values": [ - "4:40 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "162" - ], - "slot": "price", - "values": [ - "$162" - ] - }, - { - "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-09", - "destination_city": "Chicago", - "origin_city": "Philadelphia", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "number_stops": "1", - "origin_airport": "PHL International Airport", - "origin_city": "Philadelphia", - "outbound_arrival_time": "19:34", - "outbound_departure_time": "16:40", - "passengers": "1", - "price": "162", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 106, - "slot": "outbound_departure_time", - "start": 99 - }, - { - "exclusive_end": 143, - "slot": "price", - "start": 139 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 suitable flight for you. There is a Delta Airlines flight.T he outbound flight leaves at 4:40 pm and it has 1 stop. The price is $162." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "destination_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "9:40 pm" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:40 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does it arrive in? Is the ticket refundable?" - }, - { - "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": 47, - "slot": "destination_airport", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The destination is O'Hare International Airport. The ticket is nonrefundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "9:40 pm" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:40 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Then the flight sound good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "9th of March" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "9:40 pm" - ], - "origin_city": [ - "Philadelphia" - ], - "outbound_departure_time": [ - "4:40 pm" - ], - "return_date": [ - "March 12th" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks for the help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "38_00055", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you locate a flight for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What dates do you plan to leave and return and where do you want to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "later today" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "New York" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "the 11th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "departure_date", - "start": 41 - }, - { - "exclusive_end": 24, - "slot": "destination_city", - "start": 16 - }, - { - "exclusive_end": 75, - "slot": "return_date", - "start": 67 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "later today" - ], - "destination_city": [ - "New York" - ], - "return_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to go to New York,I want to leave later today and return on the 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you planning to depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "origin_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Premium Economy" - ], - "slot": "seating_class", - "values": [ - "Premium Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "later today" - ], - "destination_city": [ - "New York" - ], - "origin_city": [ - "Vancouver" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will traveling from Vancouver. I want to travel in Premium economy class please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "02:50" - ], - "slot": "outbound_departure_time", - "values": [ - "2:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:00" - ], - "slot": "inbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "460" - ], - "slot": "price", - "values": [ - "$460" - ] - }, - { - "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": "New York", - "origin_city": "Vancouver", - "return_date": "2019-03-11", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "14:31", - "inbound_departure_time": "06:00", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "18:34", - "outbound_departure_time": "02:50", - "passengers": "1", - "price": "460", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Premium Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "18:01", - "inbound_departure_time": "08:20", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "15:12", - "outbound_departure_time": "03:15", - "passengers": "1", - "price": "505", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Premium Economy" - } - ], - "slots": [ - { - "exclusive_end": 77, - "slot": "outbound_departure_time", - "start": 70 - }, - { - "exclusive_end": 113, - "slot": "inbound_departure_time", - "start": 109 - }, - { - "exclusive_end": 142, - "slot": "price", - "start": 138 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I came up with 2 flights. One is with Delta Airlines. It takes off at 2:50 am and the returning flight is at 6 am. That ticket would cost $460." - }, - { - "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": [ - "later today" - ], - "destination_city": [ - "New York" - ], - "origin_city": [ - "Vancouver" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When would the return flight get my home? I also need to know it the ticket is a refundable one." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "14:31" - ], - "slot": "inbound_arrival_time", - "values": [ - "2:31 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 90, - "slot": "inbound_arrival_time", - "start": 83 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "That ticket would not be refundable. The return flight is scheduled for landing at 2:31 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": [ - "later today" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "6 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "2:50 am" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright, that will work." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I purchase a ticket for you?" - }, - { - "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": [ - "later today" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "6 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "2:50 am" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that's alright. Can you find one way flights? There is trip I have to take soon." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "02:50" - ], - "slot": "outbound_departure_time", - "values": [ - "2:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "406" - ], - "slot": "price", - "values": [ - "$406" - ] - }, - { - "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": "Vancouver", - "seating_class": "Premium Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "18:34", - "outbound_departure_time": "02:50", - "passengers": "1", - "price": "406", - "refundable": "False", - "seating_class": "Premium Economy" - } - ], - "slots": [ - { - "exclusive_end": 64, - "slot": "outbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 72, - "slot": "price", - "start": 68 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I did find 1. Delta Airlines has a flight that leaves at 2:50 am fo $406." - }, - { - "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": [ - "later today" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "6 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "2:50 am" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From which airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "YVR International Airport" - ], - "slot": "origin_airport", - "values": [ - "YVR International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "origin_airport", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "That would be YVR International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "6 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "2:50 am" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like that one." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need anything elso?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "New York" - ], - "inbound_departure_time": [ - "6 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "2:50 am" - ], - "return_date": [ - "the 11th" - ], - "seating_class": [ - "Premium Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm good for now thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "My your day be stupendous." - } - ] - }, - { - "dialogue_id": "38_00056", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you please find me some flights of American Airlines?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When and where do you want to travel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "Atlanta, GA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "7th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "destination_city", - "start": 17 - }, - { - "exclusive_end": 113, - "slot": "return_date", - "start": 101 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "destination_city": [ - "Atlanta, GA" - ], - "passengers": [ - "2" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to get to Atlanta, GA by United Airlines. I need tickets for two persons and return flight on 7th of March" - }, - { - "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 should I book your first flight and from which airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "the 4th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "origin_city", - "values": [ - "London, Uk" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "departure_date", - "start": 34 - }, - { - "exclusive_end": 29, - "slot": "origin_city", - "start": 19 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 4th" - ], - "destination_city": [ - "Atlanta, GA" - ], - "origin_city": [ - "London, Uk" - ], - "passengers": [ - "2" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to fly from London, Uk, at the 4th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:25" - ], - "slot": "outbound_departure_time", - "values": [ - "10:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:30" - ], - "slot": "inbound_departure_time", - "values": [ - "10:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "249" - ], - "slot": "price", - "values": [ - "$249" - ] - }, - { - "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-04", - "destination_city": "Atlanta", - "origin_city": "London", - "passengers": "2", - "return_date": "2019-03-07" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "00:34", - "inbound_departure_time": "10:30", - "number_stops": "0", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "04:29", - "outbound_departure_time": "22:25", - "passengers": "2", - "price": "249", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 84, - "slot": "outbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 110, - "slot": "inbound_departure_time", - "start": 102 - }, - { - "exclusive_end": 136, - "slot": "price", - "start": 132 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 1 good flighs for you, by United Airlines. Outbound flight leaves at 10:25 pm and inbound - at 10:30 am. Total price will be $249." - }, - { - "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 4th" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "10:30 am" - ], - "origin_city": [ - "London, Uk" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh, this flight suits me well." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should we buy 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 4th" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "10:30 am" - ], - "origin_city": [ - "London, Uk" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I need another one way flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:25" - ], - "slot": "outbound_departure_time", - "values": [ - "10:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "238" - ], - "slot": "price", - "values": [ - "$238" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_city": "Atlanta", - "origin_city": "London", - "passengers": "2" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-04", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "0", - "origin_airport": "Heathrow International Airport", - "origin_city": "London", - "outbound_arrival_time": "04:29", - "outbound_departure_time": "22:25", - "passengers": "2", - "price": "238", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "outbound_departure_time", - "start": 42 - }, - { - "exclusive_end": 112, - "slot": "price", - "start": 108 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The same, United airlines offer flight at 10:25 pm and this is direct flight with 0 stops. Ticket will cost $238." - }, - { - "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 4th" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "10:30 am" - ], - "origin_city": [ - "London, Uk" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "And from which airport should I fly?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Heathrow International Airport" - ], - "slot": "origin_airport", - "values": [ - "Heathrow International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "origin_airport", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Departure will be from Heathrow International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "the 4th" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "10:30 am" - ], - "origin_city": [ - "London, Uk" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh, it seems good for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I do for you 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": [ - "the 4th" - ], - "destination_city": [ - "Atlanta, GA" - ], - "inbound_departure_time": [ - "10:30 am" - ], - "origin_city": [ - "London, Uk" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "7th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks a lot" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day!" - } - ] - }, - { - "dialogue_id": "38_00057", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me to search for flights?" - }, - { - "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": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "origin_city", - "values": [ - "Portland" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "origin_city", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Portland" - ], - "passengers": [ - "4" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Im leaving from Portland, we are 4 people in my group." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you planning to return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "destination_city", - "values": [ - "NYC" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "return_date", - "values": [ - "March 6th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "destination_city", - "start": 56 - }, - { - "exclusive_end": 33, - "slot": "return_date", - "start": 24 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "NYC" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I wanted to get back on March 6th and I'm travelling to NYC." - }, - { - "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-03" - ], - "slot": "departure_date", - "values": [ - "This Sunday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "departure_date", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "This Sunday" - ], - "destination_city": [ - "NYC" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This Sunday Im planning to leave." - }, - { - "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": [ - "16:45" - ], - "slot": "inbound_departure_time", - "values": [ - "4:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "334" - ], - "slot": "price", - "values": [ - "$334" - ] - }, - { - "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": "New York", - "origin_city": "Portland", - "passengers": "4", - "return_date": "2019-03-06" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "23:53", - "inbound_departure_time": "16:45", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "20:21", - "outbound_departure_time": "07:20", - "passengers": "4", - "price": "334", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "JFK International Airport", - "destination_city": "New York", - "inbound_arrival_time": "21:33", - "inbound_departure_time": "14:35", - "number_stops": "1", - "origin_airport": "PDX International Airport", - "origin_city": "Portland", - "outbound_arrival_time": "20:21", - "outbound_departure_time": "08:45", - "passengers": "4", - "price": "325", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-03", - "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": "4", - "price": "343", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 102, - "slot": "outbound_departure_time", - "start": 95 - }, - { - "exclusive_end": 138, - "slot": "inbound_departure_time", - "start": 131 - }, - { - "exclusive_end": 155, - "slot": "price", - "start": 151 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 3 suitable flights for your trip. There is an American Airlines flight which leaves at 7:20 am and return flight leaves at 4:45 pm which costs $334." - }, - { - "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": { - "departure_date": [ - "This Sunday" - ], - "destination_city": [ - "NYC" - ], - "origin_city": [ - "Portland" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When and in which airport will my return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "23:53" - ], - "slot": "inbound_arrival_time", - "values": [ - "11:53 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "JFK International Airport" - ], - "slot": "destination_airport", - "values": [ - "JFK International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "inbound_arrival_time", - "start": 22 - }, - { - "exclusive_end": 59, - "slot": "destination_airport", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight arrives at 11:53 pm at JFK 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": [ - "This Sunday" - ], - "destination_city": [ - "NYC" - ], - "inbound_departure_time": [ - "4:45 pm" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "7:20 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thats perfect for me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I get the 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": [ - "American Airlines" - ], - "departure_date": [ - "This Sunday" - ], - "destination_city": [ - "NYC" - ], - "inbound_departure_time": [ - "4:45 pm" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "7:20 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No Im fine. I have an another trip upcoming so Is there any oneway flights?" - }, - { - "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": [ - "295" - ], - "slot": "price", - "values": [ - "$295" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_city": "New York", - "origin_city": "Portland", - "passengers": "4" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "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": "4", - "price": "295", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 92, - "slot": "price", - "start": 88 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an American Airlines flight which leaves at 7:20 am and has 1 stop which costs $295" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "This Sunday" - ], - "destination_city": [ - "NYC" - ], - "inbound_departure_time": [ - "4:45 pm" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "7:20 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thats so perfect for me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I assist you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "This Sunday" - ], - "destination_city": [ - "NYC" - ], - "inbound_departure_time": [ - "4:45 pm" - ], - "origin_city": [ - "Portland" - ], - "outbound_departure_time": [ - "7:20 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks a lot for the help" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day" - } - ] - }, - { - "dialogue_id": "38_00058", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please search flights for me. I want two tickets." - }, - { - "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": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "origin_city", - "start": 5 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Los Angeles" - ], - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From Los Angeles." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you planning to visit and when are you coming back? Also, when do you want to depart Los Angeles?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "3rd of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "destination_city", - "values": [ - "ATL" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 81, - "slot": "departure_date", - "start": 69 - }, - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 18 - }, - { - "exclusive_end": 47, - "slot": "origin_city", - "start": 39 - }, - { - "exclusive_end": 117, - "slot": "return_date", - "start": 107 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "ATL" - ], - "origin_city": [ - "New York" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to ATL and leaving from New York. I am leaving on the 3rd of March and want to come back on March 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:20" - ], - "slot": "outbound_departure_time", - "values": [ - "11:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:25" - ], - "slot": "inbound_departure_time", - "values": [ - "6:25 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "122" - ], - "slot": "price", - "values": [ - "$122" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Atlanta", - "origin_city": "New York", - "passengers": "2", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "08:47", - "inbound_departure_time": "06:25", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "13:42", - "outbound_departure_time": "11:20", - "passengers": "2", - "price": "122", - "refundable": "True", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "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": "13:47", - "outbound_departure_time": "11:25", - "passengers": "2", - "price": "139", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "11:42", - "inbound_departure_time": "09:20", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "01:11", - "outbound_departure_time": "21:50", - "passengers": "2", - "price": "165", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "inbound_arrival_time": "15:12", - "inbound_departure_time": "12:50", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "10:42", - "outbound_departure_time": "08:20", - "passengers": "2", - "price": "142", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 81, - "slot": "outbound_departure_time", - "start": 73 - }, - { - "exclusive_end": 118, - "slot": "inbound_departure_time", - "start": 111 - }, - { - "exclusive_end": 141, - "slot": "price", - "start": 137 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "An American Airlines flight is available. The departing flight leaves at 11:20 am. The return flight leaves at 6:25 am. The ticket costs $122." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops" - ], - "slot_values": { - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "ATL" - ], - "origin_city": [ - "New York" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Will the flight have 0 stops." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It has 0 stops." - }, - { - "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 March" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "6:25 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I purchase the tickets for you?" - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "6:25 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I am fine. I have a trip coming up; can you find me a oneway flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:20" - ], - "slot": "outbound_departure_time", - "values": [ - "11:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "130" - ], - "slot": "price", - "values": [ - "$130" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_city": "Atlanta", - "origin_city": "New York", - "passengers": "2" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "Hartsfield-Jackson International Airport", - "destination_city": "Atlanta", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "13:42", - "outbound_departure_time": "11:20", - "passengers": "2", - "price": "130", - "refundable": "True", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 87, - "slot": "outbound_departure_time", - "start": 79 - }, - { - "exclusive_end": 116, - "slot": "price", - "start": 112 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight for you on American Airlines. This departing flight leaves at 11:20 am, has 0 stops, and costs $130." - }, - { - "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": [ - "3rd of March" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "6:25 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is it refundable? What airport does it originate from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "refundable", - "values": [ - "True" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "JFK International Airport" - ], - "slot": "origin_airport", - "values": [ - "JFK International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 65, - "slot": "origin_airport", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is refundable and it originates 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": [ - "American Airlines" - ], - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "6:25 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "May I help you with something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "3rd of March" - ], - "destination_city": [ - "ATL" - ], - "inbound_departure_time": [ - "6:25 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "38_00059", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to book a flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where and when are you traveling from and to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "1st of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "return_date", - "values": [ - "next Tuesday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "departure_date", - "start": 44 - }, - { - "exclusive_end": 34, - "slot": "destination_city", - "start": 26 - }, - { - "exclusive_end": 22, - "slot": "origin_city", - "start": 20 - }, - { - "exclusive_end": 80, - "slot": "return_date", - "start": 68 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "SF" - ], - "return_date": [ - "next Tuesday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling from SF to Chi-town from the 1st of this month until next Tuesday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:20" - ], - "slot": "outbound_departure_time", - "values": [ - "3:20 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "inbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "267" - ], - "slot": "price", - "values": [ - "$267" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Chicago", - "origin_city": "San Francisco", - "return_date": "2019-03-05" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "20:11", - "inbound_departure_time": "12:30", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "22:07", - "outbound_departure_time": "15:20", - "passengers": "1", - "price": "267", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "21:01", - "inbound_departure_time": "15:35", - "number_stops": "1", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "04:52", - "outbound_departure_time": "22:05", - "passengers": "1", - "price": "245", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "07:22", - "inbound_departure_time": "04:35", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "00:37", - "outbound_departure_time": "17:50", - "passengers": "1", - "price": "195", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "06:47", - "inbound_departure_time": "04:00", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "04:57", - "outbound_departure_time": "22:10", - "passengers": "1", - "price": "163", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "outbound_departure_time", - "start": 44 - }, - { - "exclusive_end": 83, - "slot": "inbound_departure_time", - "start": 75 - }, - { - "exclusive_end": 92, - "slot": "price", - "start": 88 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "American Airlines has a departure flight at 3:20 pm and a return flight at 12:30 pm for $267." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "SF" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Tuesday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I actually prefer United Airlines. There are two of us flying." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:10" - ], - "slot": "outbound_departure_time", - "values": [ - "10:10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "04:00" - ], - "slot": "inbound_departure_time", - "values": [ - "4 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-01", - "destination_city": "Chicago", - "origin_city": "San Francisco", - "passengers": "2", - "return_date": "2019-03-05" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "06:47", - "inbound_departure_time": "04:00", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "04:57", - "outbound_departure_time": "22:10", - "passengers": "2", - "price": "163", - "refundable": "False", - "return_date": "2019-03-05", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "outbound_departure_time", - "start": 43 - }, - { - "exclusive_end": 80, - "slot": "inbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 94, - "slot": "price", - "start": 90 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "United Airlines has 1 flight, departing at 10:10 pm with a return flight of 4 am, costing $163 per ticket." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "10:10 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Tuesday" - ] - } - } - } - ], - "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": "Should I confirm the 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": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "10:10 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Tuesday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "May I further assist you?" - }, - { - "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": [ - "United Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "10:10 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Tuesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me a one way flight in Economy class?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:10" - ], - "slot": "outbound_departure_time", - "values": [ - "10:10 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "142" - ], - "slot": "price", - "values": [ - "$142" - ] - }, - { - "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": "Chicago", - "origin_city": "San Francisco", - "passengers": "2", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "04:57", - "outbound_departure_time": "22:10", - "passengers": "2", - "price": "142", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "outbound_departure_time", - "start": 58 - }, - { - "exclusive_end": 92, - "slot": "price", - "start": 88 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 United Airlines flight with 0 stops leaving at 10:10 pm and the ticket costs $142." - }, - { - "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": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "10:10 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Tuesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are refunds available, and what airport is it going to?" - }, - { - "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": 72, - "slot": "destination_airport", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The ticket is non-refundable and arrives at 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": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "10:10 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Tuesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight 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": "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": [ - "1st of this month" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "10:10 pm" - ], - "passengers": [ - "2" - ], - "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": "See you soon!" - } - ] - }, - { - "dialogue_id": "38_00060", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "return_date", - "start": 49 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm trying to find a flight. I need to return on March 13th." - }, - { - "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 traveling to, when will you be leaving, and where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "the 1st" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "destination_city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "origin_city", - "values": [ - "Chi-town" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "departure_date", - "start": 21 - }, - { - "exclusive_end": 45, - "slot": "destination_city", - "start": 38 - }, - { - "exclusive_end": 68, - "slot": "origin_city", - "start": 60 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Seattle" - ], - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be leaving on the 1st to go to Seattle, leaving from Chi-town." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:50" - ], - "slot": "outbound_departure_time", - "values": [ - "2:50 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:00" - ], - "slot": "inbound_departure_time", - "values": [ - "4 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "252" - ], - "slot": "price", - "values": [ - "$252" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Seattle", - "origin_city": "Chicago", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "22:30", - "inbound_departure_time": "16:00", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "22:03", - "outbound_departure_time": "14:50", - "passengers": "1", - "price": "252", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "06:20", - "inbound_departure_time": "23:50", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "18:05", - "outbound_departure_time": "15:35", - "passengers": "1", - "price": "183", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "15:02", - "inbound_departure_time": "05:25", - "number_stops": "1", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "20:45", - "outbound_departure_time": "18:15", - "passengers": "1", - "price": "259", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Seattle-Tacoma International Airport", - "destination_city": "Seattle", - "inbound_arrival_time": "00:25", - "inbound_departure_time": "17:55", - "number_stops": "0", - "origin_airport": "O'Hare International Airport", - "origin_city": "Chicago", - "outbound_arrival_time": "18:20", - "outbound_departure_time": "15:50", - "passengers": "1", - "price": "193", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 48 - }, - { - "exclusive_end": 77, - "slot": "inbound_departure_time", - "start": 73 - }, - { - "exclusive_end": 86, - "slot": "price", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a flight on American Airlines leaving at 2:50 PM and returning at 4 PM for $252." - }, - { - "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": [ - "Seattle" - ], - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What else do you have please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:35" - ], - "slot": "outbound_departure_time", - "values": [ - "3:35 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:50" - ], - "slot": "inbound_departure_time", - "values": [ - "11:50 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "183" - ], - "slot": "price", - "values": [ - "$183" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "outbound_departure_time", - "start": 42 - }, - { - "exclusive_end": 77, - "slot": "inbound_departure_time", - "start": 69 - }, - { - "exclusive_end": 86, - "slot": "price", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a Delta airlines flight leaving at 3:35 PM and coming back at 11:50 PM for $183." - }, - { - "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": [ - "Seattle" - ], - "origin_city": [ - "Chi-town" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do you have anything else available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:15" - ], - "slot": "outbound_departure_time", - "values": [ - "6:15 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:25" - ], - "slot": "inbound_departure_time", - "values": [ - "5:25 AM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "259" - ], - "slot": "price", - "values": [ - "$259" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "outbound_departure_time", - "start": 49 - }, - { - "exclusive_end": 81, - "slot": "inbound_departure_time", - "start": 74 - }, - { - "exclusive_end": 90, - "slot": "price", - "start": 86 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have a flight on Southwest Airlines leaving at 6:15 PM and returning at 5:25 AM for $259." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "5:25 AM" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "6:15 PM" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "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": "Would you like me to book that question mark" - }, - { - "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": [ - "the 1st" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "5:25 AM" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "6:15 PM" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thanks, not quite yet." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help you 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": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "5:25 AM" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "6:15 PM" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you look for one way flights for a trip I have coming up?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:15" - ], - "slot": "outbound_departure_time", - "values": [ - "6:15 PM" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "181" - ], - "slot": "price", - "values": [ - "$181" - ] - }, - { - "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": "Seattle", - "origin_city": "Chicago" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "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": "181", - "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 1 flight for you on Southwest Airlines with 0 stops leaving at 6:15 PM for $181." - }, - { - "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": [ - "the 1st" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "5:25 AM" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "6:15 PM" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will work for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can do for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "the 1st" - ], - "destination_city": [ - "Seattle" - ], - "inbound_departure_time": [ - "5:25 AM" - ], - "origin_city": [ - "Chi-town" - ], - "outbound_departure_time": [ - "6:15 PM" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not today, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You're very welcome." - } - ] - }, - { - "dialogue_id": "38_00061", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me find a flight?" - }, - { - "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": [ - "Vancouver" - ], - "slot": "origin_city", - "values": [ - "Vancouver, BC" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 18, - "slot": "origin_city", - "start": 5 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Vancouver, BC" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From Vancouver, BC." - }, - { - "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": [ - "Los Angeles" - ], - "slot": "destination_city", - "values": [ - "LA" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 5, - "slot": "destination_city", - "start": 3 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "LA" - ], - "origin_city": [ - "Vancouver, BC" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "To LA." - }, - { - "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": "Departure and return dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "this Sunday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "next Thursday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "departure_date", - "start": 8 - }, - { - "exclusive_end": 47, - "slot": "return_date", - "start": 34 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "LA" - ], - "origin_city": [ - "Vancouver, BC" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving this Sunday and returning next Thursday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:00" - ], - "slot": "outbound_departure_time", - "values": [ - "11 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:05" - ], - "slot": "inbound_departure_time", - "values": [ - "3:05 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "193" - ], - "slot": "price", - "values": [ - "$193" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "Los Angeles", - "origin_city": "Vancouver", - "return_date": "2019-03-07" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "20:12", - "inbound_departure_time": "15:05", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "02:04", - "outbound_departure_time": "23:00", - "passengers": "1", - "price": "193", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "inbound_arrival_time": "13:59", - "inbound_departure_time": "10:55", - "number_stops": "0", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "06:24", - "outbound_departure_time": "03:20", - "passengers": "1", - "price": "159", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "outbound_departure_time", - "start": 37 - }, - { - "exclusive_end": 64, - "slot": "inbound_departure_time", - "start": 57 - }, - { - "exclusive_end": 73, - "slot": "price", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's American Airlines leaving at 11 pm and returning 3:05 pm for $193." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "3:05 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "11 pm" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I book it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "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": [ - "this Sunday" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "3:05 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "11 pm" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm just looking for an upcoming trip. Can you look for oneway flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:00" - ], - "slot": "outbound_departure_time", - "values": [ - "11 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "142" - ], - "slot": "price", - "values": [ - "$142" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_city": "Los Angeles", - "origin_city": "Vancouver" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "LAX International Airport", - "destination_city": "Los Angeles", - "number_stops": "0", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "02:04", - "outbound_departure_time": "23:00", - "passengers": "1", - "price": "142", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 52, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 74, - "slot": "price", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an American Airlines flight leaving at 11 pm with 0 stops for $142." - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "3:05 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "11 pm" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving from which airport?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "YVR International Airport" - ], - "slot": "origin_airport", - "values": [ - "YVR International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "origin_airport", - "start": 5 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "From YVR International Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "3:05 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "11 pm" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else I can help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "this Sunday" - ], - "destination_city": [ - "LA" - ], - "inbound_departure_time": [ - "3:05 pm" - ], - "origin_city": [ - "Vancouver, BC" - ], - "outbound_departure_time": [ - "11 pm" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "38_00062", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sydney" - ], - "slot": "destination_city", - "values": [ - "Sydney" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "destination_city", - "start": 35 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Sydney" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hey, can you search for flights to Sydney?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When is the return date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "origin_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "return_date", - "values": [ - "Next Wednesday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "origin_city", - "start": 34 - }, - { - "exclusive_end": 14, - "slot": "return_date", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Sydney" - ], - "origin_city": [ - "SF" - ], - "return_date": [ - "Next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Next Wednesday. I am leaving from SF and would like to travel in Economy." - }, - { - "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-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": [ - "Sydney" - ], - "origin_city": [ - "SF" - ], - "return_date": [ - "Next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Later today, if possible." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:25" - ], - "slot": "outbound_departure_time", - "values": [ - "1:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:25" - ], - "slot": "inbound_departure_time", - "values": [ - "5:25 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "223" - ], - "slot": "price", - "values": [ - "$223" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Sydney", - "origin_city": "San Francisco", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Kingsford Smith International Airport", - "destination_city": "Sydney", - "inbound_arrival_time": "-5:06", - "inbound_departure_time": "05:25", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "13:06", - "outbound_departure_time": "13:25", - "passengers": "1", - "price": "223", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 86, - "slot": "outbound_departure_time", - "start": 79 - }, - { - "exclusive_end": 121, - "slot": "inbound_departure_time", - "start": 114 - }, - { - "exclusive_end": 155, - "slot": "price", - "start": 151 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight you may like. It's a United Airlines flight bound to leave at 1:25 pm. The return flight time is 5:25 am and the ticket will cost you $223." - }, - { - "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": { - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Sydney" - ], - "origin_city": [ - "SF" - ], - "return_date": [ - "Next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time will I return from my destination? And in which airport will I arrive on the way there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "-5:06" - ], - "slot": "inbound_arrival_time", - "values": [ - "5:06 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Kingsford Smith International Airport" - ], - "slot": "destination_airport", - "values": [ - "Kingsford Smith International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "inbound_arrival_time", - "start": 30 - }, - { - "exclusive_end": 139, - "slot": "destination_airport", - "start": 102 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your return flight arrives at 5:06 am. And the airport in which you'll arrive on the way there is the 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": [ - "United Airlines" - ], - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Sydney" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "1:25 pm" - ], - "return_date": [ - "Next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I but the 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": [ - "Later today" - ], - "destination_city": [ - "Sydney" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "1:25 pm" - ], - "return_date": [ - "Next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help you 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": [ - "United Airlines" - ], - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Sydney" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "1:25 pm" - ], - "return_date": [ - "Next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you help me find oneway flights for a trip I have coming up?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:25" - ], - "slot": "outbound_departure_time", - "values": [ - "1:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "219" - ], - "slot": "price", - "values": [ - "$219" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_city": "Sydney", - "origin_city": "San Francisco", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "Kingsford Smith International Airport", - "destination_city": "Sydney", - "number_stops": "0", - "origin_airport": "SFO International Airport", - "origin_city": "San Francisco", - "outbound_arrival_time": "13:06", - "outbound_departure_time": "13:25", - "passengers": "1", - "price": "219", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 85, - "slot": "outbound_departure_time", - "start": 78 - }, - { - "exclusive_end": 123, - "slot": "price", - "start": 119 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 suitable flight for you. A United Airlines flight bound to leave at 1:25 pm. 0 stops and a ticket that costs $219." - }, - { - "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": [ - "Sydney" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "1:25 pm" - ], - "return_date": [ - "Next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This flight is good for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I assist you in anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "Later today" - ], - "destination_city": [ - "Sydney" - ], - "inbound_departure_time": [ - "5:25 am" - ], - "origin_city": [ - "SF" - ], - "outbound_departure_time": [ - "1:25 pm" - ], - "return_date": [ - "Next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks for the help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00063", - "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": "Please help me finds flight in Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "May I ask when are you panning to leave and where do you plan to go? When do you plan to come back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "departure_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "departure_date", - "start": 20 - }, - { - "exclusive_end": 55, - "slot": "destination_city", - "start": 42 - }, - { - "exclusive_end": 99, - "slot": "return_date", - "start": 81 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "day after tomorrow" - ], - "destination_city": [ - "San Francisco" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave the day after tomorrow to San Francisco and plans to get back on 12th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "And you are leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "origin_city", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "day after tomorrow" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be leaving 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": [ - "14:55" - ], - "slot": "inbound_departure_time", - "values": [ - "2:55 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "132" - ], - "slot": "price", - "values": [ - "$132" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Alaska Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "17:06", - "inbound_departure_time": "14:55", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "14:11", - "outbound_departure_time": "12:00", - "passengers": "1", - "price": "132", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:26", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:36", - "outbound_departure_time": "22:25", - "passengers": "1", - "price": "141", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:41", - "inbound_departure_time": "14:30", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "09:56", - "outbound_departure_time": "07:45", - "passengers": "1", - "price": "129", - "refundable": "True", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "10:36", - "inbound_departure_time": "08:25", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:01", - "outbound_departure_time": "21:50", - "passengers": "1", - "price": "145", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "15:21", - "inbound_departure_time": "13:10", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "22:41", - "outbound_departure_time": "20:30", - "passengers": "1", - "price": "133", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 94, - "slot": "inbound_departure_time", - "start": 87 - }, - { - "exclusive_end": 109, - "slot": "price", - "start": 105 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found a flight at Alaska Airlines that leaves at 12 pm and has a returning flight at 2:55 pm. It costs $132." - }, - { - "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": { - "departure_date": [ - "day after tomorrow" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It is refundable and from which airport is it?" - }, - { - "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": 52, - "slot": "origin_airport", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It departs from Seattle-Tacoma International Airport but it is not refundable." - }, - { - "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": [ - "San Francisco" - ], - "origin_city": [ - "Seattle" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:25" - ], - "slot": "outbound_departure_time", - "values": [ - "10:25 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:15" - ], - "slot": "inbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "141" - ], - "slot": "price", - "values": [ - "$141" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 96, - "slot": "inbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 118, - "slot": "price", - "start": 114 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found one from American Airlines that leaves at 10:25 pm and has a returning flight of 2:15 pm for the price of $141." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "day after tomorrow" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "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": "Should I book this one?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "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": [ - "day after tomorrow" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks! But can you find me one way flight instead? There are actually 4 people in my group." - }, - { - "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", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_city": "San Francisco", - "origin_city": "Seattle", - "passengers": "4", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-03", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:36", - "outbound_departure_time": "22:25", - "passengers": "4", - "price": "116", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 96, - "slot": "price", - "start": 92 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found one from American Airlines that leaves at 10:25 pm and has 0 stops for the price of $116." - }, - { - "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": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "12th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's nice!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do yo 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": [ - "day after tomorrow" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "10:25 pm" - ], - "passengers": [ - "4" - ], - "return_date": [ - "12th of this month" - ], - "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": "38_00064", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you look up flights for me?" - }, - { - "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 this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "return_date", - "start": 4 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The 13th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "And your destination?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "8th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "the 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "departure_date", - "start": 12 - }, - { - "exclusive_end": 38, - "slot": "destination_city", - "start": 29 - }, - { - "exclusive_end": 61, - "slot": "return_date", - "start": 53 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Vancouver" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving the 8th of March for Vancouver and returning the 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Leaving from where?" - }, - { - "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": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From NY." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:00" - ], - "slot": "outbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "03:20" - ], - "slot": "inbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "345" - ], - "slot": "price", - "values": [ - "$345" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Vancouver", - "origin_city": "New York", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "18:40", - "inbound_departure_time": "03:20", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "13:41", - "outbound_departure_time": "06:00", - "passengers": "1", - "price": "345", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "outbound_departure_time", - "start": 46 - }, - { - "exclusive_end": 96, - "slot": "inbound_departure_time", - "start": 89 - }, - { - "exclusive_end": 59, - "slot": "price", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight on Delta Airlines leaving at 6 am for $345. The return flight leaves at 3:20 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "destination_airport", - "number_stops" - ], - "slot_values": { - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does it arrive at and does it have 1 stop?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "YVR International Airport" - ], - "slot": "destination_airport", - "values": [ - "YVR International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "destination_airport", - "start": 12 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Flying into YVR International Airport with 1 stop." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "6 am" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "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 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": [ - "Delta Airlines" - ], - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "6 am" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm good, I have a oneway flight I need to look up though." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "06:00" - ], - "slot": "outbound_departure_time", - "values": [ - "6 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "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": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "Vancouver", - "origin_city": "New York" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "13:41", - "outbound_departure_time": "06:00", - "passengers": "1", - "price": "301", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 60, - "slot": "price", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flights on Delta Airlines leaving at 6 am for $301." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "8th of March" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "6 am" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good to me." - }, - { - "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": [ - "8th of March" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "6 am" - ], - "return_date": [ - "the 12th" - ] - } - } - } - ], - "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": "38_00065", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "Saturday this week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "departure_date", - "start": 31 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Saturday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search flights leaving Saturday this week" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going, and when do you want to come back? Also where are you leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "destination_city", - "values": [ - "Portland, OR" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "origin_city", - "values": [ - "Paris, France" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "March 11th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "destination_city", - "start": 42 - }, - { - "exclusive_end": 30, - "slot": "origin_city", - "start": 17 - }, - { - "exclusive_end": 88, - "slot": "return_date", - "start": 78 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Paris, France" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving from Paris, France, headed to Portland, OR. 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": [ - "11:20" - ], - "slot": "outbound_departure_time", - "values": [ - "11:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:45" - ], - "slot": "inbound_departure_time", - "values": [ - "8:45 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "423" - ], - "slot": "price", - "values": [ - "$423" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Portland", - "origin_city": "Paris", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "inbound_arrival_time": "08:53", - "inbound_departure_time": "08:45", - "number_stops": "1", - "origin_airport": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "21:33", - "outbound_departure_time": "11:20", - "passengers": "1", - "price": "423", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 80, - "slot": "outbound_departure_time", - "start": 72 - }, - { - "exclusive_end": 120, - "slot": "inbound_departure_time", - "start": 113 - }, - { - "exclusive_end": 47, - "slot": "price", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a Delta Airlines flight that costs $423. Departing flight is at 11:20 am and the return flight leaves at 8:45 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": { - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "Portland, OR" - ], - "origin_city": [ - "Paris, France" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does it depart from and which airport does the flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "PDX International Airport" - ], - "slot": "destination_airport", - "values": [ - "PDX International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Charles de Gaulle International Airport" - ], - "slot": "origin_airport", - "values": [ - "Charles de Gaulle International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 103, - "slot": "destination_airport", - "start": 78 - }, - { - "exclusive_end": 55, - "slot": "origin_airport", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It departs from Charles de Gaulle International Airport with a destination at PDX 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": [ - "Saturday this week" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "8:45 am" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I book it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "8:45 am" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No not right now thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "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": [ - "Delta Airlines" - ], - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "8:45 am" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need one way flights for 4 people" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:20" - ], - "slot": "outbound_departure_time", - "values": [ - "11:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "386" - ], - "slot": "price", - "values": [ - "$386" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_city": "Portland", - "origin_city": "Paris", - "passengers": "4" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "PDX International Airport", - "destination_city": "Portland", - "number_stops": "1", - "origin_airport": "Charles de Gaulle International Airport", - "origin_city": "Paris", - "outbound_arrival_time": "21:33", - "outbound_departure_time": "11:20", - "passengers": "4", - "price": "386", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 74, - "slot": "price", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight via Delta Airlines that leaves at 11:20 am and costs $386 total" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "destination_airport", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "8:45 am" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does the flight arrive at? Is it refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "PDX International Airport" - ], - "slot": "destination_airport", - "values": [ - "PDX International Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "destination_airport", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at PDX International Airport, and sorry it's 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": [ - "Saturday this week" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "8:45 am" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I book it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Saturday this week" - ], - "destination_city": [ - "Portland, OR" - ], - "inbound_departure_time": [ - "8:45 am" - ], - "origin_city": [ - "Paris, France" - ], - "outbound_departure_time": [ - "11:20 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "March 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks anyways" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem. Have a good one" - } - ] - }, - { - "dialogue_id": "38_00066", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search some flights for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you planning to go?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "destination_city", - "values": [ - "San Diego" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "destination_city", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "San Diego" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to San Diego" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When and where do you plan to leave from? When are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "departure_date", - "values": [ - "March 10th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "13th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "departure_date", - "start": 23 - }, - { - "exclusive_end": 19, - "slot": "origin_city", - "start": 12 - }, - { - "exclusive_end": 73, - "slot": "return_date", - "start": 55 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 10th" - ], - "destination_city": [ - "San Diego" - ], - "origin_city": [ - "Phoenix" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving Phoenix on March 10th and returning on the 13th of this month" - }, - { - "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": [ - "15:15" - ], - "slot": "inbound_departure_time", - "values": [ - "3:15 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "136" - ], - "slot": "price", - "values": [ - "$136" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-10", - "destination_city": "San Diego", - "origin_city": "Phoenix", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-10", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "16:35", - "inbound_departure_time": "15:15", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "09:34", - "outbound_departure_time": "06:25", - "passengers": "1", - "price": "136", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-10", - "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": "83", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-10", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "inbound_arrival_time": "12:20", - "inbound_departure_time": "11:00", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "15:45", - "outbound_departure_time": "14:25", - "passengers": "1", - "price": "91", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 73, - "slot": "inbound_departure_time", - "start": 66 - }, - { - "exclusive_end": 103, - "slot": "price", - "start": 99 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an American Airlines flight that leaves at 6:25 am with a 3:15 pm return flight that costs $136" - }, - { - "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": [ - "San Diego" - ], - "inbound_departure_time": [ - "3:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:25 am" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "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 book it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 10th" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "3:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:25 am" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "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_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": [ - "March 10th" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "3:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:25 am" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me one way flights for an upcoming trip?" - }, - { - "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": [ - "176" - ], - "slot": "price", - "values": [ - "$176" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-10", - "destination_city": "San Diego", - "origin_city": "Phoenix" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-10", - "destination_airport": "SAN International Airport", - "destination_city": "San Diego", - "number_stops": "1", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "09:34", - "outbound_departure_time": "06:25", - "passengers": "1", - "price": "176", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 69, - "slot": "outbound_departure_time", - "start": 62 - }, - { - "exclusive_end": 84, - "slot": "price", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 1 American Airlines flight with 1 stop that leaves at 6:25 am and costs $176" - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "March 10th" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "3:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:25 am" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does it depart from? And what time does the departing flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "09:34" - ], - "slot": "outbound_arrival_time", - "values": [ - "9:34 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sky Harbor International Airport" - ], - "slot": "origin_airport", - "values": [ - "Sky Harbor International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "outbound_arrival_time", - "start": 14 - }, - { - "exclusive_end": 70, - "slot": "origin_airport", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It arrives at 9:34 am and leaves from Sky Harbor International Airport" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 10th" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "3:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:25 am" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That 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": [ - "American Airlines" - ], - "departure_date": [ - "March 10th" - ], - "destination_city": [ - "San Diego" - ], - "inbound_departure_time": [ - "3:15 pm" - ], - "origin_city": [ - "Phoenix" - ], - "outbound_departure_time": [ - "6:25 am" - ], - "return_date": [ - "13th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thanks for everything" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem, have a wonderful day" - } - ] - }, - { - "dialogue_id": "38_00067", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for flights, can you find me some?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is your destination? When will you be back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "destination_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "return_date", - "values": [ - "March 13th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 9, - "slot": "destination_city", - "start": 0 - }, - { - "exclusive_end": 58, - "slot": "return_date", - "start": 48 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Vancouver" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Vancouver sounds like fun. I want to be back on March 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When and where do you want to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "departure_date", - "values": [ - "March 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 9, - "slot": "departure_date", - "start": 0 - }, - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Vancouver" - ], - "origin_city": [ - "New York" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "March 9th I am leaving New York." - }, - { - "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": [ - "03:20" - ], - "slot": "inbound_departure_time", - "values": [ - "3:20 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "349" - ], - "slot": "price", - "values": [ - "$349" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-09", - "destination_city": "Vancouver", - "origin_city": "New York", - "return_date": "2019-03-13" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "18:40", - "inbound_departure_time": "03:20", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "13:59", - "outbound_departure_time": "07:30", - "passengers": "1", - "price": "349", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-09", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "inbound_arrival_time": "15:12", - "inbound_departure_time": "03:15", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "18:01", - "outbound_departure_time": "08:20", - "passengers": "1", - "price": "326", - "refundable": "False", - "return_date": "2019-03-13", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 88, - "slot": "outbound_departure_time", - "start": 81 - }, - { - "exclusive_end": 125, - "slot": "inbound_departure_time", - "start": 118 - }, - { - "exclusive_end": 141, - "slot": "price", - "start": 137 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 2 flights that would fit. Delta Airlines has one outbound that leaves at 7:30 am. The return flight leaves at 3:20 am. Ticket is $349." - }, - { - "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 9th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "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": [ - "Delta Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "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": [ - "March 9th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How about some oneway flights for an upcoming trip?" - }, - { - "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": [ - "331" - ], - "slot": "price", - "values": [ - "$331" - ] - }, - { - "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-09", - "destination_city": "Vancouver", - "origin_city": "New York" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-09", - "destination_airport": "YVR International Airport", - "destination_city": "Vancouver", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "13:59", - "outbound_departure_time": "07:30", - "passengers": "1", - "price": "331", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 67, - "slot": "outbound_departure_time", - "start": 60 - }, - { - "exclusive_end": 100, - "slot": "price", - "start": 96 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1. Delta Airlines and an outbound flight leaving at 7:30 am with 1 stop. Ticket cost is $331." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "refundable", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "outbound_arrival_time", - "refundable" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is it refundable? When does the onward flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "13:59" - ], - "slot": "outbound_arrival_time", - "values": [ - "1:59 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "outbound_arrival_time", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Arrival time is 1:59 pm and unfortunately, the ticket is unrefundable." - }, - { - "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": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds like a good flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 9th" - ], - "destination_city": [ - "Vancouver" - ], - "inbound_departure_time": [ - "3:20 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "7:30 am" - ], - "return_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you. You have been a great help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are welcome. Have a wonderful day." - } - ] - }, - { - "dialogue_id": "38_00068", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "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" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please can you find flights for me? I would prefer to travel in Economy class in American Airlines." - }, - { - "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": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Mexico City" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "destination_city", - "start": 21 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "destination_city": [ - "Mexico City" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would be flying to Mexico City." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When is your return journey? From where you are planning to leave from and when you plan to start the journey?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "1st of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "return_date", - "values": [ - "3rd of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 68, - "slot": "departure_date", - "start": 51 - }, - { - "exclusive_end": 31, - "slot": "origin_city", - "start": 26 - }, - { - "exclusive_end": 111, - "slot": "return_date", - "start": 94 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Mexico City" - ], - "origin_city": [ - "Vegas" - ], - "return_date": [ - "3rd of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My starting point will be Vegas and it would be on 1st of this month and will be returning by 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": [ - "08:05" - ], - "slot": "inbound_departure_time", - "values": [ - "8:05 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "247" - ], - "slot": "price", - "values": [ - "$247" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_city": "Mexico City", - "origin_city": "Las Vegas", - "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": "15:25", - "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": "247", - "refundable": "False", - "return_date": "2019-03-03", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 109, - "slot": "inbound_departure_time", - "start": 102 - }, - { - "exclusive_end": 129, - "slot": "price", - "start": 125 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The outbound flight, American Airlines will leave at 9:30 am and the return flight will be leaving at 8:05 am. It would cost $247 for your travel." - }, - { - "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 this month" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "return_date": [ - "3rd of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It sounds great to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do I need to buy tickets for it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "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": [ - "1st of this month" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "return_date": [ - "3rd of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, not now. I have to travel for a trip very shortly. Please can you find me one way flights?" - }, - { - "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": [ - "230" - ], - "slot": "price", - "values": [ - "$230" - ] - }, - { - "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": "Las Vegas", - "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": "McCarran International Airport", - "origin_city": "Las Vegas", - "outbound_arrival_time": "20:05", - "outbound_departure_time": "09:30", - "passengers": "1", - "price": "230", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "outbound_departure_time", - "start": 66 - }, - { - "exclusive_end": 109, - "slot": "price", - "start": 105 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 suitable flight, American Airlines that would leave at 9:30 am and has 1 stops. It would cost $230." - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "return_date": [ - "3rd of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "At which airport does the flight departs and when does the onward flight would arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "20:05" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:05 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "McCarran International Airport" - ], - "slot": "origin_airport", - "values": [ - "McCarran International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 109, - "slot": "outbound_arrival_time", - "start": 102 - }, - { - "exclusive_end": 59, - "slot": "origin_airport", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight would depart from McCarran International Airport and the onward flight will be arriving at 8:05 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": [ - "1st of this month" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "return_date": [ - "3rd of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need any further assistance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "1st of this month" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "8:05 am" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "9:30 am" - ], - "return_date": [ - "3rd of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. Thanks much for your help" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a fantastic day." - } - ] - }, - { - "dialogue_id": "38_00069", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me search for some flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to go? How long would you like to stay? And, what city would you like to depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "destination_city", - "values": [ - "Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "March 12th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 72, - "slot": "destination_city", - "start": 67 - }, - { - "exclusive_end": 114, - "slot": "origin_city", - "start": 106 - }, - { - "exclusive_end": 147, - "slot": "return_date", - "start": 137 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "New York" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would prefer to fly on American Airlines. I am travelling to Las Vegas, and I would like to depart from New York. I plan to be back on March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would you like to depart?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "5th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "departure_date", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "New York" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to leave on the 5th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:45" - ], - "slot": "outbound_departure_time", - "values": [ - "4:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "05:30" - ], - "slot": "inbound_departure_time", - "values": [ - "5:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "307" - ], - "slot": "price", - "values": [ - "$307" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Las Vegas", - "origin_city": "New York", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "18:01", - "inbound_departure_time": "05:30", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "22:40", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "307", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 145, - "slot": "outbound_departure_time", - "start": 138 - }, - { - "exclusive_end": 202, - "slot": "inbound_departure_time", - "start": 195 - }, - { - "exclusive_end": 248, - "slot": "price", - "start": 244 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I searched your itinerary, and I found 1 flight that will coincide with your trip. American Airlines has a flight that leaves New York at 4:45 pm on the 5th of March. There is a return flight at 5:30 am on March 12th. The cost of the ticket is $307." - }, - { - "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": [ - "Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This flight option sounds perfect!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I go ahead and purchase the tickets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I can handle it." - }, - { - "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": [ - "SearchOnewayFlight" - ], - "slot": "intent", - "values": [ - "SearchOnewayFlight" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have a trip that is coming up. Could you help me find one-way tickets?" - }, - { - "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": [ - "289" - ], - "slot": "price", - "values": [ - "$289" - ] - }, - { - "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-05", - "destination_city": "Las Vegas", - "origin_city": "New York" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "number_stops": "1", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "22:40", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "289", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 105, - "slot": "outbound_departure_time", - "start": 98 - }, - { - "exclusive_end": 156, - "slot": "price", - "start": 152 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have found 1 flight that will work for you. There is an American Airlines flight that leaves at 4:45 pm. It has 1 stop, and the cost of the ticket is $289." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "5th of March" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "This flight will work for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to 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": [ - "5th of March" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "5:30 am" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Please have a wonderful day." - } - ] - }, - { - "dialogue_id": "38_00070", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "origin_city", - "values": [ - "Seattle" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "origin_city", - "start": 36 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search flights leaving from Seattle?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "departure_date", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Tuesday" - ], - "origin_city": [ - "Seattle" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to leave next Tuesday" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going? And when are you coming back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "return_date", - "values": [ - "11th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 63, - "slot": "return_date", - "start": 50 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Seattle" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Chicago and want to get back on the 11th of March. There are two of us" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:00" - ], - "slot": "outbound_departure_time", - "values": [ - "4 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:50" - ], - "slot": "inbound_departure_time", - "values": [ - "2:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "246" - ], - "slot": "price", - "values": [ - "$246" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-05", - "destination_city": "Chicago", - "origin_city": "Seattle", - "passengers": "2", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "22:03", - "inbound_departure_time": "14:50", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "22:30", - "outbound_departure_time": "16:00", - "passengers": "2", - "price": "246", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "18:52", - "inbound_departure_time": "11:55", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "06:20", - "outbound_departure_time": "23:50", - "passengers": "2", - "price": "229", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "21:57", - "inbound_departure_time": "14:50", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "10:55", - "outbound_departure_time": "04:25", - "passengers": "2", - "price": "250", - "refundable": "True", - "return_date": "2019-03-11", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "18:20", - "inbound_departure_time": "15:50", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "00:25", - "outbound_departure_time": "17:55", - "passengers": "2", - "price": "208", - "refundable": "False", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 51 - }, - { - "exclusive_end": 90, - "slot": "inbound_departure_time", - "start": 83 - }, - { - "exclusive_end": 105, - "slot": "price", - "start": 101 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an American Airlines flight that leaves at 4 pm and has a return flight at 2:50 pm that cost $246" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Seattle" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Anything else? Maybe via Southwest Airlines" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "04:25" - ], - "slot": "outbound_departure_time", - "values": [ - "4:25 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:50" - ], - "slot": "inbound_departure_time", - "values": [ - "2:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "250" - ], - "slot": "price", - "values": [ - "$250" - ] - }, - { - "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": "Chicago", - "origin_city": "Seattle", - "passengers": "2", - "return_date": "2019-03-11" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "21:57", - "inbound_departure_time": "14:50", - "number_stops": "1", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "10:55", - "outbound_departure_time": "04:25", - "passengers": "2", - "price": "250", - "refundable": "True", - "return_date": "2019-03-11", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "outbound_departure_time", - "start": 56 - }, - { - "exclusive_end": 86, - "slot": "inbound_departure_time", - "start": 79 - }, - { - "exclusive_end": 101, - "slot": "price", - "start": 97 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight from Southwest Airlines that leaves at 4:25 am and returns at 2:50 pm. It costs $250" - }, - { - "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": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Seattle" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Which airport does it leave from? 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": [ - "True" - ], - "slot": "refundable", - "values": [ - "True" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "origin_airport", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It leaves from Seattle-Tacoma International Airport, and yes it is refundable" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "4:25 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ] - } - } - } - ], - "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 tickets?" - }, - { - "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": [ - "Chicago" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "4:25 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not right now. Can you find me one way economy flights though?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Southwest Airlines" - ], - "slot": "airlines", - "values": [ - "Southwest 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": [ - "178" - ], - "slot": "price", - "values": [ - "$178" - ] - }, - { - "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": "Chicago", - "origin_city": "Seattle", - "passengers": "2", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "number_stops": "0", - "origin_airport": "Seattle-Tacoma International Airport", - "origin_city": "Seattle", - "outbound_arrival_time": "10:55", - "outbound_departure_time": "04:25", - "passengers": "2", - "price": "178", - "refundable": "True", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 89, - "slot": "price", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight on Southwest Airlines with 0 stops that leaves at 4:25 am and costs $178" - }, - { - "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": [ - "Chicago" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "4:25 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I do anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Southwest Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "2:50 pm" - ], - "origin_city": [ - "Seattle" - ], - "outbound_departure_time": [ - "4:25 am" - ], - "passengers": [ - "2" - ], - "return_date": [ - "11th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that's all thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one!" - } - ] - }, - { - "dialogue_id": "38_00071", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Could you please help me to search flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where and when do you plan to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "the 5th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Delhi" - ], - "slot": "destination_city", - "values": [ - "New Delhi" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "9th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "departure_date", - "start": 44 - }, - { - "exclusive_end": 64, - "slot": "destination_city", - "start": 55 - }, - { - "exclusive_end": 94, - "slot": "return_date", - "start": 77 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "New Delhi" - ], - "return_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like American Airlines will be leaving on the 5th to New Delhi and back on 9th of this month" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "passengers", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "origin_city", - "values": [ - "Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "origin_city", - "start": 16 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "New Delhi" - ], - "origin_city": [ - "Vegas" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Im leaving from Vegas in Economy for one people in my group" - }, - { - "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": [ - "365" - ], - "slot": "price", - "values": [ - "$365" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Delhi", - "origin_city": "Las Vegas", - "passengers": "1", - "return_date": "2019-03-09", - "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": "1", - "price": "365", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 81, - "slot": "outbound_departure_time", - "start": 73 - }, - { - "exclusive_end": 114, - "slot": "inbound_departure_time", - "start": 110 - }, - { - "exclusive_end": 131, - "slot": "price", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 suitable flight for you. Thats an American Airlines leaves at 10:55 am and return flight leaves at 7 pm which costs $365" - }, - { - "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": [ - "the 5th" - ], - "destination_city": [ - "New Delhi" - ], - "origin_city": [ - "Vegas" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When and which airport does the flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "21:35" - ], - "slot": "inbound_arrival_time", - "values": [ - "9:35 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Indira Gandhi International Airport" - ], - "slot": "destination_airport", - "values": [ - "Indira Gandhi International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "inbound_arrival_time", - "start": 29 - }, - { - "exclusive_end": 75, - "slot": "destination_airport", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight arrives at 9:35 pm to Indira Gandhi 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 5th" - ], - "destination_city": [ - "New Delhi" - ], - "inbound_departure_time": [ - "7 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "10:55 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thats perfect for me" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I get the 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": [ - "American Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "New Delhi" - ], - "inbound_departure_time": [ - "7 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "10:55 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No I have a trip coming so please find me oneway flights" - }, - { - "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" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Delhi", - "origin_city": "Las Vegas", - "passengers": "1", - "seating_class": "Economy" - } - }, - "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": "1", - "price": "341", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "outbound_departure_time", - "start": 54 - }, - { - "exclusive_end": 94, - "slot": "price", - "start": 90 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is one American Airlines flight which leaves at 10:55 am and has 1 stop which costs $341" - }, - { - "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": [ - "the 5th" - ], - "destination_city": [ - "New Delhi" - ], - "inbound_departure_time": [ - "7 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "10:55 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "WHen will the flight arrives?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "20:39" - ], - "slot": "outbound_arrival_time", - "values": [ - "8:39 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "outbound_arrival_time", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The flight arrives at 8:39 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "the 5th" - ], - "destination_city": [ - "New Delhi" - ], - "inbound_departure_time": [ - "7 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "10:55 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is 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": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Delhi", - "origin_city": "Las Vegas", - "passengers": "1", - "seating_class": "Economy" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry there are no more flights right now which suits your requests. Shall I assist you with some other thing?" - }, - { - "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 5th" - ], - "destination_city": [ - "New Delhi" - ], - "inbound_departure_time": [ - "7 pm" - ], - "origin_city": [ - "Vegas" - ], - "outbound_departure_time": [ - "10:55 am" - ], - "passengers": [ - "1" - ], - "return_date": [ - "9th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No Thanks for the help" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day" - } - ] - }, - { - "dialogue_id": "38_00072", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "Mexico City" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "origin_city", - "start": 29 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "Mexico City" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Search for flights departing Mexico City please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you plan to depart and what is your anticipated return date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "departure_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "4" - ], - "slot": "passengers", - "values": [ - "4" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "return_date", - "values": [ - "the 10th" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "departure_date", - "start": 16 - }, - { - "exclusive_end": 62, - "slot": "return_date", - "start": 54 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "origin_city": [ - "Mexico City" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have to leave next Tuesday and plan on returning on the 10th. I will 4 seats and I would like to find a flight with American Airlines if possible." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a destination in mind?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "destination_city", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "Mexico City" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "We are going to go to Chi-town." - }, - { - "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": [ - "12:30" - ], - "slot": "inbound_departure_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "315" - ], - "slot": "price", - "values": [ - "$315" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_city": "Chicago", - "origin_city": "Mexico City", - "passengers": "4", - "return_date": "2019-03-10" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "19:31", - "inbound_departure_time": "12:30", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "13:52", - "outbound_departure_time": "02:35", - "passengers": "4", - "price": "315", - "refundable": "False", - "return_date": "2019-03-10", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 88, - "slot": "outbound_departure_time", - "start": 81 - }, - { - "exclusive_end": 132, - "slot": "inbound_departure_time", - "start": 124 - }, - { - "exclusive_end": 47, - "slot": "price", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "American Airlines is offering a flight for $315 per ticket that will take off at 2:35 am with a return flight scheduled for 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": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "Mexico City" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport will I 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": 69, - "slot": "origin_airport", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You would board your plane at 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": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "12:30 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to take that flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make your ticket purchase made 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": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "12:30 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, it can wait. What I rally need is a one way flight for my impending vacation." - }, - { - "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": [ - "296" - ], - "slot": "price", - "values": [ - "$296" - ] - }, - { - "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-05", - "destination_city": "Chicago", - "origin_city": "Mexico City", - "passengers": "4" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-05", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "13:52", - "outbound_departure_time": "02:35", - "passengers": "4", - "price": "296", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 101, - "slot": "outbound_departure_time", - "start": 94 - }, - { - "exclusive_end": 151, - "slot": "price", - "start": 147 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 American Airlines flight that meets your specifications. The plane will take off at 2:35 am and makes 1 stop. Seats can be purchased for $296." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "outbound_arrival_time", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "destination_airport", - "outbound_arrival_time" - ], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "12:30 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What time does it touch down and what airport wilI be at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "13:52" - ], - "slot": "outbound_arrival_time", - "values": [ - "1:52 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "O'Hare International Airport" - ], - "slot": "destination_airport", - "values": [ - "O'Hare International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "outbound_arrival_time", - "start": 36 - }, - { - "exclusive_end": 97, - "slot": "destination_airport", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The plane is slotted for arrival at 1:52 pm. You will be flying into 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": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "12:30 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I thank that flight is a good fir. I want it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want some more help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "next Tuesday" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "12:30 pm" - ], - "origin_city": [ - "Mexico City" - ], - "outbound_departure_time": [ - "2:35 am" - ], - "passengers": [ - "4" - ], - "return_date": [ - "the 10th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No you've done more than enough thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a fantastic day." - } - ] - }, - { - "dialogue_id": "38_00073", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you search flights, preferably American Airlines?" - }, - { - "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": "Where are you leaving from and going to? When do you want to visit?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "departure_date", - "values": [ - "Monday next week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "passengers", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "New York" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "departure_date", - "start": 45 - }, - { - "exclusive_end": 29, - "slot": "destination_city", - "start": 16 - }, - { - "exclusive_end": 41, - "slot": "origin_city", - "start": 33 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "New York" - ], - "passengers": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to go to San Francisco to New York on Monday next week. I need tickets for two people." - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "New York" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Wednesday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to come back next Wednesday." - }, - { - "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": [ - "20:30" - ], - "slot": "inbound_departure_time", - "values": [ - "8:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "195" - ], - "slot": "price", - "values": [ - "$195" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "origin_city": "New York", - "passengers": "2", - "return_date": "2019-03-06" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "05:56", - "inbound_departure_time": "20:30", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "20:11", - "outbound_departure_time": "16:45", - "passengers": "2", - "price": "195", - "refundable": "False", - "return_date": "2019-03-06", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 80, - "slot": "inbound_departure_time", - "start": 73 - }, - { - "exclusive_end": 101, - "slot": "price", - "start": 97 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 American Airlines flight that leaves at 4:45 pm and returns at 8:30 pm. Each ticket is $195." - }, - { - "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": [ - "Monday next week" - ], - "destination_city": [ - "San Francisco" - ], - "origin_city": [ - "New York" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Wednesday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airports do the flights leave from and arrive at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "05:56" - ], - "slot": "inbound_arrival_time", - "values": [ - "5:56 am" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "SFO International Airport" - ], - "slot": "destination_airport", - "values": [ - "SFO International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 69, - "slot": "inbound_arrival_time", - "start": 62 - }, - { - "exclusive_end": 58, - "slot": "destination_airport", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight arrives at the SFO International Airport at 5:56 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": [ - "Monday next week" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Wednesday" - ] - } - } - } - ], - "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": "Would you like to purchase those tickets?" - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you. Can you find a oneway flight, preferable Economy?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:45" - ], - "slot": "outbound_departure_time", - "values": [ - "4:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "171" - ], - "slot": "price", - "values": [ - "$171" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_city": "San Francisco", - "origin_city": "New York", - "passengers": "2", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-04", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "20:11", - "outbound_departure_time": "16:45", - "passengers": "2", - "price": "171", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 33, - "slot": "outbound_departure_time", - "start": 26 - }, - { - "exclusive_end": 92, - "slot": "price", - "start": 88 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a flight leaving 4:45 pm on American Airlines with 0 stops. The ticket fare is $171." - }, - { - "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": [ - "Monday next week" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is fine." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What else can I help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "Monday next week" - ], - "destination_city": [ - "San Francisco" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "New York" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "passengers": [ - "2" - ], - "return_date": [ - "next Wednesday" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nothing, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "38_00074", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need a flight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you going and leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "destination_city", - "values": [ - "London" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "LA" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 44, - "slot": "destination_city", - "start": 38 - }, - { - "exclusive_end": 34, - "slot": "origin_city", - "start": 32 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "London" - ], - "origin_city": [ - "LA" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I wan to travel in Economy from LA to London." - }, - { - "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": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chi-town" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "return_date", - "values": [ - "8th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 58, - "slot": "return_date", - "start": 41 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Chi-town and return on the 8th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day are you leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "March 2nd" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "departure_date", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Chi-town" - ], - "origin_city": [ - "LA" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am departing on March 2nd." - }, - { - "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": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "Chicago", - "origin_city": "Los Angeles", - "return_date": "2019-03-08", - "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": "180", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "19:57", - "inbound_departure_time": "17:25", - "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": "166", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "12:45", - "inbound_departure_time": "06:45", - "number_stops": "1", - "origin_airport": "LAX International Airport", - "origin_city": "Los Angeles", - "outbound_arrival_time": "13:52", - "outbound_departure_time": "07:20", - "passengers": "1", - "price": "242", - "refundable": "False", - "return_date": "2019-03-08", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 85, - "slot": "outbound_departure_time", - "start": 78 - }, - { - "exclusive_end": 129, - "slot": "inbound_departure_time", - "start": 122 - }, - { - "exclusive_end": 144, - "slot": "price", - "start": 140 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Search revealed 3 flights. I found an American Airlines flight that leaves at 8:30 am and the returning flight departs at 4:30 am. It costs $180." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4:30 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "8:30 am" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "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": "Do you want to buy 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": [ - "American Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4:30 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "8:30 am" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not right now. Can you find oneway flights for an upcoming trip?" - }, - { - "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": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "Chicago", - "origin_city": "Los Angeles", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "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" - } - ], - "slots": [ - { - "exclusive_end": 102, - "slot": "outbound_departure_time", - "start": 95 - }, - { - "exclusive_end": 117, - "slot": "price", - "start": 113 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Search revealed 1 flight for you. It is an American Airlines flight with 0 stops and leaves at 8:30 am. It costs $163." - }, - { - "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": [ - "American Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4:30 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "8:30 am" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does it fly out of and when does the flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "15:02" - ], - "slot": "outbound_arrival_time", - "values": [ - "3:02 pm" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "LAX International Airport" - ], - "slot": "origin_airport", - "values": [ - "LAX International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 64, - "slot": "outbound_arrival_time", - "start": 57 - }, - { - "exclusive_end": 41, - "slot": "origin_airport", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It flies out of LAX International Airport and arrives at 3:02 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 2nd" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4:30 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "8:30 am" - ], - "return_date": [ - "8th of this month" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "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" - ], - "destination_city": [ - "Chi-town" - ], - "inbound_departure_time": [ - "4:30 am" - ], - "origin_city": [ - "LA" - ], - "outbound_departure_time": [ - "8:30 am" - ], - "return_date": [ - "8th of this month" - ], - "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": "38_00075", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need help with flights." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you go and where will you depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "destination_city", - "values": [ - "Paris" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "ATL" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "destination_city", - "start": 25 - }, - { - "exclusive_end": 11, - "slot": "origin_city", - "start": 8 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Paris" - ], - "origin_city": [ - "ATL" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Leaving ATL and going to Paris." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will your departure time/date be?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "Friday Next week" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "departure_date", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "Friday Next week" - ], - "destination_city": [ - "Paris" - ], - "origin_city": [ - "ATL" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Friday Next week." - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 13, - "slot": "return_date", - "start": 0 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Friday Next week" - ], - "destination_city": [ - "Paris" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "12th of March. I really must have Delta Airlines." - }, - { - "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": [ - "360" - ], - "slot": "price", - "values": [ - "$360" - ] - }, - { - "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": "Paris", - "origin_city": "Atlanta", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "360", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 104, - "slot": "inbound_departure_time", - "start": 97 - }, - { - "exclusive_end": 131, - "slot": "price", - "start": 127 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is only 1 option. Delta Airlines has a flight that leaves at 3:40 pm. The return leaves at 5:35 pm. The price on that is $360." - }, - { - "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": [ - "Friday Next week" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That seems exactly right, I want that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I get tickets for you?" - }, - { - "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": [ - "Friday Next week" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm looking for a one way trip." - }, - { - "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": [ - "320" - ], - "slot": "price", - "values": [ - "$320" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "Paris", - "origin_city": "Atlanta" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "320", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "outbound_departure_time", - "start": 53 - }, - { - "exclusive_end": 97, - "slot": "price", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 1 flight you'll like. Delta Airlines, leaving 3:40 pm. with 1 stop. Your cost will be $320." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Friday Next week" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport will I arrive at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Charles de Gaulle International Airport" - ], - "slot": "destination_airport", - "values": [ - "Charles de Gaulle International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "destination_airport", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Charles de Gaulle 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": [ - "Friday Next week" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "what else can I help with today?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "Friday Next week" - ], - "destination_city": [ - "Paris" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "3:40 pm" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nothing much, I'm good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good flight." - } - ] - }, - { - "dialogue_id": "38_00076", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "destination_city", - "values": [ - "Chicago" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "destination_city", - "start": 28 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Chicago" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you search flights to Chicago for me?" - }, - { - "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": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Vancouver" - ], - "slot": "origin_city", - "values": [ - "Vancouver" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Economy" - ], - "slot": "seating_class", - "values": [ - "Economy" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "origin_city", - "start": 23 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Vancouver" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be leaving from Vancouver. I prefer Delta Airlines and Economy class works just fine." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What will be your date of departure?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "March 2nd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "return_date", - "values": [ - "9th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "departure_date", - "start": 21 - }, - { - "exclusive_end": 61, - "slot": "return_date", - "start": 49 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Chicago" - ], - "origin_city": [ - "Vancouver" - ], - "return_date": [ - "9th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to leave on March 2nd and return on the 9th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "02:50" - ], - "slot": "outbound_departure_time", - "values": [ - "2:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:30" - ], - "slot": "inbound_departure_time", - "values": [ - "8:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "249" - ], - "slot": "price", - "values": [ - "$249" - ] - }, - { - "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": "Chicago", - "origin_city": "Vancouver", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "inbound_arrival_time": "14:56", - "inbound_departure_time": "08:30", - "number_stops": "1", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "09:26", - "outbound_departure_time": "02:50", - "passengers": "1", - "price": "249", - "refundable": "False", - "return_date": "2019-03-09", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 83, - "slot": "outbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 106, - "slot": "inbound_departure_time", - "start": 99 - }, - { - "exclusive_end": 138, - "slot": "price", - "start": 134 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight for your trip. It is a Delta Airlines flight. It leaves at 2:50 am and returns at 8:30 am. The cost of the ticket is $249." - }, - { - "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 2nd" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "2:50 am" - ], - "return_date": [ - "9th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds great to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I 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": [ - "March 2nd" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "2:50 am" - ], - "return_date": [ - "9th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I am good for 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_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": [ - "March 2nd" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "2:50 am" - ], - "return_date": [ - "9th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have another trip coming up. Can you find me a oneway flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "02:50" - ], - "slot": "outbound_departure_time", - "values": [ - "2:50 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "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": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_city": "Chicago", - "origin_city": "Vancouver", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "O'Hare International Airport", - "destination_city": "Chicago", - "number_stops": "0", - "origin_airport": "YVR International Airport", - "origin_city": "Vancouver", - "outbound_arrival_time": "09:26", - "outbound_departure_time": "02:50", - "passengers": "1", - "price": "166", - "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 found 1 flight for you. It is a Delta Airlines flight. It leaves at 2:50 am and has 0 stops. The cost is $166." - }, - { - "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 2nd" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "2:50 am" - ], - "return_date": [ - "9th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "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": "May I help you with anything else at this time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Chicago" - ], - "inbound_departure_time": [ - "8:30 am" - ], - "origin_city": [ - "Vancouver" - ], - "outbound_departure_time": [ - "2:50 am" - ], - "return_date": [ - "9th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thanks for the help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "38_00077", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "origin_city", - "values": [ - "CDMX" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "origin_city", - "start": 37 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "origin_city": [ - "CDMX" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me flights leaving from CDMX?" - }, - { - "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 will you visit and when will you come back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Las Vegas" - ], - "slot": "destination_city", - "values": [ - "Vegas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "return_date", - "values": [ - "4th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "destination_city", - "start": 14 - }, - { - "exclusive_end": 63, - "slot": "return_date", - "start": 46 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "CDMX" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Vegas and will come back on the 4th of this month." - }, - { - "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-01" - ], - "slot": "departure_date", - "values": [ - "later today" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "departure_date", - "start": 13 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "later today" - ], - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "CDMX" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will leave later today." - }, - { - "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": [ - "09:30" - ], - "slot": "inbound_departure_time", - "values": [ - "9:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "220" - ], - "slot": "price", - "values": [ - "$220" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "Las Vegas", - "origin_city": "Mexico City", - "return_date": "2019-03-04" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "inbound_arrival_time": "20:05", - "inbound_departure_time": "09:30", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "14:35", - "outbound_departure_time": "08:05", - "passengers": "1", - "price": "220", - "refundable": "False", - "return_date": "2019-03-04", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 74, - "slot": "outbound_departure_time", - "start": 67 - }, - { - "exclusive_end": 99, - "slot": "inbound_departure_time", - "start": 92 - }, - { - "exclusive_end": 114, - "slot": "price", - "start": 110 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 1 good flight. It is an American Airlines flight leaving at 8:05 am and returning at 9:30 am. It costs $220." - }, - { - "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": [ - "later today" - ], - "destination_city": [ - "Vegas" - ], - "origin_city": [ - "CDMX" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When will my return flight arrive?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "20:05" - ], - "slot": "inbound_arrival_time", - "values": [ - "8:05 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "inbound_arrival_time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight arrives at 8:05 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "9:30 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:05 am" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I purchase 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": [ - "American Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "9:30 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:05 am" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Not at the moment. I have a trip coming up soon. Can you find me one way flights?" - }, - { - "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": [ - "204" - ], - "slot": "price", - "values": [ - "$204" - ] - }, - { - "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": "Las Vegas", - "origin_city": "Mexico City" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "destination_airport": "McCarran International Airport", - "destination_city": "Las Vegas", - "number_stops": "1", - "origin_airport": "Benito Juarez International Airport", - "origin_city": "Mexico City", - "outbound_arrival_time": "14:35", - "outbound_departure_time": "08:05", - "passengers": "1", - "price": "204", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 89, - "slot": "outbound_departure_time", - "start": 82 - }, - { - "exclusive_end": 116, - "slot": "price", - "start": 112 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 1 flight that you should like. It's an American Airlines flight leaving at 8:05 am with 1 stop. It costs $204." - }, - { - "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": [ - "later today" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "9:30 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:05 am" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would I be able to help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "later today" - ], - "destination_city": [ - "Vegas" - ], - "inbound_departure_time": [ - "9:30 am" - ], - "origin_city": [ - "CDMX" - ], - "outbound_departure_time": [ - "8:05 am" - ], - "return_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00078", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Mexico City" - ], - "slot": "destination_city", - "values": [ - "Mexico City" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "destination_city", - "start": 28 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "destination_city": [ - "Mexico City" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you find me a flight to Mexico City?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "return_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you leaving? Where would you like to leave from? And when will you be back?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "departure_date", - "values": [ - "the 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "origin_city", - "values": [ - "Los Angeles" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of March" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "departure_date", - "start": 15 - }, - { - "exclusive_end": 39, - "slot": "origin_city", - "start": 28 - }, - { - "exclusive_end": 89, - "slot": "return_date", - "start": 76 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving on the 8th from Los Angeles and I would like to get back on the 14th of March." - }, - { - "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": [ - "163" - ], - "slot": "price", - "values": [ - "$163" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Mexico City", - "origin_city": "Los Angeles", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "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": "163", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "253", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "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": "149", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "outbound_departure_time", - "start": 54 - }, - { - "exclusive_end": 90, - "slot": "inbound_departure_time", - "start": 83 - }, - { - "exclusive_end": 109, - "slot": "price", - "start": 105 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's an American Airlines flight that leaves LA at 2:45 pm and returns to LA at 8:05 am. The price is $163." - }, - { - "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": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "origin_city": [ - "Los Angeles" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other flights? I like to travel in Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Delta Airlines" - ], - "slot": "airlines", - "values": [ - "Delta Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "09:15" - ], - "slot": "outbound_departure_time", - "values": [ - "9:15 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:45" - ], - "slot": "inbound_departure_time", - "values": [ - "1:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "253" - ], - "slot": "price", - "values": [ - "$253" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-08", - "destination_city": "Mexico City", - "origin_city": "Los Angeles", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-08", - "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": "163", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "253", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-08", - "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": "149", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "outbound_departure_time", - "start": 50 - }, - { - "exclusive_end": 86, - "slot": "inbound_departure_time", - "start": 79 - }, - { - "exclusive_end": 109, - "slot": "price", - "start": 105 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a Delta Airlines flight that leaves LA at 9:15 am and returns to LA at 1:45 pm. The ticket costs $253." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "1:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "return_date": [ - "14th of March" - ], - "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": "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": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "1:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, I'm good for 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_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": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "1:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you find me oneway flights for my upcoming trip?" - }, - { - "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": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "241" - ], - "slot": "price", - "values": [ - "$241" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "destination_city": "Mexico City", - "origin_city": "Los Angeles", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-08", - "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": "241", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 83, - "slot": "outbound_departure_time", - "start": 76 - }, - { - "exclusive_end": 113, - "slot": "price", - "start": 109 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've found 1 flight for you. There's a Delta Airlines flight that leaves at 9:15 am and has 1 stop. It costs $241." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [ - "destination_airport" - ], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "1:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What airport does the flight go 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": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "1:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "return_date": [ - "14th of March" - ], - "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": "Do you need any more help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "Delta Airlines" - ], - "departure_date": [ - "the 8th" - ], - "destination_city": [ - "Mexico City" - ], - "inbound_departure_time": [ - "1:45 pm" - ], - "origin_city": [ - "Los Angeles" - ], - "outbound_departure_time": [ - "9:15 am" - ], - "return_date": [ - "14th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that will be all. Thanks!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "38_00079", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "return_date", - "values": [ - "12th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 74, - "slot": "return_date", - "start": 61 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you serach some flights for me? I want to be back on the 12th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "destination_city", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "departure_date", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be leaving from? Where are you planning to visit and when do you plan to leave." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "departure_date", - "values": [ - "1st of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Phoenix" - ], - "slot": "origin_city", - "values": [ - "Phoenix, AZ" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "departure_date", - "start": 19 - }, - { - "exclusive_end": 55, - "slot": "destination_city", - "start": 52 - }, - { - "exclusive_end": 86, - "slot": "origin_city", - "start": 75 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Phoenix, AZ" - ], - "return_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm leaving on the 1st of March and am traveling to SFO. 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": [ - "08:10" - ], - "slot": "inbound_departure_time", - "values": [ - "8:10 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "200" - ], - "slot": "price", - "values": [ - "$200" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-01", - "destination_city": "San Francisco", - "origin_city": "Phoenix", - "return_date": "2019-03-12" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-01", - "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": "10:40", - "outbound_departure_time": "07:35", - "passengers": "1", - "price": "200", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "01:17", - "inbound_departure_time": "23:10", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "08:07", - "outbound_departure_time": "06:00", - "passengers": "1", - "price": "128", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:22", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "01:57", - "outbound_departure_time": "23:50", - "passengers": "1", - "price": "140", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 106, - "slot": "outbound_departure_time", - "start": 99 - }, - { - "exclusive_end": 143, - "slot": "inbound_departure_time", - "start": 136 - }, - { - "exclusive_end": 177, - "slot": "price", - "start": 173 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 3 flight for your trip. Thereis an American Airlines flight. The outbound flight leaves at 7:35 am. The return fligh tleaves at 8:10 am. The price of the tickets is $200." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "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": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Phoenix, AZ" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other availble flights? I prefer UNited Airlines. I like traveling Economy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:50" - ], - "slot": "outbound_departure_time", - "values": [ - "11:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:15" - ], - "slot": "inbound_departure_time", - "values": [ - "2:15 pm" - ] - }, - { - "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": "SearchRoundtripFlights", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_city": "San Francisco", - "origin_city": "Phoenix", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "16:22", - "inbound_departure_time": "14:15", - "number_stops": "0", - "origin_airport": "Sky Harbor International Airport", - "origin_city": "Phoenix", - "outbound_arrival_time": "01:57", - "outbound_departure_time": "23:50", - "passengers": "1", - "price": "140", - "refundable": "False", - "return_date": "2019-03-12", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 103, - "slot": "outbound_departure_time", - "start": 95 - }, - { - "exclusive_end": 140, - "slot": "inbound_departure_time", - "start": 133 - }, - { - "exclusive_end": 159, - "slot": "price", - "start": 155 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Found 1 flight for the trip. There is an United Airlines flight. The outbound flight leaves at 11:50 pm. The return flight leaves at 2:15 pm. The price is $140." - }, - { - "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": [ - "1st of March" - ], - "destination_city": [ - "SFO" - ], - "origin_city": [ - "Phoenix, AZ" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When does the flight return?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "16:22" - ], - "slot": "inbound_arrival_time", - "values": [ - "4:22 pm" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "inbound_arrival_time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The return flight arrives at 4:22 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": [ - "1st of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix, AZ" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight sound 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 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": [ - "United Airlines" - ], - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix, AZ" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, actuatlly could you find me a different flight? A oneway flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:50" - ], - "slot": "outbound_departure_time", - "values": [ - "11:50 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": { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_city": "San Francisco", - "origin_city": "Phoenix", - "seating_class": "Economy" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "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": 73, - "slot": "outbound_departure_time", - "start": 65 - }, - { - "exclusive_end": 126, - "slot": "price", - "start": 122 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a United Airlines flight. The outbound flight leaves at 11:50 pm and it has 0 stops. The prices of the ticket is $128." - }, - { - "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": [ - "1st of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix, AZ" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is the ticket refundable?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "refundable", - "values": [ - "False" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No, the ticket is not refundable." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix, AZ" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Any other flights available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-01", - "destination_city": "San Francisco", - "origin_city": "Phoenix", - "seating_class": "Economy" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry, I wasn't able to find any other flight. Do you need help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "1st of March" - ], - "destination_city": [ - "SFO" - ], - "inbound_departure_time": [ - "2:15 pm" - ], - "origin_city": [ - "Phoenix, AZ" - ], - "outbound_departure_time": [ - "11:50 pm" - ], - "return_date": [ - "12th of March" - ], - "seating_class": [ - "Economy" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "38_00080", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "2nd of this month" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 58, - "slot": "departure_date", - "start": 41 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you please search for flights on the 2nd of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_city", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where will you be leaving from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "origin_city", - "values": [ - "NY" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "origin_city", - "start": 18 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of this month" - ], - "origin_city": [ - "NY" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving from NY." - }, - { - "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 to visit? When are you returning?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "destination_city", - "values": [ - "SF" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "return_date", - "values": [ - "next Thursday" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "destination_city", - "start": 18 - }, - { - "exclusive_end": 50, - "slot": "return_date", - "start": 37 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am traveling to SF and I'll return next Thursday." - }, - { - "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": [ - "20:30" - ], - "slot": "inbound_departure_time", - "values": [ - "8:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "213" - ], - "slot": "price", - "values": [ - "$213" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchRoundtripFlights", - "parameters": { - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "origin_city": "New York", - "return_date": "2019-03-07" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "05:56", - "inbound_departure_time": "20:30", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "20:11", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "213", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - }, - { - "airlines": "Delta Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "20:21", - "inbound_departure_time": "10:55", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "18:01", - "outbound_departure_time": "14:35", - "passengers": "1", - "price": "223", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - }, - { - "airlines": "Southwest Airlines", - "departure_date": "2019-03-02", - "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": "21:21", - "outbound_departure_time": "17:55", - "passengers": "1", - "price": "219", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - }, - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "inbound_arrival_time": "15:16", - "inbound_departure_time": "05:50", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "09:31", - "outbound_departure_time": "06:05", - "passengers": "1", - "price": "216", - "refundable": "False", - "return_date": "2019-03-07", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "outbound_departure_time", - "start": 49 - }, - { - "exclusive_end": 93, - "slot": "inbound_departure_time", - "start": 86 - }, - { - "exclusive_end": 112, - "slot": "price", - "start": 108 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an outbound American Airlines flight at 4:45 pm. The return flight leaves at 8:30 pm. The price is $213." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "origin_airport" - ], - "slot_values": { - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "SF" - ], - "origin_city": [ - "NY" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Does it have zero stops? Which airport does the plane leave from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "JFK International Airport" - ], - "slot": "origin_airport", - "values": [ - "JFK International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "origin_airport", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "0 stops on this 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": [ - "American Airlines" - ], - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "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": "NEGATE_INTENT", - "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" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, 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?" - }, - { - "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": [ - "2nd of this month" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I have a trip coming up, can you find me a oneway flight?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "American Airlines" - ], - "slot": "airlines", - "values": [ - "American Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:45" - ], - "slot": "outbound_departure_time", - "values": [ - "4:45 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "0" - ], - "slot": "number_stops", - "values": [ - "0" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "198" - ], - "slot": "price", - "values": [ - "$198" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_city": "San Francisco", - "origin_city": "New York" - } - }, - "service_results": [ - { - "airlines": "American Airlines", - "departure_date": "2019-03-02", - "destination_airport": "SFO International Airport", - "destination_city": "San Francisco", - "number_stops": "0", - "origin_airport": "JFK International Airport", - "origin_city": "New York", - "outbound_arrival_time": "20:11", - "outbound_departure_time": "16:45", - "passengers": "1", - "price": "198", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "outbound_departure_time", - "start": 42 - }, - { - "exclusive_end": 85, - "slot": "price", - "start": 81 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "American Airlines with 0 stops, leaves at 4:45 pm and the price of the ticket is $198." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchOnewayFlight", - "requested_slots": [], - "slot_values": { - "airlines": [ - "American Airlines" - ], - "departure_date": [ - "2nd of this month" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else?" - }, - { - "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" - ], - "destination_city": [ - "SF" - ], - "inbound_departure_time": [ - "8:30 pm" - ], - "origin_city": [ - "NY" - ], - "outbound_departure_time": [ - "4:45 pm" - ], - "return_date": [ - "next Thursday" - ] - } - } - } - ], - "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": "38_00081", - "services": [ - "Flights_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "SearchRoundtripFlights" - ], - "slot": "intent", - "values": [ - "SearchRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you search for some flights for me? I am taking a trip soon." - }, - { - "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 visiting and when do you plan on leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "departure_date", - "values": [ - "March 2nd" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Toronto" - ], - "slot": "destination_city", - "values": [ - "Toronto, Canada" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Atlanta" - ], - "slot": "origin_city", - "values": [ - "ATL" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "departure_date", - "start": 16 - }, - { - "exclusive_end": 54, - "slot": "destination_city", - "start": 39 - }, - { - "exclusive_end": 63, - "slot": "origin_city", - "start": 60 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Toronto, Canada" - ], - "origin_city": [ - "ATL" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am leaving on March 2nd traveling to Toronto, Canada from ATL." - }, - { - "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": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "return_date", - "values": [ - "14th of this month" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "return_date", - "start": 22 - } - ], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Toronto, Canada" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am returning on the 14th of this month. I prefer United Airlines." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:50" - ], - "slot": "outbound_departure_time", - "values": [ - "12:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:35" - ], - "slot": "inbound_departure_time", - "values": [ - "5:35 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "240" - ], - "slot": "price", - "values": [ - "$240" - ] - }, - { - "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": "Toronto", - "origin_city": "Atlanta", - "return_date": "2019-03-14" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_airport": "Toronto Pearson International Airport", - "destination_city": "Toronto", - "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": "20:28", - "outbound_departure_time": "12:50", - "passengers": "1", - "price": "240", - "refundable": "False", - "return_date": "2019-03-14", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 99, - "slot": "outbound_departure_time", - "start": 91 - }, - { - "exclusive_end": 123, - "slot": "inbound_departure_time", - "start": 116 - }, - { - "exclusive_end": 132, - "slot": "price", - "start": 128 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I found 1 flight that matches the criteria. There is a United Airlines flight departing at 12:50 pm and retuning at 5:35 pm for $240." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "number_stops", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "origin_airport", - "values": [] - } - ], - "service": "Flights_1", - "slots": [], - "state": { - "active_intent": "SearchRoundtripFlights", - "requested_slots": [ - "number_stops", - "origin_airport" - ], - "slot_values": { - "airlines": [ - "United Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Toronto, Canada" - ], - "origin_city": [ - "ATL" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How many stops does the flight have? Which airport does the flight depart from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Hartsfield-Jackson International Airport" - ], - "slot": "origin_airport", - "values": [ - "Hartsfield-Jackson International Airport" - ] - } - ], - "service": "Flights_1", - "slots": [ - { - "exclusive_end": 92, - "slot": "origin_airport", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 stop on the flight. It is departing 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": [ - "United Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Toronto, Canada" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "12:50 pm" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight looks good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "ReserveRoundtripFlights" - ], - "slot": "intent", - "values": [ - "ReserveRoundtripFlights" - ] - } - ], - "service": "Flights_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want me to book the flight?" - }, - { - "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 2nd" - ], - "destination_city": [ - "Toronto, Canada" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "12:50 pm" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you. I have another trip coming up, can you find me oneway flights?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "United Airlines" - ], - "slot": "airlines", - "values": [ - "United Airlines" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:50" - ], - "slot": "outbound_departure_time", - "values": [ - "12:50 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "1" - ], - "slot": "number_stops", - "values": [ - "1" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "222" - ], - "slot": "price", - "values": [ - "$222" - ] - } - ], - "service": "Flights_1", - "service_call": { - "method": "SearchOnewayFlight", - "parameters": { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "destination_city": "Toronto", - "origin_city": "Atlanta" - } - }, - "service_results": [ - { - "airlines": "United Airlines", - "departure_date": "2019-03-02", - "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": "12:50", - "passengers": "1", - "price": "222", - "refundable": "False", - "seating_class": "Economy" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "outbound_departure_time", - "start": 47 - }, - { - "exclusive_end": 76, - "slot": "price", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a United Airlines flight departing at 12:50 pm with 1 stop for $222." - }, - { - "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": [ - "Toronto, Canada" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "12:50 pm" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That flight works for 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": [ - "United Airlines" - ], - "departure_date": [ - "March 2nd" - ], - "destination_city": [ - "Toronto, Canada" - ], - "inbound_departure_time": [ - "5:35 pm" - ], - "origin_city": [ - "ATL" - ], - "outbound_departure_time": [ - "12:50 pm" - ], - "return_date": [ - "14th of this month" - ] - } - } - } - ], - "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": "38_00082", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I totally forgot my schedule and appointments of my calendar. Will you find events on my calendar?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It is a pleasure for me, Which date i need to check?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "event_date", - "values": [ - "March 5th" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "event_date", - "start": 18 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 5th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually it is on March 5th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dentist appointment" - ], - "slot": "event_name", - "values": [ - "Dentist appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:00" - ], - "slot": "event_time", - "values": [ - "10 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-05" - } - }, - "service_results": [ - { - "event_date": "2019-03-05", - "event_location": "88 Tully Road #112", - "event_name": "Dentist appointment", - "event_time": "10:00" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "event_name", - "start": 47 - }, - { - "exclusive_end": 29, - "slot": "event_time", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event will start at 10 am and the event is Dentist appointment." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "event_date", - "values": [ - "March 13th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 106, - "slot": "event_date", - "start": 96 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok Fine.It is a very useful information. Do i have any other events scheduled? Will you find on March 13th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie show" - ], - "slot": "event_name", - "values": [ - "Movie show" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:30" - ], - "slot": "event_time", - "values": [ - "10:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-13" - } - }, - "service_results": [ - { - "event_date": "2019-03-13", - "event_location": "3111 Mission College Boulevard", - "event_name": "Movie show", - "event_time": "22:30" - } - ], - "slots": [ - { - "exclusive_end": 68, - "slot": "event_name", - "start": 58 - }, - { - "exclusive_end": 32, - "slot": "event_time", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event will start at 10:30 pm and you need to go for a Movie show." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 13th" - ], - "event_name": [ - "Movie show" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok that's great and i need to know whether i am available on that day. Please find also that?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-13" - ], - "slot": "event_date", - "values": [ - "March 13th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:00" - ], - "slot": "available_start_time", - "values": [ - "8 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:30" - ], - "slot": "available_end_time", - "values": [ - "10:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-13" - } - }, - "service_results": [ - { - "available_end_time": "22:30", - "available_start_time": "20:00", - "event_date": "2019-03-13" - } - ], - "slots": [ - { - "exclusive_end": 13, - "slot": "event_date", - "start": 3 - }, - { - "exclusive_end": 54, - "slot": "available_start_time", - "start": 50 - }, - { - "exclusive_end": 80, - "slot": "available_end_time", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On March 13th, you have an emply slot starting at 8 pm and slot ends at 10:30 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 13th" - ], - "event_name": [ - "Movie show" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok that's great and i need to thank you for your wonderful work." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Take care Have a great day" - } - ] - }, - { - "dialogue_id": "38_00083", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "event_date", - "values": [ - "Monday next week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 45, - "slot": "event_date", - "start": 29 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Monday next week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is my calendar like for Monday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Stylist appointment at Philgood Cuts" - ], - "slot": "event_name", - "values": [ - "stylist appointment at Philgood Cuts" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:30" - ], - "slot": "event_time", - "values": [ - "3:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-04" - } - }, - "service_results": [ - { - "event_date": "2019-03-04", - "event_location": "1027 Airport Boulevard", - "event_name": "Stylist appointment at Philgood Cuts", - "event_time": "15:30" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 58, - "slot": "event_time", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a stylist appointment at Philgood Cuts at 3:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "Wednesday next week" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "event_date", - "start": 33 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Wednesday next week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do I have anything scheduled for Wednesday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Westside Gunn concert" - ], - "slot": "event_name", - "values": [ - "Westside Gunn concert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:30" - ], - "slot": "event_time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "event_date": "2019-03-06", - "event_location": "235 West 46th Street", - "event_name": "Westside Gunn concert", - "event_time": "19:30" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 44, - "slot": "event_time", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Westside Gunn concert for 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Wednesday next week" - ], - "event_name": [ - "Westside Gunn concert" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That would be fine." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can assist you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Wednesday next week" - ], - "event_name": [ - "Westside Gunn concert" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When do I have some free time." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:30" - ], - "slot": "available_start_time", - "values": [ - "9:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "24:00" - ], - "slot": "available_end_time", - "values": [ - "midnight" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "available_end_time": "24:00", - "available_start_time": "21:30", - "event_date": "2019-03-06" - } - ], - "slots": [ - { - "exclusive_end": 38, - "slot": "event_date", - "start": 24 - }, - { - "exclusive_end": 54, - "slot": "available_start_time", - "start": 47 - }, - { - "exclusive_end": 67, - "slot": "available_end_time", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have time available next Wednesday between 9:30 pm and midnight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Wednesday next week", - "next Wednesday" - ], - "event_name": [ - "Westside Gunn concert" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That would be ok. That would be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "38_00084", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I am not sure when is my friend's birthday so I am going to check the calendar." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Please tell me which date you want to know." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "the 9th" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "event_date", - "start": 27 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My friend's birthday is on the 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Doctor appointment" - ], - "slot": "event_name", - "values": [ - "Doctor appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:00" - ], - "slot": "event_time", - "values": [ - "11 am" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "2250 Hayes Street #302", - "event_name": "Doctor appointment", - "event_time": "11:00" - }, - { - "event_date": "2019-03-09", - "event_location": "100 Potomac Avenue Southwest", - "event_name": "Soccer game at Audi Field", - "event_time": "19:00" - }, - { - "event_date": "2019-03-09", - "event_location": "1374 West Peachtree Street Northwest", - "event_name": "The Cinematic Orchestra concert", - "event_time": "17:00" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "event_name", - "start": 55 - }, - { - "exclusive_end": 82, - "slot": "event_time", - "start": 77 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 3 events scheduled for you. The first one is Doctor appointment at 11 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "event_date", - "values": [ - "March 14th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "event_date", - "start": 15 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let me look on March 14th to see if I have any other events scheduled." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Baseball game" - ], - "slot": "event_name", - "values": [ - "Baseball game" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "event_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-14" - } - }, - "service_results": [ - { - "event_date": "2019-03-14", - "event_location": "1000 Vin Scully Ave", - "event_name": "Baseball game", - "event_time": "17:00" - }, - { - "event_date": "2019-03-14", - "event_location": "795 El Camino Real Clark Building, Level 2", - "event_name": "Dermatologist appointment", - "event_time": "16:00" - } - ], - "slots": [ - { - "exclusive_end": 24, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 32, - "slot": "event_time", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Baseball game at 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 14th" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. When is my free time then?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:00" - ], - "slot": "available_end_time", - "values": [ - "4 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-14" - } - }, - "service_results": [ - { - "available_end_time": "16:00", - "available_start_time": "08:00", - "event_date": "2019-03-14" - } - ], - "slots": [ - { - "exclusive_end": 22, - "slot": "available_start_time", - "start": 18 - }, - { - "exclusive_end": 30, - "slot": "available_end_time", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You are free from 8 am to 4 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 14th" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. Thanks so much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Thanks for being patient and please have a wonderful day." - } - ] - }, - { - "dialogue_id": "38_00085", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "event_date", - "values": [ - "10th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "event_date", - "start": 35 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to check my calendar on the 10th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie at The New Parkway Theater" - ], - "slot": "event_name", - "values": [ - "movie at The New Parkway Theater" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:30" - ], - "slot": "event_time", - "values": [ - "10:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [ - { - "event_date": "2019-03-10", - "event_location": "474 24th Street", - "event_name": "Movie at The New Parkway Theater", - "event_time": "22:30" - } - ], - "slots": [ - { - "exclusive_end": 90, - "slot": "event_name", - "start": 58 - }, - { - "exclusive_end": 44, - "slot": "event_time", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On that day, you will be watching a 10:30 pm showing of a movie at The New Parkway Theater." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of March" - ], - "event_name": [ - "movie at The New Parkway Theater" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great! I'm looking forward to that movie. What spare time do I have that day?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-10" - ], - "slot": "event_date", - "values": [ - "March 10th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:30" - ], - "slot": "available_end_time", - "values": [ - "1:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [ - { - "available_end_time": "13:30", - "available_start_time": "08:00", - "event_date": "2019-03-10" - } - ], - "slots": [ - { - "exclusive_end": 13, - "slot": "event_date", - "start": 3 - }, - { - "exclusive_end": 52, - "slot": "available_start_time", - "start": 48 - }, - { - "exclusive_end": 63, - "slot": "available_end_time", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On March 10th, you have free time spanning from 8 am to 1:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of March", - "March 10th" - ], - "event_name": [ - "movie at The New Parkway Theater" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's good to know." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do I need to help you any further?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of March", - "March 10th" - ], - "event_name": [ - "movie at The New Parkway Theater" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "You do not need to help me further. Thanks for reminding me of what I'm doing that day." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "38_00086", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to see the events on my calendar." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date were you inquiring about?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "event_date", - "values": [ - "4th of this month" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "event_date", - "start": 25 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "4th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to know about the 4th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dentist appointment with Bautista Maximilian" - ], - "slot": "event_name", - "values": [ - "Dentist appointment with Bautista Maximilian" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:00" - ], - "slot": "event_time", - "values": [ - "4 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-04" - } - }, - "service_results": [ - { - "event_date": "2019-03-04", - "event_location": "2664 Berryessa Road", - "event_name": "Dentist appointment with Bautista Maximilian", - "event_time": "16:00" - } - ], - "slots": [ - { - "exclusive_end": 55, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 63, - "slot": "event_time", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Dentist appointment with Bautista Maximilian at 4 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "4th of this month" - ], - "event_name": [ - "Dentist appointment with Bautista Maximilian" - ], - "event_time": [ - "4 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. When am I available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-04" - ], - "slot": "event_date", - "values": [ - "Next Monday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:30" - ], - "slot": "available_end_time", - "values": [ - "2:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-04" - } - }, - "service_results": [ - { - "available_end_time": "14:30", - "available_start_time": "08:00", - "event_date": "2019-03-04" - } - ], - "slots": [ - { - "exclusive_end": 11, - "slot": "event_date", - "start": 0 - }, - { - "exclusive_end": 44, - "slot": "available_start_time", - "start": 40 - }, - { - "exclusive_end": 55, - "slot": "available_end_time", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Next Monday there is an empty slot from 8 am to 2:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "4th of this month", - "Next Monday" - ], - "event_name": [ - "Dentist appointment with Bautista Maximilian" - ], - "event_time": [ - "4 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "4th of this month", - "Next Monday" - ], - "event_name": [ - "Dentist appointment with Bautista Maximilian" - ], - "event_time": [ - "4 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's it. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00087", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you check events on my calendar?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date I should look for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "9th of this month" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "event_date", - "start": 13 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Look for the 9th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Soccer game" - ], - "slot": "event_name", - "values": [ - "Soccer game" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "event_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "Holmesdale Road", - "event_name": "Soccer game", - "event_time": "17:00" - } - ], - "slots": [ - { - "exclusive_end": 22, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 36, - "slot": "event_time", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Soccer game event at 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month" - ], - "event_name": [ - "Soccer game" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, That sounds perfect. Find me when I am available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "March 9th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:30" - ], - "slot": "available_start_time", - "values": [ - "2:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "available_end_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "available_end_time": "17:00", - "available_start_time": "14:30", - "event_date": "2019-03-09" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "event_date", - "start": 42 - }, - { - "exclusive_end": 28, - "slot": "available_start_time", - "start": 21 - }, - { - "exclusive_end": 38, - "slot": "available_end_time", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You are available at 2:30 pm till 5 pm on March 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month", - "March 9th" - ], - "event_name": [ - "Soccer game" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, That sounds great. That will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I am glad I could help. Have a nice day." - } - ] - }, - { - "dialogue_id": "38_00088", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "event_date", - "start": 49 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "next Wednesday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to check the events I have scheduled on next Wednesday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie show" - ], - "slot": "event_name", - "values": [ - "movie show" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:00" - ], - "slot": "event_time", - "values": [ - "7 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "event_date": "2019-03-06", - "event_location": "3117 16th St", - "event_name": "Movie show", - "event_time": "19:00" - }, - { - "event_date": "2019-03-06", - "event_location": "14415 Shoreline Highway", - "event_name": "Reservation for 6 people at Rocker Oysterfeller's", - "event_time": "11:30" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "event_name", - "start": 40 - }, - { - "exclusive_end": 31, - "slot": "event_time", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, you have an event at 7 pm, it's a movie show." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "next Wednesday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, are there any other events scheduled?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Reservation for 6 people at Rocker Oysterfeller's" - ], - "slot": "event_name", - "values": [ - "reservation for 6 people at Rocker Oysterfeller's" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:30" - ], - "slot": "event_time", - "values": [ - "11:30 am" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 65, - "slot": "event_name", - "start": 16 - }, - { - "exclusive_end": 78, - "slot": "event_time", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, you have a reservation for 6 people at Rocker Oysterfeller's for 11:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "9th of this month" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 58, - "slot": "event_date", - "start": 41 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there anything else scheduled for the 9th of this month?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Joe Hisaishi concert" - ], - "slot": "event_name", - "values": [ - "Joe Hisaishi concert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:30" - ], - "slot": "event_time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "881 7th Avenue", - "event_name": "Joe Hisaishi concert", - "event_time": "19:30" - }, - { - "event_date": "2019-03-09", - "event_location": "6000 Bollinger Canyon Road Suite 2300", - "event_name": "Movie at THE LOT City Center", - "event_time": "22:00" - } - ], - "slots": [ - { - "exclusive_end": 66, - "slot": "event_name", - "start": 46 - }, - { - "exclusive_end": 89, - "slot": "event_time", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, there are 2 scheduled events. There is a Joe Hisaishi concert that starts at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month" - ], - "event_name": [ - "Joe Hisaishi concert" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's good, when am I available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:30" - ], - "slot": "available_end_time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "available_end_time": "19:30", - "available_start_time": "08:00", - "event_date": "2019-03-09" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "available_start_time", - "start": 28 - }, - { - "exclusive_end": 43, - "slot": "available_end_time", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is an empty slot from 8 am to 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month" - ], - "event_name": [ - "Joe Hisaishi concert" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month" - ], - "event_name": [ - "Joe Hisaishi concert" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, have a nice day." - } - ] - }, - { - "dialogue_id": "38_00089", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "What events do I have in my calendar?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date are you curious about?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "the 6th" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "event_date", - "start": 21 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to know about the 6th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Baseball Game: Diamondbacks Vs Rockies" - ], - "slot": "event_name", - "values": [ - "baseball game: Diamondbacks Vs Rockies" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:30" - ], - "slot": "event_time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "event_date": "2019-03-06", - "event_location": "401 East Jefferson Street", - "event_name": "Baseball Game: Diamondbacks Vs Rockies", - "event_time": "19:30" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "event_name", - "start": 18 - }, - { - "exclusive_end": 67, - "slot": "event_time", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have an event baseball game: Diamondbacks Vs Rockies at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "event_date", - "values": [ - "14th of March" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "event_date", - "start": 36 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "14th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do I have anything scheduled on the 14th of March?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie at AMC Mercado 20" - ], - "slot": "event_name", - "values": [ - "movie at AMC Mercado 20" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:30" - ], - "slot": "event_time", - "values": [ - "10:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-14" - } - }, - "service_results": [ - { - "event_date": "2019-03-14", - "event_location": "3111 Mission College Boulevard", - "event_name": "Movie at AMC Mercado 20", - "event_time": "22:30" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 46, - "slot": "event_time", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a movie at AMC Mercado 20 at 10:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "14th of March" - ], - "event_name": [ - "movie at AMC Mercado 20" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, thanks. When am I available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-14" - ], - "slot": "event_date", - "values": [ - "March 14th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:00" - ], - "slot": "available_end_time", - "values": [ - "11 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-14" - } - }, - "service_results": [ - { - "available_end_time": "11:00", - "available_start_time": "08:00", - "event_date": "2019-03-14" - } - ], - "slots": [ - { - "exclusive_end": 26, - "slot": "event_date", - "start": 16 - }, - { - "exclusive_end": 36, - "slot": "available_start_time", - "start": 32 - }, - { - "exclusive_end": 45, - "slot": "available_end_time", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You are free on March 14th from 8 am to 11 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "14th of March", - "March 14th" - ], - "event_name": [ - "movie at AMC Mercado 20" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00090", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd like to check events on my calendar." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What day do you wish to know?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "Wednesday next week" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "event_date", - "start": 11 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Wednesday next week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The day is Wednesday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie booking for Dumbo" - ], - "slot": "event_name", - "values": [ - "movie booking for Dumbo" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:30" - ], - "slot": "event_time", - "values": [ - "4:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "event_date": "2019-03-06", - "event_location": "2317 Central Avenue", - "event_name": "Movie booking for Dumbo", - "event_time": "16:30" - } - ], - "slots": [ - { - "exclusive_end": 69, - "slot": "event_name", - "start": 46 - }, - { - "exclusive_end": 37, - "slot": "event_time", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have an event starting at 4:30 pm about a movie booking for Dumbo." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "event_date", - "values": [ - "13th of March" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "event_date", - "start": 39 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "13th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do I have anything else planned on the 13th of March?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Viewing at Ridgeview Terrace Townhouses" - ], - "slot": "event_name", - "values": [ - "viewing at ridgeview terrace Townhouses" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:30" - ], - "slot": "event_time", - "values": [ - "10:30 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-13" - } - }, - "service_results": [ - { - "event_date": "2019-03-13", - "event_location": "140 Cashmere Street", - "event_name": "Viewing at Ridgeview Terrace Townhouses", - "event_time": "10:30" - } - ], - "slots": [ - { - "exclusive_end": 85, - "slot": "event_name", - "start": 46 - }, - { - "exclusive_end": 39, - "slot": "event_time", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have an event beginning at 10:30 am about viewing at ridgeview terrace Townhouses." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "13th of March" - ], - "event_name": [ - "viewing at ridgeview terrace Townhouses" - ], - "event_time": [ - "10:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds great. Tell me when I am available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-13" - ], - "slot": "event_date", - "values": [ - "March 13th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:00" - ], - "slot": "available_start_time", - "values": [ - "11 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:30" - ], - "slot": "available_end_time", - "values": [ - "1:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-13" - } - }, - "service_results": [ - { - "available_end_time": "13:30", - "available_start_time": "11:00", - "event_date": "2019-03-13" - } - ], - "slots": [ - { - "exclusive_end": 30, - "slot": "event_date", - "start": 20 - }, - { - "exclusive_end": 79, - "slot": "available_start_time", - "start": 74 - }, - { - "exclusive_end": 99, - "slot": "available_end_time", - "start": 92 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event starts on March 13th, and you have an empty slot that begins at 11 am and ends at 1:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "13th of March", - "March 13th" - ], - "event_name": [ - "viewing at ridgeview terrace Townhouses" - ], - "event_time": [ - "10:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds wonderful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Could I assist you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "13th of March", - "March 13th" - ], - "event_name": [ - "viewing at ridgeview terrace Townhouses" - ], - "event_time": [ - "10:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nah. Thanks for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a pleasant afternoon." - } - ] - }, - { - "dialogue_id": "38_00091", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to see whats on my calendar" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which date are you looking at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "event_date", - "values": [ - "Friday next week" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "event_date", - "start": 17 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Friday next week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am looking for Friday next week" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Restaurant reservation at Mcdonald's" - ], - "slot": "event_name", - "values": [ - "Restaurant reservation at Mcdonald's" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "event_time", - "values": [ - "6 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-08" - } - }, - "service_results": [ - { - "event_date": "2019-03-08", - "event_location": "456 Blossom Hill Road", - "event_name": "Restaurant reservation at Mcdonald's", - "event_time": "18:00" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 55, - "slot": "event_time", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Restaurant reservation at Mcdonald's at 6 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Friday next week" - ], - "event_name": [ - "Restaurant reservation at Mcdonald's" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's good, when am I free?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-08" - ], - "slot": "event_date", - "values": [ - "next Friday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:00" - ], - "slot": "available_start_time", - "values": [ - "1 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "available_end_time", - "values": [ - "6 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-08" - } - }, - "service_results": [ - { - "available_end_time": "18:00", - "available_start_time": "13:00", - "event_date": "2019-03-08" - } - ], - "slots": [ - { - "exclusive_end": 28, - "slot": "event_date", - "start": 17 - }, - { - "exclusive_end": 41, - "slot": "available_start_time", - "start": 37 - }, - { - "exclusive_end": 50, - "slot": "available_end_time", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You're available next Friday between 1 pm and 6 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Friday next week", - "next Friday" - ], - "event_name": [ - "Restaurant reservation at Mcdonald's" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's good thank you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day!" - } - ] - }, - { - "dialogue_id": "38_00092", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you show me the events on my calendar? I need a verification." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which date are you looking for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "event_date", - "values": [ - "1st of March" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "event_date", - "start": 25 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "1st of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to get details on 1st of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Restaurant reservation at Pasta Moon" - ], - "slot": "event_name", - "values": [ - "Restaurant reservation at Pasta Moon" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:00" - ], - "slot": "event_time", - "values": [ - "1 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-01" - } - }, - "service_results": [ - { - "event_date": "2019-03-01", - "event_location": "315 Main Street C", - "event_name": "Restaurant reservation at Pasta Moon", - "event_time": "13:00" - } - ], - "slots": [ - { - "exclusive_end": 78, - "slot": "event_name", - "start": 42 - }, - { - "exclusive_end": 26, - "slot": "event_time", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have got event at 1 pm on that day at Restaurant reservation at Pasta Moon." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "9th of this month" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "event_date", - "start": 13 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please check 9th of this month is vacant." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Psychedelic Furs concert" - ], - "slot": "event_name", - "values": [ - "Psychedelic Furs concert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "event_time", - "values": [ - "6 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "2891 University Avenue", - "event_name": "Psychedelic Furs concert", - "event_time": "18:00" - } - ], - "slots": [ - { - "exclusive_end": 65, - "slot": "event_name", - "start": 41 - }, - { - "exclusive_end": 73, - "slot": "event_time", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "No sir, you have fixed that day to enjoy Psychedelic Furs concert at 6 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month" - ], - "event_name": [ - "Psychedelic Furs concert" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, Then which day I will be available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "March 9th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:00" - ], - "slot": "available_start_time", - "values": [ - "8 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "24:00" - ], - "slot": "available_end_time", - "values": [ - "midnight" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "available_end_time": "24:00", - "available_start_time": "20:00", - "event_date": "2019-03-09" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "event_date", - "start": 38 - }, - { - "exclusive_end": 22, - "slot": "available_start_time", - "start": 18 - }, - { - "exclusive_end": 34, - "slot": "available_end_time", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You are free from 8 pm to midnight on March 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month", - "March 9th" - ], - "event_name": [ - "Psychedelic Furs concert" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Fine, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need any other service?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of this month", - "March 9th" - ], - "event_name": [ - "Psychedelic Furs concert" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day sir." - } - ] - }, - { - "dialogue_id": "38_00093", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "event_date", - "values": [ - "3rd of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 78, - "slot": "event_date", - "start": 66 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "3rd of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to verify activities on my calendar, specifically on the 3rd of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dentist appointment with C-Dental X-Ray" - ], - "slot": "event_name", - "values": [ - "Dentist appointment with C-Dental X-Ray" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:00" - ], - "slot": "event_time", - "values": [ - "1 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-03" - } - }, - "service_results": [ - { - "event_date": "2019-03-03", - "event_location": "5150 Graves Avenue # 10A", - "event_name": "Dentist appointment with C-Dental X-Ray", - "event_time": "13:00" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 70, - "slot": "event_time", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Dentist appointment with C-Dental X-Ray that begins at 1 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "event_date", - "values": [ - "4th of March" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 62, - "slot": "event_date", - "start": 50 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "4th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there any other activity planned for me on the 4th of March?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Property viewing" - ], - "slot": "event_name", - "values": [ - "Property viewing" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:30" - ], - "slot": "event_time", - "values": [ - "4:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-04" - } - }, - "service_results": [ - { - "event_date": "2019-03-04", - "event_location": "201 D Street", - "event_name": "Property viewing", - "event_time": "16:30" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 59, - "slot": "event_time", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Property viewing activity that begins at 4:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "4th of March" - ], - "event_name": [ - "Property viewing" - ], - "event_time": [ - "4:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's great. Tell me what time I am available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-04" - ], - "slot": "event_date", - "values": [ - "next Monday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:30" - ], - "slot": "available_end_time", - "values": [ - "10:30 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-04" - } - }, - "service_results": [ - { - "available_end_time": "10:30", - "available_start_time": "08:00", - "event_date": "2019-03-04" - } - ], - "slots": [ - { - "exclusive_end": 39, - "slot": "event_date", - "start": 28 - }, - { - "exclusive_end": 87, - "slot": "available_start_time", - "start": 83 - }, - { - "exclusive_end": 112, - "slot": "available_end_time", - "start": 104 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The day for the activity is next Monday, and you have an empty slot that begins at 8 am and finishes at 10:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "4th of March", - "next Monday" - ], - "event_name": [ - "Property viewing" - ], - "event_time": [ - "4:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's perfect; that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a pleasant afternoon." - } - ] - }, - { - "dialogue_id": "38_00094", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to check the events on my calendar." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which day would you like to search?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "event_date", - "values": [ - "the 14th" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "event_date", - "start": 21 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to know the 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dermatologist appointment with Karls Michael S" - ], - "slot": "event_name", - "values": [ - "Dermatologist appointment with Karls Michael S" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:00" - ], - "slot": "event_time", - "values": [ - "10 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-14" - } - }, - "service_results": [ - { - "event_date": "2019-03-14", - "event_location": "2299 Post Street STE 312", - "event_name": "Dermatologist appointment with Karls Michael S", - "event_time": "10:00" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 67, - "slot": "event_time", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Dermatologist appointment with Karls Michael S. at 10 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "12th of this month" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "event_date", - "start": 41 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do I have other events scheduled for the 12th of this month?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Restaurant reservation for 4 at Betty Spaghetti" - ], - "slot": "event_name", - "values": [ - "restaurant reservation for 4 at Betty Spaghetti" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:30" - ], - "slot": "event_time", - "values": [ - "11:30 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "event_date": "2019-03-12", - "event_location": "16390 4th Street", - "event_name": "Restaurant reservation for 4 at Betty Spaghetti", - "event_time": "11:30" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 79, - "slot": "event_time", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a restaurant reservation for 4 at Betty Spaghetti starting at 11:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of this month" - ], - "event_name": [ - "restaurant reservation for 4 at Betty Spaghetti" - ], - "event_time": [ - "11:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good, when am I available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "March 12th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:00" - ], - "slot": "available_start_time", - "values": [ - "1 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:30" - ], - "slot": "available_end_time", - "values": [ - "10:30 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "available_end_time": "22:30", - "available_start_time": "13:00", - "event_date": "2019-03-12" - } - ], - "slots": [ - { - "exclusive_end": 53, - "slot": "event_date", - "start": 43 - }, - { - "exclusive_end": 63, - "slot": "available_start_time", - "start": 59 - }, - { - "exclusive_end": 75, - "slot": "available_end_time", - "start": 67 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 empty slot in your calendar for March 12th from 1 pm to 10:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of this month", - "March 12th" - ], - "event_name": [ - "restaurant reservation for 4 at Betty Spaghetti" - ], - "event_time": [ - "11:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is good information." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of this month", - "March 12th" - ], - "event_name": [ - "restaurant reservation for 4 at Betty Spaghetti" - ], - "event_time": [ - "11:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "have a good day." - } - ] - }, - { - "dialogue_id": "38_00095", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "event_date", - "values": [ - "Saturday this week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "event_date", - "start": 13 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Saturday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please check Saturday this week on my calendar." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Table for 2 at Caputo" - ], - "slot": "event_name", - "values": [ - "Table for 2 at Caputo" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:00" - ], - "slot": "event_time", - "values": [ - "7 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-02" - } - }, - "service_results": [ - { - "event_date": "2019-03-02", - "event_location": "100 Brannan Street", - "event_name": "Table for 2 at Caputo", - "event_time": "19:00" - } - ], - "slots": [ - { - "exclusive_end": 35, - "slot": "event_name", - "start": 14 - }, - { - "exclusive_end": 56, - "slot": "event_time", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "This Saturday Table for 2 at Caputo is scheduled at 7 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "March 12th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "event_date", - "start": 39 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there anything else on the calendar March 12th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Baseball game" - ], - "slot": "event_name", - "values": [ - "Baseball game" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "event_time", - "values": [ - "6 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "event_date": "2019-03-12", - "event_location": "1060 West Addison Street", - "event_name": "Baseball game", - "event_time": "18:00" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "event_name", - "start": 19 - }, - { - "exclusive_end": 7, - "slot": "event_time", - "start": 3 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "At 6 pm there is a Baseball game scheduled." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 12th" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 12th" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When do I have free time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "March 12th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "available_end_time", - "values": [ - "12 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "available_end_time": "12:00", - "available_start_time": "08:00", - "event_date": "2019-03-12" - } - ], - "slots": [ - { - "exclusive_end": 10, - "slot": "event_date", - "start": 0 - }, - { - "exclusive_end": 37, - "slot": "available_start_time", - "start": 33 - }, - { - "exclusive_end": 46, - "slot": "available_end_time", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "March 12th there is 1 space from 8 am to 12 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 12th" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What else do you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 12th" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's all, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "38_00096", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to take my girlfriend on a proper date soon but I don't know what I have on my schedule already. Can you check upcoming events on my calendar?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there a particular date you would like me to look at for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "event_date", - "values": [ - "5th of March" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "event_date", - "start": 24 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "5th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I was thinking the 5th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie show" - ], - "slot": "event_name", - "values": [ - "movie show" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:00" - ], - "slot": "event_time", - "values": [ - "11 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-05" - } - }, - "service_results": [ - { - "event_date": "2019-03-05", - "event_location": "500 Larkspur Landing Circle", - "event_name": "Movie show", - "event_time": "23:00" - } - ], - "slots": [ - { - "exclusive_end": 21, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 40, - "slot": "event_time", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a movie show beginning at 11 pm on that day." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "event_date", - "values": [ - "2nd of this month" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "event_date", - "start": 39 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "2nd of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, what do I have scheduled for the 2nd of this month?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Stylist appointment at Lotte Beauty Salon" - ], - "slot": "event_name", - "values": [ - "Stylist appointment at Lotte Beauty Salon" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "event_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-02" - } - }, - "service_results": [ - { - "event_date": "2019-03-02", - "event_location": "1860 Fillmore Street", - "event_name": "Stylist appointment at Lotte Beauty Salon", - "event_time": "17:00" - } - ], - "slots": [ - { - "exclusive_end": 52, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 60, - "slot": "event_time", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Stylist appointment at Lotte Beauty Salon at 5 pm on that day." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "2nd of this month" - ], - "event_name": [ - "Stylist appointment at Lotte Beauty Salon" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "So far that sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "2nd of this month" - ], - "event_name": [ - "Stylist appointment at Lotte Beauty Salon" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, rather than telling me my scheduled events can you tell me when I am available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-02" - ], - "slot": "event_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "available_end_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-02" - } - }, - "service_results": [ - { - "available_end_time": "17:00", - "available_start_time": "08:00", - "event_date": "2019-03-02" - } - ], - "slots": [ - { - "exclusive_end": 22, - "slot": "event_date", - "start": 14 - }, - { - "exclusive_end": 45, - "slot": "available_start_time", - "start": 41 - }, - { - "exclusive_end": 56, - "slot": "available_end_time", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It looks like tomorrow you are free from 8 am until 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "2nd of this month", - "tomorrow" - ], - "event_name": [ - "Stylist appointment at Lotte Beauty Salon" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, everything sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "2nd of this month", - "tomorrow" - ], - "event_name": [ - "Stylist appointment at Lotte Beauty Salon" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that was all I needed at the moment. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It was my pleasure, enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "38_00097", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "event_date", - "values": [ - "Friday next week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "event_date", - "start": 44 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Friday next week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need the details of my calendar. Look for Friday next week" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dermatologist appointment with Greenbrae Dermatology, Cheryl Tanasovich, M.D., Benjamin Nichols, M.D., John Maddox, M.D." - ], - "slot": "event_name", - "values": [ - "Dermatologist appointment with Greenbrae Dermatology, cheryl Tanasovich, M.D., Benjamin Nichols, M.D., John Maddox, M.D." - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:00" - ], - "slot": "event_time", - "values": [ - "2 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-08" - } - }, - "service_results": [ - { - "event_date": "2019-03-08", - "event_location": "2211 Post Street #404", - "event_name": "Dermatologist appointment with Greenbrae Dermatology, Cheryl Tanasovich, M.D., Benjamin Nichols, M.D., John Maddox, M.D.", - "event_time": "14:00" - }, - { - "event_date": "2019-03-08", - "event_location": "868 Grant Avenue", - "event_name": "Restaurant reservation at Batika India Bistro", - "event_time": "11:30" - }, - { - "event_date": "2019-03-08", - "event_location": "50 Upper Alabama Street", - "event_name": "Taking Back Sunday concert", - "event_time": "19:00" - } - ], - "slots": [ - { - "exclusive_end": 132, - "slot": "event_name", - "start": 12 - }, - { - "exclusive_end": 140, - "slot": "event_time", - "start": 136 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have an Dermatologist appointment with Greenbrae Dermatology, cheryl Tanasovich, M.D., Benjamin Nichols, M.D., John Maddox, M.D. at 2 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "the 6th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "event_date", - "start": 16 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Fine, now check the 6th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Juliana Hatfield concert" - ], - "slot": "event_name", - "values": [ - "Juliana Hatfield concert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "event_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "event_date": "2019-03-06", - "event_location": "740 Water Street Southwest, Washington, District of Columbia 20024, United States", - "event_name": "Juliana Hatfield concert", - "event_time": "17:00" - }, - { - "event_date": "2019-03-06", - "event_location": "2801 Summit Street", - "event_name": "Property viewing", - "event_time": "11:30" - } - ], - "slots": [ - { - "exclusive_end": 52, - "slot": "event_name", - "start": 28 - }, - { - "exclusive_end": 24, - "slot": "event_time", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes there is one at 5 pm at Juliana Hatfield concert" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 6th" - ], - "event_name": [ - "Juliana Hatfield concert" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok. Let me see when I am available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:30" - ], - "slot": "available_end_time", - "values": [ - "11:30 am" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "available_end_time": "11:30", - "available_start_time": "08:00", - "event_date": "2019-03-06" - }, - { - "available_end_time": "12:30", - "available_start_time": "12:00", - "event_date": "2019-03-06" - }, - { - "available_end_time": "13:30", - "available_start_time": "13:00", - "event_date": "2019-03-06" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "available_start_time", - "start": 39 - }, - { - "exclusive_end": 55, - "slot": "available_end_time", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You are available on 3 slots, one from 8 am to 11:30 am" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 6th" - ], - "event_name": [ - "Juliana Hatfield concert" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Fine.Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Any more help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 6th" - ], - "event_name": [ - "Juliana Hatfield concert" - ], - "event_time": [ - "5 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day" - } - ] - }, - { - "dialogue_id": "38_00098", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "event_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 65, - "slot": "event_date", - "start": 52 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "next Thursday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm kind of curious about what's on my calendar for next Thursday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Property viewing" - ], - "slot": "event_name", - "values": [ - "Property viewing" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "event_time", - "values": [ - "12 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-07" - } - }, - "service_results": [ - { - "event_date": "2019-03-07", - "event_location": "2020 Kathleen Drive", - "event_name": "Property viewing", - "event_time": "12:00" - } - ], - "slots": [ - { - "exclusive_end": 36, - "slot": "event_name", - "start": 20 - }, - { - "exclusive_end": 63, - "slot": "event_time", - "start": 58 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your calendar has a Property viewing event that starts at 12 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "event_date", - "values": [ - "10th of March" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "event_date", - "start": 40 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there anything else on there for the 10th of March?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Reservation for 2 people at Acquolina" - ], - "slot": "event_name", - "values": [ - "Reservation for 2 people at Acquolina" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "event_time", - "values": [ - "6 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [ - { - "event_date": "2019-03-10", - "event_location": "1600 Stockton Street", - "event_name": "Reservation for 2 people at Acquolina", - "event_time": "18:00" - } - ], - "slots": [ - { - "exclusive_end": 53, - "slot": "event_name", - "start": 16 - }, - { - "exclusive_end": 61, - "slot": "event_time", - "start": 57 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You also have a Reservation for 2 people at Acquolina at 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of March" - ], - "event_name": [ - "Reservation for 2 people at Acquolina" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay. Tell me what times I have available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-10" - ], - "slot": "event_date", - "values": [ - "March 10th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "available_start_time", - "values": [ - "12 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "available_end_time", - "values": [ - "6 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [ - { - "available_end_time": "18:00", - "available_start_time": "12:00", - "event_date": "2019-03-10" - } - ], - "slots": [ - { - "exclusive_end": 14, - "slot": "event_date", - "start": 4 - }, - { - "exclusive_end": 47, - "slot": "available_start_time", - "start": 42 - }, - { - "exclusive_end": 55, - "slot": "available_end_time", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "For March 10th, you have empty slots from 12 pm to 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of March", - "March 10th" - ], - "event_name": [ - "Reservation for 2 people at Acquolina" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright, cool. That sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of March", - "March 10th" - ], - "event_name": [ - "Reservation for 2 people at Acquolina" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thanks for all of your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one!" - } - ] - }, - { - "dialogue_id": "38_00099", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to search for an event." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which day would you like?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "9th of March" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "event_date", - "start": 12 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The date is 9th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Buddy Guy concert" - ], - "slot": "event_name", - "values": [ - "Buddy Guy concert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "event_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "235 West 46th Street", - "event_name": "Buddy Guy concert", - "event_time": "17:00" - }, - { - "event_date": "2019-03-09", - "event_location": "2221", - "event_name": "Movie show", - "event_time": "19:00" - } - ], - "slots": [ - { - "exclusive_end": 17, - "slot": "event_name", - "start": 0 - }, - { - "exclusive_end": 40, - "slot": "event_time", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Buddy Guy concert is going to start 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do I have any other events scheduled?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie show" - ], - "slot": "event_name", - "values": [ - "Movie show" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:00" - ], - "slot": "event_time", - "values": [ - "7 pm" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "event_name", - "start": 9 - }, - { - "exclusive_end": 36, - "slot": "event_time", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have Movie show starting at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do I have other events scheduled?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You don't have any other event for that day. Can I assist you further?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "event_date", - "values": [ - "March 4th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "event_date", - "start": 24 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What event do I have on March 4th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dermatologist appointment with Bernard Recht, Ph.D., M.D." - ], - "slot": "event_name", - "values": [ - "Dermatologist appointment with Bernard Recht, Ph.D., M.D." - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:30" - ], - "slot": "event_time", - "values": [ - "10:30 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-04" - } - }, - "service_results": [ - { - "event_date": "2019-03-04", - "event_location": "603 South Knickerbocker Drive", - "event_name": "Dermatologist appointment with Bernard Recht, Ph.D., M.D.", - "event_time": "10:30" - }, - { - "event_date": "2019-03-04", - "event_location": "5614 Bay Street Suite 220", - "event_name": "Movie booking for Little", - "event_time": "23:00" - }, - { - "event_date": "2019-03-04", - "event_location": "2901 East Hastings Street", - "event_name": "Smokey Robinson concert", - "event_time": "19:00" - } - ], - "slots": [ - { - "exclusive_end": 68, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 80, - "slot": "event_time", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Dermatologist appointment with Bernard Recht, Ph.D., M.D. at 10:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 4th" - ], - "event_name": [ - "Dermatologist appointment with Bernard Recht, Ph.D., M.D." - ], - "event_time": [ - "10:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good, Show me when I am available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:30" - ], - "slot": "available_end_time", - "values": [ - "10:30 am" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-04" - } - }, - "service_results": [ - { - "available_end_time": "10:30", - "available_start_time": "08:00", - "event_date": "2019-03-04" - }, - { - "available_end_time": "11:30", - "available_start_time": "11:00", - "event_date": "2019-03-04" - }, - { - "available_end_time": "12:30", - "available_start_time": "12:00", - "event_date": "2019-03-04" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "available_start_time", - "start": 45 - }, - { - "exclusive_end": 61, - "slot": "available_end_time", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 3 empty slots on your calendar from 8 am to 10:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 4th" - ], - "event_name": [ - "Dermatologist appointment with Bernard Recht, Ph.D., M.D." - ], - "event_time": [ - "10:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "38_00100", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "the 6th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "event_date", - "start": 39 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to check my events calendar for the 6th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Appointment with Darnell Jr Robert" - ], - "slot": "event_name", - "values": [ - "Appointment with Darnell Jr Robert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "event_time", - "values": [ - "12:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "event_date": "2019-03-06", - "event_location": "20632 Redwood Road # A", - "event_name": "Appointment with Darnell Jr Robert", - "event_time": "12:30" - } - ], - "slots": [ - { - "exclusive_end": 46, - "slot": "event_name", - "start": 12 - }, - { - "exclusive_end": 58, - "slot": "event_time", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have an Appointment with Darnell Jr Robert at 12:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 6th" - ], - "event_name": [ - "Appointment with Darnell Jr Robert" - ], - "event_time": [ - "12:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Good! When am I available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:30" - ], - "slot": "available_start_time", - "values": [ - "1:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "24:00" - ], - "slot": "available_end_time", - "values": [ - "midnight" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "available_end_time": "24:00", - "available_start_time": "13:30", - "event_date": "2019-03-06" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "event_date", - "start": 20 - }, - { - "exclusive_end": 75, - "slot": "available_start_time", - "start": 68 - }, - { - "exclusive_end": 87, - "slot": "available_end_time", - "start": 79 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your appointment is next Wednesday, but you have an empty slot from 1:30 pm to midnight." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "next Wednesday", - "the 6th" - ], - "event_name": [ - "Appointment with Darnell Jr Robert" - ], - "event_time": [ - "12:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great! That's all I need. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your welcome. Have a nice day." - } - ] - }, - { - "dialogue_id": "38_00101", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "12th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "event_date", - "start": 48 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What do I have scheduled on my calendar for the 12th of March?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Restaurant reservation for 3 at Nick's Rockaway" - ], - "slot": "event_name", - "values": [ - "Restaurant reservation for 3 at Nick's Rockaway" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:00" - ], - "slot": "event_time", - "values": [ - "11 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "event_date": "2019-03-12", - "event_location": "100 Rockaway Beach Avenue", - "event_name": "Restaurant reservation for 3 at Nick's Rockaway", - "event_time": "11:00" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "event_name", - "start": 26 - }, - { - "exclusive_end": 82, - "slot": "event_time", - "start": 77 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I can see that you have a Restaurant reservation for 3 at Nick's Rockaway at 11 am on that day." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of March" - ], - "event_name": [ - "Restaurant reservation for 3 at Nick's Rockaway" - ], - "event_time": [ - "11 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, can you tell me what times I am available that day?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "March 12th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:00" - ], - "slot": "available_end_time", - "values": [ - "11 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "available_end_time": "11:00", - "available_start_time": "08:00", - "event_date": "2019-03-12" - } - ], - "slots": [ - { - "exclusive_end": 13, - "slot": "event_date", - "start": 3 - }, - { - "exclusive_end": 73, - "slot": "available_start_time", - "start": 69 - }, - { - "exclusive_end": 83, - "slot": "available_end_time", - "start": 78 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On March 12th it looks like you have an opening between the hours of 8 am and 11 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Restaurant reservation for 3 at Nick's Rockaway" - ], - "event_time": [ - "11 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, that sounds good. That is all I needed for today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "38_00102", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I forgot the events need to attend . will you check the events on my calendar?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Tell me which date i need to check?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "event_date", - "values": [ - "11th of this month" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "event_date", - "start": 12 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "11th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "the date is 11th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Appointment with Val Mark Dental Studio" - ], - "slot": "event_name", - "values": [ - "Appointment with Val Mark Dental Studio" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "event_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-11" - } - }, - "service_results": [ - { - "event_date": "2019-03-11", - "event_location": "689 East Remington Drive", - "event_name": "Appointment with Val Mark Dental Studio", - "event_time": "17:00" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "event_name", - "start": 22 - }, - { - "exclusive_end": 90, - "slot": "event_time", - "start": 86 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "on that date you have Appointment with Val Mark Dental Studio and the event starts at 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "March 9th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 83, - "slot": "event_date", - "start": 74 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Whether any other events scheduled, actually is need to find for the date March 9th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Stylist appointment at Opus Arcade" - ], - "slot": "event_name", - "values": [ - "Stylist appointment at Opus Arcade" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "event_time", - "values": [ - "12:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "460 Cambridge Avenue", - "event_name": "Stylist appointment at Opus Arcade", - "event_time": "12:30" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "event_name", - "start": 22 - }, - { - "exclusive_end": 88, - "slot": "event_time", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "on MArch 9th you have Stylist appointment at Opus Arcade and the event start at 12:30 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 9th" - ], - "event_name": [ - "Stylist appointment at Opus Arcade" - ], - "event_time": [ - "12:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Its great and its suits me. Will you find me when i am available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "March 9th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "available_start_time", - "values": [ - "5 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:30" - ], - "slot": "available_end_time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "available_end_time": "17:30", - "available_start_time": "17:00", - "event_date": "2019-03-09" - } - ], - "slots": [ - { - "exclusive_end": 35, - "slot": "event_date", - "start": 26 - }, - { - "exclusive_end": 76, - "slot": "available_start_time", - "start": 72 - }, - { - "exclusive_end": 96, - "slot": "available_end_time", - "start": 89 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The date for the event is March 9th and you have empty slot starting at 5 pm and ends at 5:30 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 9th" - ], - "event_name": [ - "Stylist appointment at Opus Arcade" - ], - "event_time": [ - "12:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok will you find any other available time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry you don't have any other available time? whether you need to find any other thing?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 9th" - ], - "event_name": [ - "Stylist appointment at Opus Arcade" - ], - "event_time": [ - "12:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No . thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "take care have a great day." - } - ] - }, - { - "dialogue_id": "38_00103", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "12th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "event_date", - "start": 30 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's on my calendar for the 12th of March?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Restaurant reservation at Blowfish Sushi" - ], - "slot": "event_name", - "values": [ - "restaurant reservation at Blowfish Sushi" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:30" - ], - "slot": "event_time", - "values": [ - "1:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "event_date": "2019-03-12", - "event_location": "355 Santana Row #1010", - "event_name": "Restaurant reservation at Blowfish Sushi", - "event_time": "13:30" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "event_name", - "start": 19 - }, - { - "exclusive_end": 18, - "slot": "event_time", - "start": 11 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a 1:30 pm restaurant reservation at Blowfish Sushi. Enjoy." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "event_date", - "values": [ - "the 5th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "event_date", - "start": 32 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 5th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do I have anything scheduled on the 5th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Baseball game" - ], - "slot": "event_name", - "values": [ - "baseball game" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:30" - ], - "slot": "event_time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-05" - } - }, - "service_results": [ - { - "event_date": "2019-03-05", - "event_location": "1 East 161 Street", - "event_name": "Baseball game", - "event_time": "17:30" - } - ], - "slots": [ - { - "exclusive_end": 29, - "slot": "event_name", - "start": 16 - }, - { - "exclusive_end": 40, - "slot": "event_time", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes. You have a baseball game at 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 5th" - ], - "event_name": [ - "baseball game" - ], - "event_time": [ - "5:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok great. When am I free?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-05" - ], - "slot": "event_date", - "values": [ - "Next Tuesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:30" - ], - "slot": "available_start_time", - "values": [ - "2:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:00" - ], - "slot": "available_end_time", - "values": [ - "3 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-05" - } - }, - "service_results": [ - { - "available_end_time": "15:00", - "available_start_time": "14:30", - "event_date": "2019-03-05" - } - ], - "slots": [ - { - "exclusive_end": 12, - "slot": "event_date", - "start": 0 - }, - { - "exclusive_end": 47, - "slot": "available_start_time", - "start": 40 - }, - { - "exclusive_end": 55, - "slot": "available_end_time", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Next Tuesday, you have a free slot from 2:30 pm to 3 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Next Tuesday", - "the 5th" - ], - "event_name": [ - "baseball game" - ], - "event_time": [ - "5:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. That's all for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one." - } - ] - }, - { - "dialogue_id": "38_00104", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Let me check my calendar/" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For which date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "12th of this month" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "event_date", - "start": 4 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The 12th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Thee Oh Sees concert" - ], - "slot": "event_name", - "values": [ - "Thee Oh Sees concert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:30" - ], - "slot": "event_time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "event_date": "2019-03-12", - "event_location": "261 Driggs Avenue, Brooklyn", - "event_name": "Thee Oh Sees concert", - "event_time": "19:30" - } - ], - "slots": [ - { - "exclusive_end": 38, - "slot": "event_name", - "start": 18 - }, - { - "exclusive_end": 49, - "slot": "event_time", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You're going to a Thee Oh Sees concert at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of this month" - ], - "event_name": [ - "Thee Oh Sees concert" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else I can help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of this month" - ], - "event_name": [ - "Thee Oh Sees concert" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Show my available slots." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "March 12th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:00" - ], - "slot": "available_start_time", - "values": [ - "11 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:30" - ], - "slot": "available_end_time", - "values": [ - "11:30 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "available_end_time": "11:30", - "available_start_time": "11:00", - "event_date": "2019-03-12" - } - ], - "slots": [ - { - "exclusive_end": 14, - "slot": "event_date", - "start": 4 - }, - { - "exclusive_end": 48, - "slot": "available_start_time", - "start": 43 - }, - { - "exclusive_end": 60, - "slot": "available_end_time", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "For March 12th you have an empty slot from 11 am to 11:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of this month", - "March 12th" - ], - "event_name": [ - "Thee Oh Sees concert" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "38_00105", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me what's on my calendar?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course. What day?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "event_date", - "values": [ - "7th of this month" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "event_date", - "start": 29 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "7th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What events do I have on the 7th of this month?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie show" - ], - "slot": "event_name", - "values": [ - "movie show" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "23:00" - ], - "slot": "event_time", - "values": [ - "11 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-07" - } - }, - "service_results": [ - { - "event_date": "2019-03-07", - "event_location": "5614 Bay Street Suite 220", - "event_name": "Movie show", - "event_time": "23:00" - } - ], - "slots": [ - { - "exclusive_end": 21, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 30, - "slot": "event_time", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a movie show at 11 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "7th of this month" - ], - "event_name": [ - "movie show" - ], - "event_time": [ - "11 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok. When am I free next?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-07" - ], - "slot": "event_date", - "values": [ - "Next Thursday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "available_end_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-07" - } - }, - "service_results": [ - { - "available_end_time": "17:00", - "available_start_time": "08:00", - "event_date": "2019-03-07" - } - ], - "slots": [ - { - "exclusive_end": 13, - "slot": "event_date", - "start": 0 - }, - { - "exclusive_end": 62, - "slot": "available_start_time", - "start": 58 - }, - { - "exclusive_end": 70, - "slot": "available_end_time", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Next Thursday, you have a free slot on your calendar from 8 am to 5 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "7th of this month", - "Next Thursday" - ], - "event_name": [ - "movie show" - ], - "event_time": [ - "11 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "7th of this month", - "Next Thursday" - ], - "event_name": [ - "movie show" - ], - "event_time": [ - "11 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. Not now" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one." - } - ] - }, - { - "dialogue_id": "38_00106", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you get my calendar for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "what date should I start on?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "event_date", - "values": [ - "March 4th" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "event_date", - "start": 10 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's see March 4th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie show" - ], - "slot": "event_name", - "values": [ - "Movie show" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "20:30" - ], - "slot": "event_time", - "values": [ - "8:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-04" - } - }, - "service_results": [ - { - "event_date": "2019-03-04", - "event_location": "200 C Street", - "event_name": "Movie show", - "event_time": "20:30" - } - ], - "slots": [ - { - "exclusive_end": 17, - "slot": "event_name", - "start": 7 - }, - { - "exclusive_end": 37, - "slot": "event_time", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I see: Movie show starting at 8:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "March 9th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "event_date", - "start": 18 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What do I have on March 9th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Stylist appointment" - ], - "slot": "event_name", - "values": [ - "stylist appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:00" - ], - "slot": "event_time", - "values": [ - "10 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "945 El Camino Real", - "event_name": "Stylist appointment", - "event_time": "10:00" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "event_name", - "start": 15 - }, - { - "exclusive_end": 50, - "slot": "event_time", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You'll go to a stylist appointment. It is at 10 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 9th" - ], - "event_name": [ - "stylist appointment" - ], - "event_time": [ - "10 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, when do I have open?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "March 9th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:30" - ], - "slot": "available_start_time", - "values": [ - "10:30 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:30" - ], - "slot": "available_end_time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "available_end_time": "19:30", - "available_start_time": "10:30", - "event_date": "2019-03-09" - } - ], - "slots": [ - { - "exclusive_end": 90, - "slot": "event_date", - "start": 81 - }, - { - "exclusive_end": 52, - "slot": "available_start_time", - "start": 44 - }, - { - "exclusive_end": 67, - "slot": "available_end_time", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have 1 empty slot. It's a long one from 10:30 am. until 7:30 pm. This is for March 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 9th" - ], - "event_name": [ - "stylist appointment" - ], - "event_time": [ - "10 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. I got it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good time." - } - ] - }, - { - "dialogue_id": "38_00107", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "event_date", - "values": [ - "Saturday this week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "event_date", - "start": 29 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Saturday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you check on my calendar Saturday this week?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie booking for Shazam!" - ], - "slot": "event_name", - "values": [ - "Movie booking for Shazam!" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:00" - ], - "slot": "event_time", - "values": [ - "4 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-02" - } - }, - "service_results": [ - { - "event_date": "2019-03-02", - "event_location": "2490 First Street", - "event_name": "Movie booking for Shazam!", - "event_time": "16:00" - } - ], - "slots": [ - { - "exclusive_end": 36, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 53, - "slot": "event_time", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Movie booking for Shazam! starting at 4 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Saturday this week" - ], - "event_name": [ - "Movie booking for Shazam!" - ], - "event_time": [ - "4 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Saturday this week" - ], - "event_name": [ - "Movie booking for Shazam!" - ], - "event_time": [ - "4 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Show me when I am available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-02" - ], - "slot": "event_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:00" - ], - "slot": "available_start_time", - "values": [ - "3 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:00" - ], - "slot": "available_end_time", - "values": [ - "4 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-02" - } - }, - "service_results": [ - { - "available_end_time": "16:00", - "available_start_time": "15:00", - "event_date": "2019-03-02" - } - ], - "slots": [ - { - "exclusive_end": 31, - "slot": "event_date", - "start": 23 - }, - { - "exclusive_end": 41, - "slot": "available_start_time", - "start": 37 - }, - { - "exclusive_end": 49, - "slot": "available_end_time", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have an empty slot tomorrow from 3 pm to 4 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Saturday this week", - "tomorrow" - ], - "event_name": [ - "Movie booking for Shazam!" - ], - "event_time": [ - "4 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok thank you for checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Saturday this week", - "tomorrow" - ], - "event_name": [ - "Movie booking for Shazam!" - ], - "event_time": [ - "4 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "38_00108", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you check for any events I might have on my calendar?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date are you looking for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "event_date", - "values": [ - "1st of March" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 12, - "slot": "event_date", - "start": 0 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "1st of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "1st of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie booking for Hotel Mumbai" - ], - "slot": "event_name", - "values": [ - "Movie booking for Hotel Mumbai" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "21:00" - ], - "slot": "event_time", - "values": [ - "9 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-01" - } - }, - "service_results": [ - { - "event_date": "2019-03-01", - "event_location": "3111 Mission College Boulevard", - "event_name": "Movie booking for Hotel Mumbai", - "event_time": "21:00" - } - ], - "slots": [ - { - "exclusive_end": 41, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 49, - "slot": "event_time", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Movie booking for Hotel Mumbai at 9 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "event_date", - "values": [ - "14th of this month" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "event_date", - "start": 15 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "14th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What about the 14th of this month?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Baseball game" - ], - "slot": "event_name", - "values": [ - "Baseball game" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:00" - ], - "slot": "event_time", - "values": [ - "7 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-14" - } - }, - "service_results": [ - { - "event_date": "2019-03-14", - "event_location": "2000 East Gene Autry Way", - "event_name": "Baseball game", - "event_time": "19:00" - } - ], - "slots": [ - { - "exclusive_end": 24, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 41, - "slot": "event_time", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have 1 Baseball game starting at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "14th of this month" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "7 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. Can you show me any open dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-14" - ], - "slot": "event_date", - "values": [ - "March 14th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:00" - ], - "slot": "available_start_time", - "values": [ - "4 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:00" - ], - "slot": "available_end_time", - "values": [ - "7 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-14" - } - }, - "service_results": [ - { - "available_end_time": "19:00", - "available_start_time": "16:00", - "event_date": "2019-03-14" - } - ], - "slots": [ - { - "exclusive_end": 54, - "slot": "event_date", - "start": 44 - }, - { - "exclusive_end": 32, - "slot": "available_start_time", - "start": 28 - }, - { - "exclusive_end": 40, - "slot": "available_end_time", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have an empty slot from 4 pm to 7 pm on March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "7 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can do for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "14th of this month", - "March 14th" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "7 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "38_00109", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to look at my calendar." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "9th of March" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "event_date", - "start": 4 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The 9th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie at Contra Costa Stadium Cinemas" - ], - "slot": "event_name", - "values": [ - "Movie at Contra Costa Stadium Cinemas" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:00" - ], - "slot": "event_time", - "values": [ - "10 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "555 Center Avenue", - "event_name": "Movie at Contra Costa Stadium Cinemas", - "event_time": "22:00" - }, - { - "event_date": "2019-03-09", - "event_location": "766 1st Street", - "event_name": "Viewing at Mission Park", - "event_time": "10:30" - } - ], - "slots": [ - { - "exclusive_end": 95, - "slot": "event_name", - "start": 58 - }, - { - "exclusive_end": 104, - "slot": "event_time", - "start": 99 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have 2 events scheduled on that day. One of them is a Movie at Contra Costa Stadium Cinemas at 10 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of March" - ], - "event_name": [ - "Movie at Contra Costa Stadium Cinemas" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of March" - ], - "event_name": [ - "Movie at Contra Costa Stadium Cinemas" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "When am I available on that day?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:30" - ], - "slot": "available_end_time", - "values": [ - "10:30 am" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "available_end_time": "10:30", - "available_start_time": "08:00", - "event_date": "2019-03-09" - }, - { - "available_end_time": "22:00", - "available_start_time": "11:00", - "event_date": "2019-03-09" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "available_start_time", - "start": 53 - }, - { - "exclusive_end": 69, - "slot": "available_end_time", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have 2 open slots available, one of them is from 8 am to 10:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of March" - ], - "event_name": [ - "Movie at Contra Costa Stadium Cinemas" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do I have another opening?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11:00" - ], - "slot": "available_start_time", - "values": [ - "11 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:00" - ], - "slot": "available_end_time", - "values": [ - "10 pm" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 15, - "slot": "available_start_time", - "start": 10 - }, - { - "exclusive_end": 24, - "slot": "available_end_time", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, from 11 am to 10 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of March" - ], - "event_name": [ - "Movie at Contra Costa Stadium Cinemas" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. That's all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "38_00110", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "event_date", - "values": [ - "March 3rd" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 92, - "slot": "event_date", - "start": 83 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 3rd" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to look at the events on my calendar. The date I want to check events on is March 3rd." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Restaurant reservation at Venticellos Ristorante Italiano" - ], - "slot": "event_name", - "values": [ - "Restaurant reservation at Venticellos Ristorante Italiano" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "event_time", - "values": [ - "12:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-03" - } - }, - "service_results": [ - { - "event_date": "2019-03-03", - "event_location": "911 1st Street", - "event_name": "Restaurant reservation at Venticellos Ristorante Italiano", - "event_time": "12:30" - } - ], - "slots": [ - { - "exclusive_end": 92, - "slot": "event_name", - "start": 35 - }, - { - "exclusive_end": 104, - "slot": "event_time", - "start": 96 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On March 3rd, you have scheduled a Restaurant reservation at Venticellos Ristorante Italiano at 12:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "event_date", - "values": [ - "10th of this month" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "event_date", - "start": 25 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What about events on the 10th of this month?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Appointment with Dr Ashmita Shetty" - ], - "slot": "event_name", - "values": [ - "Appointment with Dr Ashmita Shetty" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:00" - ], - "slot": "event_time", - "values": [ - "10 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [ - { - "event_date": "2019-03-10", - "event_location": "2664 Berryessa Road #104", - "event_name": "Appointment with Dr Ashmita Shetty", - "event_time": "10:00" - } - ], - "slots": [ - { - "exclusive_end": 81, - "slot": "event_name", - "start": 47 - }, - { - "exclusive_end": 90, - "slot": "event_time", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Concerning the 10th of this month, there is an Appointment with Dr Ashmita Shetty at 10 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month" - ], - "event_name": [ - "Appointment with Dr Ashmita Shetty" - ], - "event_time": [ - "10 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh I almost forgot about that. That sounds good to me. Thanks for the reminder." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month" - ], - "event_name": [ - "Appointment with Dr Ashmita Shetty" - ], - "event_time": [ - "10 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me when I do not have anything booked or planned?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-10" - ], - "slot": "event_date", - "values": [ - "March 10th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:00" - ], - "slot": "available_end_time", - "values": [ - "10 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [ - { - "available_end_time": "10:00", - "available_start_time": "08:00", - "event_date": "2019-03-10" - } - ], - "slots": [ - { - "exclusive_end": 13, - "slot": "event_date", - "start": 3 - }, - { - "exclusive_end": 57, - "slot": "available_start_time", - "start": 53 - }, - { - "exclusive_end": 66, - "slot": "available_end_time", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On March 10th, you have an empty slot that goes from 8 am to 10 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month", - "March 10th" - ], - "event_name": [ - "Appointment with Dr Ashmita Shetty" - ], - "event_time": [ - "10 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "So there's about 2 hours of empty time slots. That sounds fine to me. Thanks. That's all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anytime. Have a good evening." - } - ] - }, - { - "dialogue_id": "38_00111", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you check my calendar for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date should I check?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "event_date", - "values": [ - "March 14th" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 10, - "slot": "event_date", - "start": 0 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "March 14th please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dentist appointment" - ], - "slot": "event_name", - "values": [ - "Dentist Appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:00" - ], - "slot": "event_time", - "values": [ - "10 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-14" - } - }, - "service_results": [ - { - "event_date": "2019-03-14", - "event_location": "1057 El Monte Avenue", - "event_name": "Dentist appointment", - "event_time": "10:00" - }, - { - "event_date": "2019-03-14", - "event_location": "2401 Keith Street", - "event_name": "General Practitioner appointment with Rybold Daniel MD", - "event_time": "12:00" - }, - { - "event_date": "2019-03-14", - "event_location": "2367 Shattuck Avenue", - "event_name": "Phutureprimitive concert", - "event_time": "17:00" - } - ], - "slots": [ - { - "exclusive_end": 30, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 39, - "slot": "event_time", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Dentist Appointment at 10 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "event_date", - "values": [ - "March 2nd" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "event_date", - "start": 14 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 2nd" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you check March 2nd?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Football Game: Raiders Vs Titans" - ], - "slot": "event_name", - "values": [ - "Football Game: Raiders vs Titans" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:30" - ], - "slot": "event_time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-02" - } - }, - "service_results": [ - { - "event_date": "2019-03-02", - "event_location": "7000 Coliseum Way", - "event_name": "Football Game: Raiders Vs Titans", - "event_time": "19:30" - }, - { - "event_date": "2019-03-02", - "event_location": "15555 East 14th Street", - "event_name": "Movie show", - "event_time": "22:30" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 54, - "slot": "event_time", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Football Game: Raiders vs Titans at 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 2nd" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Anything else on that date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie show" - ], - "slot": "event_name", - "values": [ - "Movie show" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:30" - ], - "slot": "event_time", - "values": [ - "10:30 pm" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 33, - "slot": "event_time", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Movie show at 10:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 2nd" - ], - "event_name": [ - "Movie show" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, when do I have free time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:30" - ], - "slot": "available_end_time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-02" - } - }, - "service_results": [ - { - "available_end_time": "19:30", - "available_start_time": "08:00", - "event_date": "2019-03-02" - } - ], - "slots": [ - { - "exclusive_end": 21, - "slot": "available_start_time", - "start": 17 - }, - { - "exclusive_end": 32, - "slot": "available_end_time", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You're free from 8 am to 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 2nd" - ], - "event_name": [ - "Movie show" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay thanks for that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help further?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 2nd" - ], - "event_name": [ - "Movie show" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00112", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "i must check how my calendar is looking-especially upcoming events" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "can you tell me what month or date i can look up for you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "9th of march" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "event_date", - "start": 37 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of march" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes please checkout this date for me 9th of march" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dentist appointment" - ], - "slot": "event_name", - "values": [ - "Dentist Appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:00" - ], - "slot": "event_time", - "values": [ - "10 am" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "1144 Sonoma Ave # 118", - "event_name": "Dentist appointment", - "event_time": "10:00" - }, - { - "event_date": "2019-03-09", - "event_location": "2500 Milvia Street", - "event_name": "Doctor appointment", - "event_time": "11:30" - }, - { - "event_date": "2019-03-09", - "event_location": "601 Van Ness Avenue", - "event_name": "Movie at Landmark's Opera Plaza Cinema", - "event_time": "19:30" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "event_name", - "start": 43 - }, - { - "exclusive_end": 90, - "slot": "event_time", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "ok ive found 3 events on calendar-includes Dentist Appointment which is booked for a 10 am start" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of march" - ], - "event_name": [ - "Dentist Appointment" - ], - "event_time": [ - "10 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "seems ok what slot times do i have before then-" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:00" - ], - "slot": "available_end_time", - "values": [ - "10 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "available_end_time": "10:00", - "available_start_time": "08:00", - "event_date": "2019-03-09" - } - ], - "slots": [ - { - "exclusive_end": 22, - "slot": "available_start_time", - "start": 18 - }, - { - "exclusive_end": 31, - "slot": "available_end_time", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "you are free from 8 am to 10 am how is that" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "9th of march" - ], - "event_name": [ - "Dentist Appointment" - ], - "event_time": [ - "10 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "great this will allow me time to do what i need too before the Dentist" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "please ensure you have a safe and good day" - } - ] - }, - { - "dialogue_id": "38_00113", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to check my calendar for events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What's the date you want to know?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "event_date", - "values": [ - "the 11th" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "event_date", - "start": 3 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 11th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On the 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Apartment viewing at Windsor Ridge" - ], - "slot": "event_name", - "values": [ - "Apartment viewing at Windsor Ridge" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "event_time", - "values": [ - "12:30 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-11" - } - }, - "service_results": [ - { - "event_date": "2019-03-11", - "event_location": "825 East Evelyn Avenue", - "event_name": "Apartment viewing at Windsor Ridge", - "event_time": "12:30" - }, - { - "event_date": "2019-03-11", - "event_location": "21267 Stevens Creek Boulevard #200", - "event_name": "Reservation at A Plus Cafe", - "event_time": "17:00" - } - ], - "slots": [ - { - "exclusive_end": 80, - "slot": "event_name", - "start": 46 - }, - { - "exclusive_end": 93, - "slot": "event_time", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 2 events scheduled on you calendar. Apartment viewing at Windsor Ridge for 12:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 11th" - ], - "event_name": [ - "Apartment viewing at Windsor Ridge" - ], - "event_time": [ - "12:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. When will I be available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "available_end_time", - "values": [ - "12:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-11" - } - }, - "service_results": [ - { - "available_end_time": "12:30", - "available_start_time": "08:00", - "event_date": "2019-03-11" - }, - { - "available_end_time": "17:00", - "available_start_time": "13:00", - "event_date": "2019-03-11" - }, - { - "available_end_time": "24:00", - "available_start_time": "18:30", - "event_date": "2019-03-11" - } - ], - "slots": [ - { - "exclusive_end": 29, - "slot": "available_start_time", - "start": 25 - }, - { - "exclusive_end": 41, - "slot": "available_end_time", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's a slot open from 8 am to 12:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 11th" - ], - "event_name": [ - "Apartment viewing at Windsor Ridge" - ], - "event_time": [ - "12:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other available times?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "13:00" - ], - "slot": "available_start_time", - "values": [ - "1 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "available_end_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 4, - "slot": "available_start_time", - "start": 0 - }, - { - "exclusive_end": 12, - "slot": "available_end_time", - "start": 8 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "1 pm to 5 pm are available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 11th" - ], - "event_name": [ - "Apartment viewing at Windsor Ridge" - ], - "event_time": [ - "12:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Any other times available besides that?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "18:30" - ], - "slot": "available_start_time", - "values": [ - "6:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "24:00" - ], - "slot": "available_end_time", - "values": [ - "12 pm" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "available_start_time", - "start": 18 - }, - { - "exclusive_end": 34, - "slot": "available_end_time", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You are available 6:30 pm to 12 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 11th" - ], - "event_name": [ - "Apartment viewing at Windsor Ridge" - ], - "event_time": [ - "12:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good and all I'll need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "38_00114", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "event_date", - "values": [ - "Friday next week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 59, - "slot": "event_date", - "start": 43 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "Friday next week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to check my calendar for events for Friday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Appointment at Great Clips" - ], - "slot": "event_name", - "values": [ - "Appointment at Great Clips" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:00" - ], - "slot": "event_time", - "values": [ - "3 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-08" - } - }, - "service_results": [ - { - "event_date": "2019-03-08", - "event_location": "360 Rohnert Park Expressway W", - "event_name": "Appointment at Great Clips", - "event_time": "15:00" - }, - { - "event_date": "2019-03-08", - "event_location": "1200 Central Boulevard suite d", - "event_name": "Dermatologist appointment with Andrew Ness, MD", - "event_time": "13:30" - }, - { - "event_date": "2019-03-08", - "event_location": "715 El Camino Real", - "event_name": "Table for 6 at Estampas Peruanas Restaurant", - "event_time": "11:00" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "event_name", - "start": 30 - }, - { - "exclusive_end": 64, - "slot": "event_time", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Friday next week, you have an Appointment at Great Clips at 3 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "the 9th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "event_date", - "start": 35 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Do I have any events scheduled for the 9th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Hairdresser appointment" - ], - "slot": "event_name", - "values": [ - "Hairdresser appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:00" - ], - "slot": "event_time", - "values": [ - "3 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "3342 Lakeshore Avenue", - "event_name": "Hairdresser appointment", - "event_time": "15:00" - }, - { - "event_date": "2019-03-09", - "event_location": "5500 Campanile Drive", - "event_name": "Lizzo concert", - "event_time": "19:30" - }, - { - "event_date": "2019-03-09", - "event_location": "555 Center Avenue", - "event_name": "Movie at Contra Costa Stadium Cinemas", - "event_time": "22:00" - } - ], - "slots": [ - { - "exclusive_end": 73, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 81, - "slot": "event_time", - "start": 77 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have 3 events scheduled that day, including a Hairdresser appointment at 3 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 9th" - ], - "event_name": [ - "Hairdresser appointment" - ], - "event_time": [ - "3 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect. Tell me when I am available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "15:00" - ], - "slot": "available_end_time", - "values": [ - "3 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "available_end_time": "15:00", - "available_start_time": "08:00", - "event_date": "2019-03-09" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "available_start_time", - "start": 23 - }, - { - "exclusive_end": 35, - "slot": "available_end_time", - "start": 31 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You are available from 8 am to 3 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 9th" - ], - "event_name": [ - "Hairdresser appointment" - ], - "event_time": [ - "3 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great rest of your day!" - } - ] - }, - { - "dialogue_id": "38_00115", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to check my calendar events." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Are you interested in a particular date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "event_date", - "values": [ - "the 14th" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "event_date", - "start": 13 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please check the 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Soccer Game: Sounders Vs United" - ], - "slot": "event_name", - "values": [ - "Soccer Game: Sounders Vs United" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:00" - ], - "slot": "event_time", - "values": [ - "7 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-14" - } - }, - "service_results": [ - { - "event_date": "2019-03-14", - "event_location": "800 Occidental Avenue South", - "event_name": "Soccer Game: Sounders Vs United", - "event_time": "19:00" - } - ], - "slots": [ - { - "exclusive_end": 82, - "slot": "event_name", - "start": 51 - }, - { - "exclusive_end": 90, - "slot": "event_time", - "start": 86 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 event scheduled on that date. It is the Soccer Game: Sounders Vs United at 7 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 14th" - ], - "event_name": [ - "Soccer Game: Sounders Vs United" - ], - "event_time": [ - "7 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's great. Let me see when I'm free." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-14" - ], - "slot": "event_date", - "values": [ - "March 14th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "available_end_time", - "values": [ - "6 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-14" - } - }, - "service_results": [ - { - "available_end_time": "18:00", - "available_start_time": "08:00", - "event_date": "2019-03-14" - } - ], - "slots": [ - { - "exclusive_end": 13, - "slot": "event_date", - "start": 3 - }, - { - "exclusive_end": 49, - "slot": "available_start_time", - "start": 45 - }, - { - "exclusive_end": 60, - "slot": "available_end_time", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On March 14th, you have available space from 8 am until 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 14th", - "the 14th" - ], - "event_name": [ - "Soccer Game: Sounders Vs United" - ], - "event_time": [ - "7 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Awesome!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can assist you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 14th", - "the 14th" - ], - "event_name": [ - "Soccer Game: Sounders Vs United" - ], - "event_time": [ - "7 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "38_00116", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "i want to check my events on my calendar." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "which date did you want to know" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "march 12th" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "event_date", - "start": 30 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "march 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "i want to know about the date march 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dentist appointment with Gerald E. Dixon Scott E. Dixon" - ], - "slot": "event_name", - "values": [ - "dentist appointment with Gerald E. Dixon Scott E. Dixon" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "event_time", - "values": [ - "12 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "3" - ], - "slot": "count", - "values": [ - "3" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "event_date": "2019-03-12", - "event_location": "6800 Palm Avenue e", - "event_name": "Dentist appointment with Gerald E. Dixon Scott E. Dixon", - "event_time": "12:00" - }, - { - "event_date": "2019-03-12", - "event_location": "719 Colorado Avenue", - "event_name": "Stylist appointment at Urban Style Barber Shop", - "event_time": "18:30" - }, - { - "event_date": "2019-03-12", - "event_location": "1050 Benton Street", - "event_name": "Viewing at Park Central Apartments", - "event_time": "17:30" - } - ], - "slots": [ - { - "exclusive_end": 105, - "slot": "event_name", - "start": 50 - }, - { - "exclusive_end": 114, - "slot": "event_time", - "start": 109 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "you have 3 events scheduled on that day. you have dentist appointment with Gerald E. Dixon Scott E. Dixon at 12 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "march 12th" - ], - "event_name": [ - "dentist appointment with Gerald E. Dixon Scott E. Dixon" - ], - "event_time": [ - "12 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "it sounds good. show me when i am available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "available_end_time", - "values": [ - "12 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "4" - ], - "slot": "count", - "values": [ - "4" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "available_end_time": "12:00", - "available_start_time": "08:00", - "event_date": "2019-03-12" - }, - { - "available_end_time": "17:30", - "available_start_time": "13:00", - "event_date": "2019-03-12" - }, - { - "available_end_time": "18:30", - "available_start_time": "18:00", - "event_date": "2019-03-12" - }, - { - "available_end_time": "19:30", - "available_start_time": "19:00", - "event_date": "2019-03-12" - } - ], - "slots": [ - { - "exclusive_end": 33, - "slot": "available_start_time", - "start": 29 - }, - { - "exclusive_end": 42, - "slot": "available_end_time", - "start": 37 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "there are 4 empty slots from 8 am to 12 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "march 12th" - ], - "event_name": [ - "dentist appointment with Gerald E. Dixon Scott E. Dixon" - ], - "event_time": [ - "12 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "did i have any other available time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "13:00" - ], - "slot": "available_start_time", - "values": [ - "1 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:30" - ], - "slot": "available_end_time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "available_start_time", - "start": 35 - }, - { - "exclusive_end": 50, - "slot": "available_end_time", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "you have a another empty slot from 1 pm to 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "march 12th" - ], - "event_name": [ - "dentist appointment with Gerald E. Dixon Scott E. Dixon" - ], - "event_time": [ - "12 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "do i have any other available time?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "available_start_time", - "values": [ - "6 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:30" - ], - "slot": "available_end_time", - "values": [ - "6:30 pm" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 39, - "slot": "available_start_time", - "start": 35 - }, - { - "exclusive_end": 50, - "slot": "available_end_time", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "you have a another empty slot from 6 pm to 6:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "march 12th" - ], - "event_name": [ - "dentist appointment with Gerald E. Dixon Scott E. Dixon" - ], - "event_time": [ - "12 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "it sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "march 12th" - ], - "event_name": [ - "dentist appointment with Gerald E. Dixon Scott E. Dixon" - ], - "event_time": [ - "12 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "no thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "have a good day." - } - ] - }, - { - "dialogue_id": "38_00117", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "March 6th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 45, - "slot": "event_date", - "start": 36 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 6th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to check the events of March 6th on my calendar" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Table for 5 at Mcdonald's" - ], - "slot": "event_name", - "values": [ - "Table for 5 at Mcdonald's" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:30" - ], - "slot": "event_time", - "values": [ - "11:30 am" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "event_date": "2019-03-06", - "event_location": "1702 East Cotati Avenue", - "event_name": "Table for 5 at Mcdonald's", - "event_time": "11:30" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "event_name", - "start": 36 - }, - { - "exclusive_end": 73, - "slot": "event_time", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 1 events on the calendar: a Table for 5 at Mcdonald's at 11:30 am" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 6th" - ], - "event_name": [ - "Table for 5 at Mcdonald's" - ], - "event_time": [ - "11:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, It's perfect. Let me see when I'm available" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "Next Wednesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:00" - ], - "slot": "available_start_time", - "values": [ - "1 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:30" - ], - "slot": "available_end_time", - "values": [ - "10:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "available_end_time": "22:30", - "available_start_time": "13:00", - "event_date": "2019-03-06" - } - ], - "slots": [ - { - "exclusive_end": 14, - "slot": "event_date", - "start": 0 - }, - { - "exclusive_end": 51, - "slot": "available_start_time", - "start": 47 - }, - { - "exclusive_end": 74, - "slot": "available_end_time", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Next Wednesday you have an empty slot starting 1 pm and ending at 10:30 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 6th", - "Next Wednesday" - ], - "event_name": [ - "Table for 5 at Mcdonald's" - ], - "event_time": [ - "11:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, it sounds good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help you again?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 6th", - "Next Wednesday" - ], - "event_name": [ - "Table for 5 at Mcdonald's" - ], - "event_time": [ - "11:30 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, It's all thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day" - } - ] - }, - { - "dialogue_id": "38_00118", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to check if I have any upcoming appointments or events on my calender" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which date should I search for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "event_date", - "values": [ - "next friday" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "event_date", - "start": 23 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "next friday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want the details for next friday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Stylist appointment" - ], - "slot": "event_name", - "values": [ - "stylist appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:00" - ], - "slot": "event_time", - "values": [ - "10 am" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-08" - } - }, - "service_results": [ - { - "event_date": "2019-03-08", - "event_location": "6449 Thornton Avenue A", - "event_name": "Stylist appointment", - "event_time": "10:00" - } - ], - "slots": [ - { - "exclusive_end": 30, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 39, - "slot": "event_time", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have 1 stylist appointment at 10 am scheduled for that date on the calendar." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "next friday" - ], - "event_name": [ - "stylist appointment" - ], - "event_time": [ - "10 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds alright. Show me available slots on that day" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-08" - ], - "slot": "event_date", - "values": [ - "next friday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "10:00" - ], - "slot": "available_end_time", - "values": [ - "10 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-08" - } - }, - "service_results": [ - { - "available_end_time": "10:00", - "available_start_time": "08:00", - "event_date": "2019-03-08" - } - ], - "slots": [ - { - "exclusive_end": 53, - "slot": "event_date", - "start": 42 - }, - { - "exclusive_end": 32, - "slot": "available_start_time", - "start": 28 - }, - { - "exclusive_end": 41, - "slot": "available_end_time", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have an empty slot from 8 am to 10 am next friday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "next friday" - ], - "event_name": [ - "stylist appointment" - ], - "event_time": [ - "10 am" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds perfect. That is all I would be needing." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a fantastic day ahead." - } - ] - }, - { - "dialogue_id": "38_00119", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "It's going to be a very busy week! I want to check events on my calendar to make sure I am prepared." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which date were you particularly looking at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "event_date", - "values": [ - "10th of this month" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "event_date", - "start": 11 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I know the 10th of this month I have something going on." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dentist appointment with Dr. Prakash Advani" - ], - "slot": "event_name", - "values": [ - "dentist appointment with Dr. Prakash Advani" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:30" - ], - "slot": "event_time", - "values": [ - "1:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [ - { - "event_date": "2019-03-10", - "event_location": "860 East Remington Drive", - "event_name": "Dentist appointment with Dr. Prakash Advani", - "event_time": "13:30" - }, - { - "event_date": "2019-03-10", - "event_location": "474 24th Street", - "event_name": "Movie at The New Parkway Theater", - "event_time": "22:30" - } - ], - "slots": [ - { - "exclusive_end": 61, - "slot": "event_name", - "start": 18 - }, - { - "exclusive_end": 72, - "slot": "event_time", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, you have the dentist appointment with Dr. Prakash Advani at 1:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok. What other events do I have scheduled?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie at The New Parkway Theater" - ], - "slot": "event_name", - "values": [ - "movie at the new Parkway Theater" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:30" - ], - "slot": "event_time", - "values": [ - "10:30 pm" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 68, - "slot": "event_name", - "start": 36 - }, - { - "exclusive_end": 80, - "slot": "event_time", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Don't forget that you're watching a movie at the new Parkway Theater at 10:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok. Are there any other events I need to remember?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No, there are no other events scheduled for the 10th. Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "event_date", - "values": [ - "the 13th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "event_date", - "start": 48 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, could you tell me what I have scheduled on the 13th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "General Practitioner appointment" - ], - "slot": "event_name", - "values": [ - "general practitioner appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "16:30" - ], - "slot": "event_time", - "values": [ - "4:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-13" - } - }, - "service_results": [ - { - "event_date": "2019-03-13", - "event_location": "1569 Sloat Boulevard", - "event_name": "General Practitioner appointment", - "event_time": "16:30" - }, - { - "event_date": "2019-03-13", - "event_location": "3119 Clement Street", - "event_name": "Reservation for 2 people at El Mansour", - "event_time": "12:30" - } - ], - "slots": [ - { - "exclusive_end": 48, - "slot": "event_name", - "start": 16 - }, - { - "exclusive_end": 59, - "slot": "event_time", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, you have a general practitioner appointment at 4:30 pm on the 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 13th" - ], - "event_name": [ - "general practitioner appointment" - ], - "event_time": [ - "4:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you! Can you tell me what time periods I have available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:30" - ], - "slot": "available_end_time", - "values": [ - "12:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-13" - } - }, - "service_results": [ - { - "available_end_time": "12:30", - "available_start_time": "08:00", - "event_date": "2019-03-13" - } - ], - "slots": [ - { - "exclusive_end": 39, - "slot": "available_start_time", - "start": 35 - }, - { - "exclusive_end": 51, - "slot": "available_end_time", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, you have availability between 8 am to 12:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 13th" - ], - "event_name": [ - "general practitioner appointment" - ], - "event_time": [ - "4:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 13th" - ], - "event_name": [ - "general practitioner appointment" - ], - "event_time": [ - "4:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that would be it. Thank you so much for your help!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day!" - } - ] - }, - { - "dialogue_id": "38_00120", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to check my events calendar." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For which date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "event_date", - "values": [ - "day after tomorrow" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "event_date", - "start": 4 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "day after tomorrow" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The day after tomorrow." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie at Century Vallejo 14" - ], - "slot": "event_name", - "values": [ - "Movie at Century Vallejo 14" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:30" - ], - "slot": "event_time", - "values": [ - "10:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-03" - } - }, - "service_results": [ - { - "event_date": "2019-03-03", - "event_location": "109 Plaza Dr. Gateway Plaza Center", - "event_name": "Movie at Century Vallejo 14", - "event_time": "22:30" - } - ], - "slots": [ - { - "exclusive_end": 45, - "slot": "event_name", - "start": 18 - }, - { - "exclusive_end": 57, - "slot": "event_time", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You're going to a Movie at Century Vallejo 14 at 10:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "day after tomorrow" - ], - "event_name": [ - "Movie at Century Vallejo 14" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, show when I'm available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-03" - ], - "slot": "event_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:30" - ], - "slot": "available_end_time", - "values": [ - "7:30 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-03" - } - }, - "service_results": [ - { - "available_end_time": "19:30", - "available_start_time": "08:00", - "event_date": "2019-03-03" - } - ], - "slots": [ - { - "exclusive_end": 44, - "slot": "event_date", - "start": 26 - }, - { - "exclusive_end": 54, - "slot": "available_start_time", - "start": 50 - }, - { - "exclusive_end": 65, - "slot": "available_end_time", - "start": 58 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have 1 empty slot the day after tomorrow from 8 am to 7:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "day after tomorrow" - ], - "event_name": [ - "Movie at Century Vallejo 14" - ], - "event_time": [ - "10:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "38_00121", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me about the events I currently have on my calendar?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Any particular date you are interested in knowing more about?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "event_date", - "values": [ - "10th of March" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "event_date", - "start": 44 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me more about the events I have on the 10th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Jason Isbell concert" - ], - "slot": "event_name", - "values": [ - "Jason Isbell concert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:30" - ], - "slot": "event_time", - "values": [ - "5:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [ - { - "event_date": "2019-03-10", - "event_location": "141 Prospect Park West, Brooklyn", - "event_name": "Jason Isbell concert", - "event_time": "17:30" - } - ], - "slots": [ - { - "exclusive_end": 48, - "slot": "event_name", - "start": 28 - }, - { - "exclusive_end": 59, - "slot": "event_time", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "For that date, you have the Jason Isbell concert at 5:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "March 9th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "event_date", - "start": 42 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 9th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Any other events scheduled, preferably on March 9th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Doctor appointment" - ], - "slot": "event_name", - "values": [ - "doctor appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:30" - ], - "slot": "event_time", - "values": [ - "2:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "event_date": "2019-03-09", - "event_location": "3883 Airway Drive #202", - "event_name": "Doctor appointment", - "event_time": "14:30" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "event_name", - "start": 24 - }, - { - "exclusive_end": 53, - "slot": "event_time", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On March 9th you have a doctor appointment at 2:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 9th" - ], - "event_name": [ - "doctor appointment" - ], - "event_time": [ - "2:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, tell me when I am available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-09" - ], - "slot": "event_date", - "values": [ - "March 9th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:30" - ], - "slot": "available_start_time", - "values": [ - "5:30 pm" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:00" - ], - "slot": "available_end_time", - "values": [ - "10 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-09" - } - }, - "service_results": [ - { - "available_end_time": "22:00", - "available_start_time": "17:30", - "event_date": "2019-03-09" - } - ], - "slots": [ - { - "exclusive_end": 13, - "slot": "event_date", - "start": 4 - }, - { - "exclusive_end": 47, - "slot": "available_start_time", - "start": 40 - }, - { - "exclusive_end": 59, - "slot": "available_end_time", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "For March 9th, you have 1 empty slot at 5:30 pm until 10 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 9th" - ], - "event_name": [ - "doctor appointment" - ], - "event_time": [ - "2:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good, that is all I needed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Glad I can be of assistance, have a good day." - } - ] - }, - { - "dialogue_id": "38_00122", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "event_date", - "values": [ - "next Monday" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 62, - "slot": "event_date", - "start": 51 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "next Monday" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to check events on my calendar. The date is next Monday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Damien Jurado concert" - ], - "slot": "event_name", - "values": [ - "Damien Jurado concert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "event_time", - "values": [ - "6 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-04" - } - }, - "service_results": [ - { - "event_date": "2019-03-04", - "event_location": "1422 Southwest 11th Avenue", - "event_name": "Damien Jurado concert", - "event_time": "18:00" - }, - { - "event_date": "2019-03-04", - "event_location": "200 C Street", - "event_name": "Movie booking for Captain Marvel", - "event_time": "20:00" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 69, - "slot": "event_time", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Damien Jurado concert. The event is going to start at 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "next Monday" - ], - "event_name": [ - "Damien Jurado concert" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. Show me when I'm available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "available_end_time", - "values": [ - "6 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "2" - ], - "slot": "count", - "values": [ - "2" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-04" - } - }, - "service_results": [ - { - "available_end_time": "18:00", - "available_start_time": "08:00", - "event_date": "2019-03-04" - }, - { - "available_end_time": "19:00", - "available_start_time": "18:30", - "event_date": "2019-03-04" - } - ], - "slots": [ - { - "exclusive_end": 65, - "slot": "available_start_time", - "start": 61 - }, - { - "exclusive_end": 73, - "slot": "available_end_time", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There are 2 empty slots on your calendar. The nearest one is 8 am to 6 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "next Monday" - ], - "event_name": [ - "Damien Jurado concert" - ], - "event_time": [ - "6 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds good. That is all I need." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "38_00123", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "event_date", - "values": [ - "March 2nd" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 50, - "slot": "event_date", - "start": 41 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 2nd" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to check events on my calendar on March 2nd." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie show" - ], - "slot": "event_name", - "values": [ - "movie show" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:00" - ], - "slot": "event_time", - "values": [ - "10 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-02" - } - }, - "service_results": [ - { - "event_date": "2019-03-02", - "event_location": "4085 Century Boulevard", - "event_name": "Movie show", - "event_time": "22:00" - } - ], - "slots": [ - { - "exclusive_end": 21, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 30, - "slot": "event_time", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a movie show at 10 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 2nd" - ], - "event_name": [ - "movie show" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 2nd" - ], - "event_name": [ - "movie show" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me my availability?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-02" - ], - "slot": "event_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "12:00" - ], - "slot": "available_end_time", - "values": [ - "12 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-02" - } - }, - "service_results": [ - { - "available_end_time": "12:00", - "available_start_time": "08:00", - "event_date": "2019-03-02" - } - ], - "slots": [ - { - "exclusive_end": 46, - "slot": "event_date", - "start": 38 - }, - { - "exclusive_end": 63, - "slot": "available_start_time", - "start": 59 - }, - { - "exclusive_end": 83, - "slot": "available_end_time", - "start": 78 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There's 1 empty slot on your calendar tomorrow starting at 8 am and ending at 12 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 2nd", - "tomorrow" - ], - "event_name": [ - "movie show" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 2nd", - "tomorrow" - ], - "event_name": [ - "movie show" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "38_00124", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to plan my week. What events have I marked down on my calendar?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For which date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "event_date", - "values": [ - "March 1st" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 13, - "slot": "event_date", - "start": 4 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 1st" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "For March 1st." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Vampire Weekend concert" - ], - "slot": "event_name", - "values": [ - "Vampire Weekend concert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "17:00" - ], - "slot": "event_time", - "values": [ - "5 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-01" - } - }, - "service_results": [ - { - "event_date": "2019-03-01", - "event_location": "5500 Campanile Drive", - "event_name": "Vampire Weekend concert", - "event_time": "17:00" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 52, - "slot": "event_time", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a Vampire Weekend concert to attend at 5 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "event_date", - "values": [ - "the 13th" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "event_date", - "start": 30 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 13th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there anything planned for the 13th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dentist appointment" - ], - "slot": "event_name", - "values": [ - "Dentist appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:30" - ], - "slot": "event_time", - "values": [ - "1:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-13" - } - }, - "service_results": [ - { - "event_date": "2019-03-13", - "event_location": "10101 North Wolfe Road", - "event_name": "Dentist appointment", - "event_time": "13:30" - } - ], - "slots": [ - { - "exclusive_end": 30, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 53, - "slot": "event_time", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Dentist appointment marked off for 1:30 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 13th" - ], - "event_name": [ - "Dentist appointment" - ], - "event_time": [ - "1:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's awesome. When do I have time available?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-13" - ], - "slot": "event_date", - "values": [ - "March 13th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:30" - ], - "slot": "available_end_time", - "values": [ - "1:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-13" - } - }, - "service_results": [ - { - "available_end_time": "13:30", - "available_start_time": "08:00", - "event_date": "2019-03-13" - } - ], - "slots": [ - { - "exclusive_end": 36, - "slot": "event_date", - "start": 26 - }, - { - "exclusive_end": 46, - "slot": "available_start_time", - "start": 42 - }, - { - "exclusive_end": 57, - "slot": "available_end_time", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have an empty slot on March 13th from 8 am to 1:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 13th", - "the 13th" - ], - "event_name": [ - "Dentist appointment" - ], - "event_time": [ - "1:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Is there any other time slot open?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-13" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Not for this week. Is there anything else you need assistance with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "March 13th", - "the 13th" - ], - "event_name": [ - "Dentist appointment" - ], - "event_time": [ - "1:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thanks for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "38_00125", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you show me all the events on my calendar?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "event_date", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date do you want to look at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "12th of March" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "event_date", - "start": 11 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Select the 12th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Movie at AMC Brentwood 14" - ], - "slot": "event_name", - "values": [ - "Movie at AMC Brentwood 14" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "22:00" - ], - "slot": "event_time", - "values": [ - "10 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "event_date": "2019-03-12", - "event_location": "2525 Sand Creek Road", - "event_name": "Movie at AMC Brentwood 14", - "event_time": "22:00" - } - ], - "slots": [ - { - "exclusive_end": 36, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 67, - "slot": "event_time", - "start": 62 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Movie at AMC Brentwood 14. It is going to start at 10 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of March" - ], - "event_name": [ - "Movie at AMC Brentwood 14" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of March" - ], - "event_name": [ - "Movie at AMC Brentwood 14" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me when I am going to be available." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-12" - ], - "slot": "event_date", - "values": [ - "March 12th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "13:30" - ], - "slot": "available_end_time", - "values": [ - "1:30 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-12" - } - }, - "service_results": [ - { - "available_end_time": "13:30", - "available_start_time": "08:00", - "event_date": "2019-03-12" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "event_date", - "start": 41 - }, - { - "exclusive_end": 70, - "slot": "available_start_time", - "start": 66 - }, - { - "exclusive_end": 90, - "slot": "available_end_time", - "start": 83 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is 1 free slot on your calendar on March 12th. It starts at 8 am and ends at 1:30 pm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "12th of March", - "March 12th" - ], - "event_name": [ - "Movie at AMC Brentwood 14" - ], - "event_time": [ - "10 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Fine. That will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day!" - } - ] - }, - { - "dialogue_id": "38_00126", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "event_date", - "values": [ - "11th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "event_date", - "start": 40 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "11th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please check an event on my calendar on 11th of March" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Hairdresser appointment" - ], - "slot": "event_name", - "values": [ - "hairdresser appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:00" - ], - "slot": "event_time", - "values": [ - "2 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-11" - } - }, - "service_results": [ - { - "event_date": "2019-03-11", - "event_location": "3 East Blithedale Avenue", - "event_name": "Hairdresser appointment", - "event_time": "14:00" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "event_name", - "start": 9 - }, - { - "exclusive_end": 40, - "slot": "event_time", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have hairdresser appointment at 2 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "event_date", - "values": [ - "10th of this month" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "event_date", - "start": 11 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What about 10th of this month" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Dermatologist appointment" - ], - "slot": "event_name", - "values": [ - "dermatologist appointment" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:00" - ], - "slot": "event_time", - "values": [ - "2 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [ - { - "event_date": "2019-03-10", - "event_location": "f4, 450 Broadway", - "event_name": "Dermatologist appointment", - "event_time": "14:00" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "event_name", - "start": 9 - }, - { - "exclusive_end": 42, - "slot": "event_time", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have dermatologist appointment at 2 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month" - ], - "event_name": [ - "dermatologist appointment" - ], - "event_time": [ - "2 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "ok, show me my available time slot" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-10" - ], - "slot": "event_date", - "values": [ - "March 10th" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:00" - ], - "slot": "available_start_time", - "values": [ - "11 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "14:00" - ], - "slot": "available_end_time", - "values": [ - "2 pm" - ] - }, - { - "act": "INFORM_COUNT", - "canonical_values": [ - "1" - ], - "slot": "count", - "values": [ - "1" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-10" - } - }, - "service_results": [ - { - "available_end_time": "14:00", - "available_start_time": "11:00", - "event_date": "2019-03-10" - } - ], - "slots": [ - { - "exclusive_end": 44, - "slot": "event_date", - "start": 34 - }, - { - "exclusive_end": 55, - "slot": "available_start_time", - "start": 50 - }, - { - "exclusive_end": 63, - "slot": "available_end_time", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have 1 available time slot on March 10th from 11 am to 2 pm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month", - "March 10th" - ], - "event_name": [ - "dermatologist appointment" - ], - "event_time": [ - "2 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "ok perfect" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_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": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "10th of this month", - "March 10th" - ], - "event_name": [ - "dermatologist appointment" - ], - "event_time": [ - "2 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "no thats it" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "have a nice day" - } - ] - }, - { - "dialogue_id": "38_00127", - "services": [ - "Calendar_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "event_date", - "values": [ - "the 8th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 62, - "slot": "event_date", - "start": 55 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to double check my calendar for events on the 8th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Through The Roots concert" - ], - "slot": "event_name", - "values": [ - "Through The Roots concert" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "18:00" - ], - "slot": "event_time", - "values": [ - "6 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-08" - } - }, - "service_results": [ - { - "event_date": "2019-03-08", - "event_location": "2891 University Avenue", - "event_name": "Through The Roots concert", - "event_time": "18:00" - } - ], - "slots": [ - { - "exclusive_end": 36, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 54, - "slot": "event_time", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Through The Roots concert beginning at 6 pm on your calendar." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "the 8th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Are there any other scheduled events?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-08" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No, that is the only event on your calendar for that date." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "6th of March" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetEvents" - ], - "slot": "intent", - "values": [ - "GetEvents" - ] - } - ], - "service": "Calendar_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "event_date", - "start": 31 - } - ], - "state": { - "active_intent": "GetEvents", - "requested_slots": [], - "slot_values": { - "event_date": [ - "6th of March" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What about my schedule for the 6th of March?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "Baseball game" - ], - "slot": "event_name", - "values": [ - "Baseball game" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "19:30" - ], - "slot": "event_time", - "values": [ - "7:30 pm" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetEvents", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "event_date": "2019-03-06", - "event_location": "1000 Vin Scully Ave", - "event_name": "Baseball game", - "event_time": "19:30" - } - ], - "slots": [ - { - "exclusive_end": 24, - "slot": "event_name", - "start": 11 - }, - { - "exclusive_end": 47, - "slot": "event_time", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a Baseball game that begins at 7:30 pm on that date." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "GetAvailableTime" - ], - "slot": "intent", - "values": [ - "GetAvailableTime" - ] - }, - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "6th of March" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Excellent. I would like to see my available times" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2019-03-06" - ], - "slot": "event_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "08:00" - ], - "slot": "available_start_time", - "values": [ - "8 am" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "11:30" - ], - "slot": "available_end_time", - "values": [ - "11:30 am" - ] - } - ], - "service": "Calendar_1", - "service_call": { - "method": "GetAvailableTime", - "parameters": { - "event_date": "2019-03-06" - } - }, - "service_results": [ - { - "available_end_time": "11:30", - "available_start_time": "08:00", - "event_date": "2019-03-06" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "event_date", - "start": 13 - }, - { - "exclusive_end": 65, - "slot": "available_start_time", - "start": 61 - }, - { - "exclusive_end": 77, - "slot": "available_end_time", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The event is next Wednesday and you have available time from 8 am to 11:30 am." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "GetAvailableTime", - "requested_slots": [], - "slot_values": { - "event_date": [ - "6th of March", - "next Wednesday" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Excellent, that sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else you would like me to assist you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "event_date": [ - "6th of March", - "next Wednesday" - ], - "event_name": [ - "Baseball game" - ], - "event_time": [ - "7:30 pm" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that was all. Thanks!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Calendar_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - } -]